Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3199 …const auto maxRayDispatchInvocationCount = de::min( static_cast<deUint64>(rtPropertiesPtr->getMax… in init() local
3207 … static_cast<deUint32>((maxRayDispatchInvocationCount) % maxGlobalRTWorkGroupSize[0]) ); in init()
3209 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0]) % maxGlobalRTWorkGrou… in init()
3211 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0] / m_gridSizeXYZ[1]) % maxG… in init()
3214 …DE_ASSERT(m_gridSizeXYZ[0] * m_gridSizeXYZ[1] * m_gridSizeXYZ[2] == maxRayDispatchInvocationCount); in init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2862 …nvocationCount (void) { return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; } in getMaxRayDispatchInvocationCount()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5873 uint32_t maxRayDispatchInvocationCount; member
DvkVulkan_c.inl14500 deUint32 maxRayDispatchInvocationCount; member
DvkStrUtilImpl.inl12403 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2511 props->maxRayDispatchInvocationCount = 1024 * 1024 * 64; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h12534 uint32_t maxRayDispatchInvocationCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h13538 uint32_t maxRayDispatchInvocationCount; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h13331 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_structs.hpp50067 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
50113 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==()
50132 uint32_t maxRayDispatchInvocationCount = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14894 uint32_t maxRayDispatchInvocationCount; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h15871 uint32_t maxRayDispatchInvocationCount; member
Dvulkan_hash.hpp9038 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
Dvulkan_structs.hpp65739 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ )
65796 maxRayDispatchInvocationCount, in reflect()
65813 …( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && ( shaderGroupHandleAlign… in operator ==()
65832 uint32_t maxRayDispatchInvocationCount = {}; member