/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSpirvVersion1p4Tests.cpp | 78 vk::SpirVAsmBuildOptions asm_options(VK_MAKE_API_VERSION(0, 1, 1, 0), vk::SPIRV_VERSION_1_4); in addTestsForAmberFiles() 79 asm_options.supports_VK_KHR_spirv_1_4 = true; in addTestsForAmberFiles() 110 testCase->setSpirVAsmBuildOptions(asm_options); in addTestsForAmberFiles()
|
H A D | vktSpvAsmTerminateInvocationTests.cpp | 82 vk::SpirVAsmBuildOptions asm_options(vulkan_version, spirv_version); in addTestsForAmberFiles() 97 testCase->setSpirVAsmBuildOptions(asm_options); in addTestsForAmberFiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSpirvVersion1p4Tests.cpp | 79 vk::SpirVAsmBuildOptions asm_options(VK_MAKE_API_VERSION(0, 1, 1, 0), vk::SPIRV_VERSION_1_4); in addTestsForAmberFiles() 80 asm_options.supports_VK_KHR_spirv_1_4 = true; in addTestsForAmberFiles() 112 testCase->setSpirVAsmBuildOptions(asm_options); in addTestsForAmberFiles()
|
H A D | vktSpvAsmTerminateInvocationTests.cpp | 83 vk::SpirVAsmBuildOptions asm_options(vulkan_version, spirv_version); in addTestsForAmberFiles() 99 testCase->setSpirVAsmBuildOptions(asm_options); in addTestsForAmberFiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.hpp | 91 void setSpirVAsmBuildOptions(const vk::SpirVAsmBuildOptions& asm_options);
|
H A D | vktAmberTestCase.cpp | 454 void AmberTestCase::setSpirVAsmBuildOptions (const vk::SpirVAsmBuildOptions& asm_options) in setSpirVAsmBuildOptions() argument 456 m_asm_options = asm_options; in setSpirVAsmBuildOptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.hpp | 91 void setSpirVAsmBuildOptions(const vk::SpirVAsmBuildOptions& asm_options);
|
H A D | vktAmberTestCase.cpp | 453 void AmberTestCase::setSpirVAsmBuildOptions (const vk::SpirVAsmBuildOptions& asm_options) in setSpirVAsmBuildOptions() argument 455 m_asm_options = asm_options; in setSpirVAsmBuildOptions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 1355 vk::SpirVAsmBuildOptions asm_options(VK_MAKE_API_VERSION(0, 1, 1, 0), vk::SPIRV_VERSION_1_4); in CreateAmberTestCase() 1356 asm_options.supports_VK_KHR_spirv_1_4 = true; in CreateAmberTestCase() 1361 t->setSpirVAsmBuildOptions(asm_options); in CreateAmberTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 1359 vk::SpirVAsmBuildOptions asm_options(VK_MAKE_API_VERSION(0, 1, 1, 0), vk::SPIRV_VERSION_1_4); in CreateAmberTestCase() 1360 asm_options.supports_VK_KHR_spirv_1_4 = true; in CreateAmberTestCase() 1363 t->setSpirVAsmBuildOptions(asm_options); in CreateAmberTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 4425 vk::SpirVAsmBuildOptions asm_options(vulkan_version, spirv_version); in initAsmPrograms() 4430 ut::buildShaderName(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms() 4436 ut::buildShaderName(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, true), &asm_options) in initAsmPrograms() 4443 ut::buildShaderName(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms() 4449 ut::buildShaderName(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, true), &asm_options) in initAsmPrograms() 4456 ut::buildShaderName(VK_SHADER_STAGE_COMPUTE_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 4205 vk::SpirVAsmBuildOptions asm_options(vulkan_version, spirv_version); in initAsmPrograms() 4210 ut::buildShaderName(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms() 4216 ut::buildShaderName(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, true), &asm_options) in initAsmPrograms() 4223 ut::buildShaderName(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms() 4229 ut::buildShaderName(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, true), &asm_options) in initAsmPrograms() 4236 ut::buildShaderName(VK_SHADER_STAGE_COMPUTE_BIT, m_testCaseParams.descriptorType, m_testCaseParams.updateAfterBind, m_testCaseParams.calculateInLoop, m_testCaseParams.minNonUniform, false), &asm_options) in initAsmPrograms()
|