Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A 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_ function
504 static size_t getPrimitiveCount (size_t vertices) getPrimitiveCount() function
[all...]
H A DrrRenderer.cpp1398 const size_t assemblerPrimitiveCount = PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::getPrimitiveCount(numVertices); in drawGeometryShaderOutputAsPrimitives()
1484 const size_t assemblerPrimitiveCount = PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::getPrimitiveCount(numVertices); in drawAsPrimitives()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp114 virtual deUint32 getPrimitiveCount (void) const = 0;
238 deUint32 getPrimitiveCount (void) const override;
375 deUint32 RaytracedGeometry<V,I>::getPrimitiveCount (void) const in getPrimitiveCount() function in vk::RaytracedGeometry
H A DvkRayTracingUtil.cpp1556 const deUint32 primitiveCount = (m_buildWithoutPrimitives ? 0u : geometryData->getPrimitiveCount()); in prepareGeometries()
1569 maxPrimitiveCounts[geometryNdx] = geometryData->getPrimitiveCount(); in prepareGeometries()

Completed in 11 milliseconds