Home
last modified time | relevance | path

Searched refs:getMaxInstanceCount (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuildLargeTests.cpp476 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildIndirectTests.cpp617 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildTests.cpp548 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingWatertightnessTests.cpp733 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingMemGuaranteeTests.cpp746 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuiltinTests.cpp1805 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildLargeTests.cpp476 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildIndirectTests.cpp617 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuildTests.cpp548 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingWatertightnessTests.cpp733 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingMemGuaranteeTests.cpp746 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
DvktRayTracingBuiltinTests.cpp1805 if (rayTracingProperties->getMaxInstanceCount() < m_data.instancesGroupCount) in checkSupportInInstance()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp988 virtual uint64_t getMaxInstanceCount (void) = 0;
DvkRayTracingUtil.cpp3688 …uint64_t getMaxInstanceCount (void) override { return m_accelerationStructureProperties.max… in getMaxInstanceCount() function in vk::RayTracingPropertiesKHR