Searched refs:maxRayDispatchInvocationCount (Results 1 – 8 of 8) sorted by relevance
3197 …const auto maxRayDispatchInvocationCount = de::min( static_cast<deUint64>(rtPropertiesPtr->getMax… in init() local3205 … static_cast<deUint32>((maxRayDispatchInvocationCount) % maxGlobalRTWorkGroupSize[0]) ); in init()3207 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0]) % maxGlobalRTWorkGrou… in init()3209 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0] / m_gridSizeXYZ[1]) % maxG… in init()3212 …DE_ASSERT(m_gridSizeXYZ[0] * m_gridSizeXYZ[1] * m_gridSizeXYZ[2] == maxRayDispatchInvocationCount); in init()
2540 …vocationCount (void) { return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; }; in getMaxRayDispatchInvocationCount()
5319 deUint32 maxRayDispatchInvocationCount; member
13438 deUint32 maxRayDispatchInvocationCount; member
11371 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
12534 uint32_t maxRayDispatchInvocationCount; member
12939 uint32_t maxRayDispatchInvocationCount; member
44370 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )44416 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()44435 uint32_t maxRayDispatchInvocationCount = {}; member