Searched refs:stageGroup (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 704 GroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageData.name, "")); in createDirectionLengthTests() local 755 stageGroup->addChild(geomGroup.release()); in createDirectionLengthTests() 758 directionGroup->addChild(stageGroup.release()); in createDirectionLengthTests() 800 GroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageData.name, "")); in createInsideAABBsTests() local 843 stageGroup->addChild(rayEndGroup.release()); in createInsideAABBsTests() 846 insideAABBsGroup->addChild(stageGroup.release()); in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 1055 …tcu::TestCaseGroup* stageGroup = (new tcu::TestCaseGroup(testCtx, stageNames[stageNdx], "Buffer ma… in createBufferMarkerTestsInGroup() local 1074 stageGroup->addChild(sequentialGroup); in createBufferMarkerTestsInGroup() 1092 stageGroup->addChild(overwriteGroup); in createBufferMarkerTestsInGroup() 1122 stageGroup->addChild(memoryDepGroup); in createBufferMarkerTestsInGroup() 1125 memoryGroup->addChild(stageGroup); in createBufferMarkerTestsInGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 2416 de::MovePtr<tcu::TestCaseGroup> stageGroup (new tcu::TestCaseGroup(testCtx, stage.name, "")); in createSpecConstantTests() local 2418 stageGroup->addChild(createDefaultValueTests (testCtx, stage.stage)); in createSpecConstantTests() 2419 stageGroup->addChild(createBasicSpecializationTests(testCtx, stage.stage)); in createSpecConstantTests() 2420 stageGroup->addChild(createBuiltInOverrideTests (testCtx, stage.stage)); in createSpecConstantTests() 2421 stageGroup->addChild(createExpressionTests (testCtx, stage.stage)); in createSpecConstantTests() 2422 stageGroup->addChild(createCompositeTests (testCtx, stage.stage)); in createSpecConstantTests() 2425 stageGroup->addChild(createWorkGroupSizeTests(testCtx)); in createSpecConstantTests() 2427 stage.parentGroup->addChild(stageGroup.release()); in createSpecConstantTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 2961 …de::MovePtr<tcu::TestCaseGroup> stageGroup(new tcu::TestCaseGroup(testCtx, stageCases[stageNdx].na… in createDescriptorSetRandomTests() local 3035 stageGroup->addChild(iaGroup.release()); in createDescriptorSetRandomTests() 3037 uabGroup->addChild(stageGroup.release()); in createDescriptorSetRandomTests()
|
D | vktBindingShaderAccessTests.cpp | 9433 …de::MovePtr<tcu::TestCaseGroup> stageGroup (new tcu::TestCaseGroup(testCtx, s_shaderStages[sta… in createShaderAccessTests() local 9512 stageGroup->addChild(dimensionSingleDescriptorSetGroup.release()); in createShaderAccessTests() 9522 stageGroup->addChild(multipleGroup.release()); in createShaderAccessTests() 9523 stageGroup->addChild(multipleDiscontiguousGroup.release()); in createShaderAccessTests() 9524 typeGroup->addChild(stageGroup.release()); in createShaderAccessTests()
|