Fix VK_Shader_ISA test to work on radv

This commit is contained in:
baldurk
2020-07-01 17:36:55 +01:00
parent ef6439dd47
commit 46552fa03f
-8
View File
@@ -83,9 +83,7 @@ class VK_Shader_ISA(rdtest.TestCase):
disasm: str = self.controller.DisassembleShader(pipe.GetGraphicsPipelineObject(), refl, 'AMD_shader_info')
expected = [
'asic(',
'tbuffer_load_format',
'pm4Crc',
's_endpgm',
]
@@ -103,13 +101,7 @@ class VK_Shader_ISA(rdtest.TestCase):
'KHR_pipeline_executable_properties')
expected = [
'Executable handles following Vulkan stages: VK_SHADER_STAGE_VERTEX_BIT',
'il_vs',
'dcl_output_position',
'end',
'asic(',
'tbuffer_load_format',
'pm4Crc',
's_endpgm',
]