Searched refs:GroupPtr (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryDirectionTests.cpp | 432 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDirectionTests() typedef 434 …GroupPtr directionGroup (new tcu::TestCaseGroup(testCtx, "direction_length", "Test direction vecto… in createDirectionTests() 477 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name, "")); in createDirectionTests() 483 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createDirectionTests()
|
D | vktRayQueryBarycentricCoordinatesTests.cpp | 371 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBarycentricCoordinatesTests() typedef 373 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 567 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDirectionTests() typedef 569 …GroupPtr directionGroup (new tcu::TestCaseGroup(testCtx, "direction_length", "Test direction vecto… in createDirectionTests() 622 GroupPtr stageGroup (new tcu::TestCaseGroup(testCtx, stageData.name, "")); in createDirectionTests() 632 GroupPtr geomGroup (new tcu::TestCaseGroup(testCtx, gType.name, "")); in createDirectionTests() 638 GroupPtr factorGroup (new tcu::TestCaseGroup(testCtx, scaleName.c_str(), "")); in createDirectionTests()
|
D | vktRayTracingBarycentricCoordinatesTests.cpp | 431 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBarycentricCoordinatesTests() typedef 433 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 876 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDynamicStateComputeTests() typedef 878 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "compute_transfer", "Dynamic state mixed with c… in createDynamicStateComputeTests() 902 …GroupPtr singleStateGroup(new tcu::TestCaseGroup(testCtx, "single", "Tests using a single dynamic … in createDynamicStateComputeTests() 906 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests() 913 GroupPtr stateGroup(new tcu::TestCaseGroup(testCtx, stateName.c_str(), "")); in createDynamicStateComputeTests() 938 …GroupPtr multiStateGroup(new tcu::TestCaseGroup(testCtx, "multi", "Tests using multiple dynamic st… in createDynamicStateComputeTests() 942 GroupPtr operationGroup(new tcu::TestCaseGroup(testCtx, operations[operIdx].name, "")); in createDynamicStateComputeTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 857 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBindPointTests() typedef 860 …GroupPtr bindPointGroup(new tcu::TestCaseGroup(testCtx, "bind_point", "Tests checking bind points … in createBindPointTests() 913 GroupPtr pairGroup (new tcu::TestCaseGroup(testCtx, pairName.c_str(), "")); in createBindPointTests() 922 GroupPtr updateGroup (new tcu::TestCaseGroup(testCtx, updateGroupName.c_str(), "")); in createBindPointTests() 940 GroupPtr setupGroup (new tcu::TestCaseGroup(testCtx, setupGroupName.c_str(), "")); in createBindPointTests()
|