Searched refs:padVertices (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 159 bool padVertices; member 306 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 357 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 359 if (!testParams.padVertices) in initBottomAccelerationStructures() 406 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 457 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 459 if (!testParams.padVertices) in initBottomAccelerationStructures() 2437 bool padVertices; in addBasicBuildingTests() member 2495 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests() 2577 bool padVertices; in addVertexIndexFormatsTests() member [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 183 bool padVertices; member 1214 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 1266 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 1268 if (!testParams.padVertices) in initBottomAccelerationStructures() 1316 …EOMETRY_TYPE_TRIANGLES_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 1367 …VK_GEOMETRY_TYPE_AABBS_KHR, testParams.vertexFormat, testParams.indexType, testParams.padVertices); in initBottomAccelerationStructures() 1369 if (!testParams.padVertices) in initBottomAccelerationStructures() 3395 bool padVertices; in addBasicBuildingTests() member 3459 paddingType[paddingTypeIdx].padVertices, in addBasicBuildingTests() 3562 bool padVertices; in addVertexIndexFormatsTests() member [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.hpp | 451 …metryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices = false);
|
D | vkRayTracingUtil.cpp | 135 …ry (VkGeometryTypeKHR geometryType, VkFormat vertexFormat, VkIndexType indexType, bool padVertices) in makeRaytracedGeometry() argument 137 const GeometryBuilderParams builderParams { geometryType, padVertices }; in makeRaytracedGeometry()
|