Home
last modified time | relevance | path

Searched refs:GroupPtr (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp432 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDirectionTests() typedef
434GroupPtr 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()
DvktRayQueryBarycentricCoordinatesTests.cpp371 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBarycentricCoordinatesTests() typedef
373GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp567 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDirectionTests() typedef
569GroupPtr 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()
DvktRayTracingBarycentricCoordinatesTests.cpp431 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBarycentricCoordinatesTests() typedef
433GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp876 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createDynamicStateComputeTests() typedef
878GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "compute_transfer", "Dynamic state mixed with c… in createDynamicStateComputeTests()
902GroupPtr 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()
938GroupPtr 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/
DvktPipelineBindPointTests.cpp857 using GroupPtr = de::MovePtr<tcu::TestCaseGroup>; in createBindPointTests() typedef
860GroupPtr 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()