Home
last modified time | relevance | path

Searched refs:aabbCoords (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryCullRayFlagsTests.cpp1970 std::vector<std::vector<tcu::Vec3>> aabbCoords = { in iterate() local
1975 rayQueryTopLevelAccelerationStructure->setInstanceCount(aabbCoords.size()); in iterate()
1977 for (size_t aNdx = 0; aNdx < aabbCoords.size(); aNdx++) in iterate()
1985 geometry->addVertex(aabbCoords[aNdx][0]); in iterate()
1986 geometry->addVertex(aabbCoords[aNdx][1]); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryCullRayFlagsTests.cpp1970 std::vector<std::vector<tcu::Vec3>> aabbCoords = { in iterate() local
1975 rayQueryTopLevelAccelerationStructure->setInstanceCount(aabbCoords.size()); in iterate()
1977 for (size_t aNdx = 0; aNdx < aabbCoords.size(); aNdx++) in iterate()
1985 geometry->addVertex(aabbCoords[aNdx][0]); in iterate()
1986 geometry->addVertex(aabbCoords[aNdx][1]); in iterate()