/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureSubgroupLodTests.cpp | 42 cts_amber::AmberTestCase* testCaseLod = cts_amber::createAmberTestCase(testCtx, "texturelod", "texture/subgroup_lod", "texture_lod.amber"); in populateSubgroupLodTests() 43 cts_amber::AmberTestCase* testCaseGrad = cts_amber::createAmberTestCase(testCtx, "texturegrad", "texture/subgroup_lod", "texture_grad.amber"); in populateSubgroupLodTests() 44 cts_amber::AmberTestCase* testCaseFetch = cts_amber::createAmberTestCase(testCtx, "texelfetch", "texture/subgroup_lod", "texel_fetch.amber"); in populateSubgroupLodTests()
|
H A D | vktTextureTexelBufferTests.cpp | 96 cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), in createUniformTexelBufferTests() 126 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createUniformTexelBufferTests() 167 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, c.testName.c_str(), in createUniformTexelBufferTests()
|
H A D | vktTextureMultisampleTests.cpp | 58 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName, requirements); in createAtomicTests() 107 invalidWrites->addChild(cts_amber::createAmberTestCase(testCtx, testCase.first.c_str(), dataDir, fileName, requirements, imageRequirements)); in createInvalidSampleIndexTests()
|
H A D | vktTextureTexelOffsetTests.cpp | 49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureSubgroupLodTests.cpp | 42 cts_amber::AmberTestCase* testCaseLod = cts_amber::createAmberTestCase(testCtx, "texturelod", "", "texture/subgroup_lod", "texture_lod.amber"); in populateSubgroupLodTests() 43 cts_amber::AmberTestCase* testCaseGrad = cts_amber::createAmberTestCase(testCtx, "texturegrad", "", "texture/subgroup_lod", "texture_grad.amber"); in populateSubgroupLodTests() 44 cts_amber::AmberTestCase* testCaseFetch = cts_amber::createAmberTestCase(testCtx, "texelfetch", "", "texture/subgroup_lod", "texel_fetch.amber"); in populateSubgroupLodTests()
|
H A D | vktTextureTexelBufferTests.cpp | 96 cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), "", in createUniformTexelBufferTests() 125 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createUniformTexelBufferTests() 166 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, c.testName.c_str(), "", in createUniformTexelBufferTests()
|
H A D | vktTextureMultisampleTests.cpp | 57 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName, requirements); in createAtomicTests() 106 invalidWrites->addChild(cts_amber::createAmberTestCase(testCtx, testCase.first.c_str(), "", dataDir, fileName, requirements, imageRequirements)); in createInvalidSampleIndexTests()
|
H A D | vktTextureTexelOffsetTests.cpp | 49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDynamicOffsetTests.cpp | 42 group->addChild(cts_amber::createAmberTestCase(testCtx, "shader_reuse_differing_layout_compute", "binding_model/dynamic_offset", "shader_reuse_differing_layout_compute.amber")); in populateDynamicOffsetTests() 43 group->addChild(cts_amber::createAmberTestCase(testCtx, "shader_reuse_differing_layout_graphics", "binding_model/dynamic_offset", "shader_reuse_differing_layout_graphics.amber")); in populateDynamicOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDynamicOffsetTests.cpp | 42 group->addChild(cts_amber::createAmberTestCase(testCtx, "shader_reuse_differing_layout_compute", "", "binding_model/dynamic_offset", "shader_reuse_differing_layout_compute.amber")); in populateDynamicOffsetTests() 43 group->addChild(cts_amber::createAmberTestCase(testCtx, "shader_reuse_differing_layout_graphics", "", "binding_model/dynamic_offset", "shader_reuse_differing_layout_graphics.amber")); in populateDynamicOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberGlslTests.cpp | 49 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createCombinedOperationsGroup() 76 group->addChild(createAmberTestCase(testCtx, params.name.c_str(), params.description.c_str(), kGroupName.c_str(), params.name + ".amber", params.requirements)); in createCrashTestGroup()
|
H A D | vktAmberTestCaseUtil.cpp | 192 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, in createAmberTestCase() function 199 return createAmberTestCase(testCtx, name, "", category, filename, requirements, imageRequirements, bufferRequirements); in createAmberTestCase() 202 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, in createAmberTestCase() function
|
H A D | vktAmberTestCase.hpp | 136 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx, 144 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberGlslTests.cpp | 49 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createCombinedOperationsGroup() 76 group->addChild(createAmberTestCase(testCtx, params.name.c_str(), params.description.c_str(), kGroupName.c_str(), params.name + ".amber", params.requirements)); in createCrashTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests() 119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests()
|
H A D | vktDrawDepthBiasTests.cpp | 65 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), dataDir, fileName, requirements); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawOutputLocationTests.cpp | 97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests() 119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests()
|
H A D | vktDrawShaderInvocationTests.cpp | 59 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, "helper_invocation", "", dataDir, "helper_invocation.amber"); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktNonRobustBufferAccessTests.cpp | 52 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createNonRobustBufferAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
|
H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
|
H A D | vktSpvAsmPtrAccessChainTests.cpp | 55 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktNonRobustBufferAccessTests.cpp | 52 group->addChild(createAmberTestCase(testCtx, test.first.c_str(), test.second.c_str(), kGroupName.c_str(), test.first + ".amber")); in createNonRobustBufferAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
|
H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
|