[Vulkan] Add AMD shader statistics info support

This commit is contained in:
DrChat
2018-03-03 12:34:19 -06:00
parent 3fb7b9d944
commit a9d2a50082
2 changed files with 55 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ class PipelineCache {
VkPipeline GetPipeline(const RenderState* render_state, uint64_t hash_key);
bool TranslateShader(VulkanShader* shader, xenos::xe_gpu_program_cntl_t cntl);
void DumpShaderDisasmAMD(VkPipeline pipeline);
void DumpShaderDisasmNV(const VkGraphicsPipelineCreateInfo& info);
// Gets a geometry shader used to emulate the given primitive type.