Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildLargeTests.cpp473 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildIndirectTests.cpp614 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
DvktRayTracingMemGuaranteeTests.cpp743 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildTests.cpp509 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
DvktRayTracingWatertightnessTests.cpp739 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
DvktRayTracingBuiltinTests.cpp1802 if (rayTracingProperties->getMaxGeometryCount() < m_data.geometriesGroupCount) in checkSupportInInstance()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp875 virtual deUint64 getMaxGeometryCount (void) = DE_NULL;
DvkRayTracingUtil.cpp2858 …virtual deUint64 getMaxGeometryCount (void) { return m_accelerationStructureProperties.maxG… in getMaxGeometryCount() function in vk::RayTracingPropertiesKHR