Home
last modified time | relevance | path

Searched refs:createAmberTestCase (Results 1 - 25 of 64) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSubgroupLodTests.cpp42 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 DvktTextureTexelBufferTests.cpp96 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 DvktTextureMultisampleTests.cpp58 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 DvktTextureTexelOffsetTests.cpp49 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 DvktTextureSubgroupLodTests.cpp42 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 DvktTextureTexelBufferTests.cpp96 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 DvktTextureMultisampleTests.cpp57 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 DvktTextureTexelOffsetTests.cpp49 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 DvktBindingDynamicOffsetTests.cpp42 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 DvktBindingDynamicOffsetTests.cpp42 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 DvktAmberGlslTests.cpp49 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 DvktAmberTestCaseUtil.cpp192 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 DvktAmberTestCase.hpp136 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 DvktAmberGlslTests.cpp49 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 DvktDrawOutputLocationTests.cpp97 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 DvktDrawDepthBiasTests.cpp65 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 DvktDrawOutputLocationTests.cpp97 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 DvktDrawShaderInvocationTests.cpp59 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 DvktNonRobustBufferAccessTests.cpp52 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 DvktSpvAsmSignedIntCompareTests.cpp61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
H A DvktSpvAsmSignedOpTests.cpp76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()
H A DvktSpvAsmPtrAccessChainTests.cpp55 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 DvktNonRobustBufferAccessTests.cpp52 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 DvktSpvAsmSignedIntCompareTests.cpp61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests()
H A DvktSpvAsmSignedOpTests.cpp76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests()

Completed in 8 milliseconds

123