Searched refs:getMaxRayDispatchInvocationCount (Results 1 – 3 of 3) sorted by relevance
779 virtual deUint32 getMaxRayDispatchInvocationCount (void) = DE_NULL;
2540 …deUint32 getMaxRayDispatchInvocationCount (void) { return m_rayTracingPipelineProperties.maxR… in getMaxRayDispatchInvocationCount() function in vk::RayTracingPropertiesKHR
3197 …cationCount = de::min( static_cast<deUint64>(rtPropertiesPtr->getMaxRayDispatchInvocationCount() ), in init()