Home
last modified time | relevance | path

Searched refs:padVertices (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp188 bool padVertices; member
1226 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1278 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1280 if (!testParams.padVertices) in initBottomAccelerationStructures()
1330 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1401 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1403 if (!testParams.padVertices) in initBottomAccelerationStructures()
3462 bool padVertices; in addBasicBuildingTests() member
3534 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests()
3639 bool padVertices; in addVertexIndexFormatsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp184 bool padVertices; member
1217 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1269 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1271 if (!testParams.padVertices) in initBottomAccelerationStructures()
1321 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1392 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1394 if (!testParams.padVertices) in initBottomAccelerationStructures()
3418 bool padVertices; in addBasicBuildingTests() member
3482 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests()
3585 bool padVertices; in addVertexIndexFormatsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp177 bool padVertices; member
329 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
380 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
382 if (!testParams.padVertices) in initBottomAccelerationStructures()
429 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
480 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
482 if (!testParams.padVertices) in initBottomAccelerationStructures()
4886 bool padVertices; in addBasicBuildingTests() member
4952 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests()
5039 bool padVertices; in addVertexIndexFormatsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp165 bool padVertices; member
314 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
365 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
367 if (!testParams.padVertices) in initBottomAccelerationStructures()
414 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
465 geometry = makeRaytracedGeometry(VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
467 if (!testParams.padVertices) in initBottomAccelerationStructures()
4355 bool padVertices; in addBasicBuildingTests() member
4413 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests()
4497 bool padVertices; in addVertexIndexFormatsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp463 de::SharedPtr<RaytracedGeometryBase> makeRaytracedGeometry (VkGeometryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices = false);
H A DvkRayTracingUtil.cpp160 de::SharedPtr<RaytracedGeometryBase> makeRaytracedGeometry (VkGeometryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices) in makeRaytracedGeometry() argument
162 const GeometryBuilderParams builderParams { geometryType, padVertices }; in makeRaytracedGeometry()

Completed in 38 milliseconds