Home
last modified time | relevance | path

Searched refs:padVertices (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp184 bool padVertices; member
1217 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1269 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1271 if (!testParams.padVertices) in initBottomAccelerationStructures()
1321 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
1392 …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 …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp165 bool padVertices; member
314 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
365 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
367 if (!testParams.padVertices) in initBottomAccelerationStructures()
414 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures()
465 …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 …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp460 …metryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices = false);
DvkRayTracingUtil.cpp160 …ry (VkGeometryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices) in makeRaytracedGeometry() argument
162 const GeometryBuilderParams builderParams { geometryType, padVertices }; in makeRaytracedGeometry()