Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitiveAssembler.hpp88 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
133 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
157 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
213 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
239 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
267 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
304 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
366 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
383 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
452 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount() function
[all …]
DrrRenderer.cpp1398 …rimitiveCount = PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::getPrimitiveCount(numVertices); in drawGeometryShaderOutputAsPrimitives()
1484 …rimitiveCount = PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::getPrimitiveCount(numVertices); in drawAsPrimitives()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp112 virtual deUint32 getPrimitiveCount (void) const = 0;
234 deUint32 getPrimitiveCount (void) const override;
371 deUint32 RaytracedGeometry<V,I>::getPrimitiveCount (void) const in getPrimitiveCount() function in vk::RaytracedGeometry
DvkRayTracingUtil.cpp1439 …const deUint32 primitiveCount = (m_buildWithoutPrimitives ? 0u : geometryData->getPrimitiveCount()… in prepareGeometries()
1452 maxPrimitiveCounts[geometryNdx] = geometryData->getPrimitiveCount(); in prepareGeometries()