Home
last modified time | relevance | path

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

/external/deqp/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()
DvktRayTracingBuildTests.cpp543 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingMemGuaranteeTests.cpp740 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingWatertightnessTests.cpp727 if (rayTracingProperties->getMaxPrimitiveCount() < m_data.squaresGroupCount) in checkSupportInInstance()
DvktRayTracingBuiltinTests.cpp1799 if (rayTracingProperties->getMaxPrimitiveCount() < 2 * m_data.squaresGroupCount) in checkSupportInInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp991 virtual uint64_t getMaxPrimitiveCount (void) = 0;
DvkRayTracingUtil.cpp3695 …uint64_t getMaxPrimitiveCount (void) override { return m_accelerationStructureProperties.max… in getMaxPrimitiveCount() function in vk::RayTracingPropertiesKHR