Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3197 …const auto maxRayDispatchInvocationCount = de::min( static_cast<deUint64>(rtPropertiesPtr->getMax… in init() local
3205 … 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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2540 …vocationCount (void) { return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; }; in getMaxRayDispatchInvocationCount()
DvkStructTypes.inl5319 deUint32 maxRayDispatchInvocationCount; member
DvkVulkan_c.inl13438 deUint32 maxRayDispatchInvocationCount; member
DvkStrUtilImpl.inl11371 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h12534 uint32_t maxRayDispatchInvocationCount; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h12939 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp44370 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
44416 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
44435 uint32_t maxRayDispatchInvocationCount = {}; member