Home
last modified time | relevance | path

Searched refs:getMaxPrimitiveCount (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildLargeTests.cpp470 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingBuildIndirectTests.cpp611 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingMemGuaranteeTests.cpp740 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingBuildTests.cpp506 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingWatertightnessTests.cpp736 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingBuiltinTests.cpp1799 if (rayTracingProperties->getMaxPrimitiveCount() < 2 * m_data.squaresGroupCount) in checkSupportInInstance()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp877 virtual deUint64 getMaxPrimitiveCount (void) = DE_NULL;
DvkRayTracingUtil.cpp2860 …virtual deUint64 getMaxPrimitiveCount (void) { return m_accelerationStructureProperties.maxP… in getMaxPrimitiveCount() function in vk::RayTracingPropertiesKHR