| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
| D | trace_rays_limits_common.adoc | 23 sname:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayDispatchInvocationCount
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_ray_tracing_pipeline.txt | 140 ** added pname:maxRayDispatchInvocationCount, 252 * Added pname:maxRayDispatchInvocationCount limit to
|
| D | VK_KHR_ray_tracing_pipeline.adoc | 139 ** added pname:maxRayDispatchInvocationCount, 251 * Added pname:maxRayDispatchInvocationCount limit to
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| D | vktRayTracingMiscTests.cpp | 3199 …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/vulkan-docs/src/chapters/ |
| D | raytracing.txt | 385 sname:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayDispatchInvocationCount 568 sname:VkPhysicalDeviceRayTracingPipelinePropertiesKHR::pname:maxRayDispatchInvocationCount
|
| D | limits.txt | 2530 * pname:maxRayDispatchInvocationCount is the maximum number of ray 3391 | code:uint32_t | pname:maxRayDispatchInvocationCount | `apiext:VK_KHR_ray_tr… 3707 | pname:maxRayDispatchInvocationCount | - | 2^30^ | min
|
| D | limits.adoc | 2956 * pname:maxRayDispatchInvocationCount is the maximum number of ray 4810 | code:uint32_t | pname:maxRayDispatchInvocationCount | `apiext:VK_KHR_ray_tr… 5266 | pname:maxRayDispatchInvocationCount | - | 2^30^ | min
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingMiscTests.cpp | 3201 …const auto maxRayDispatchInvocationCount = de::min( static_cast<deUint64>(rtPropertiesPtr->getMax… in init() local 3209 … static_cast<deUint32>((maxRayDispatchInvocationCount) % maxGlobalRTWorkGroupSize[0]) ); in init() 3211 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0]) % maxGlobalRTWorkGrou… in init() 3213 …static_cast<deUint32>((maxRayDispatchInvocationCount / m_gridSizeXYZ[0] / m_gridSizeXYZ[1]) % maxG… in init() 3216 …DE_ASSERT(m_gridSizeXYZ[0] * m_gridSizeXYZ[1] * m_gridSizeXYZ[2] == maxRayDispatchInvocationCount); in init()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkRayTracingUtil.cpp | 3916 …Count (void) override { return m_rayTracingPipelineProperties.maxRayDispatchInvocationCount; } in getMaxRayDispatchInvocationCount()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 2511 props->maxRayDispatchInvocationCount = 1024 * 1024 * 64; in radv_GetPhysicalDeviceProperties2()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStructTypes.inl | 4317 uint32_t maxRayDispatchInvocationCount; member
|
| D | vkVulkan_c.inl | 17839 deUint32 maxRayDispatchInvocationCount; member
|
| D | vkStrUtilImpl.inl | 10928 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkStructTypes.inl | 4337 uint32_t maxRayDispatchInvocationCount; member
|
| D | vkVulkan_c.inl | 19007 deUint32 maxRayDispatchInvocationCount; member
|
| D | vkStrUtilImpl.inl | 11161 s << "\tmaxRayDispatchInvocationCount = " << value.maxRayDispatchInvocationCount << '\n';
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 12534 uint32_t maxRayDispatchInvocationCount; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 13538 uint32_t maxRayDispatchInvocationCount; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 13331 uint32_t maxRayDispatchInvocationCount; member
|
| D | vulkan_structs.hpp | 50067 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ ) 50113 ( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && in operator ==() 50132 uint32_t maxRayDispatchInvocationCount = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 14894 uint32_t maxRayDispatchInvocationCount; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 19215 uint32_t maxRayDispatchInvocationCount; member
|
| D | vulkan_structs.hpp | 78714 , maxRayDispatchInvocationCount( maxRayDispatchInvocationCount_ ) 78771 maxRayDispatchInvocationCount, in reflect() 78788 …( maxRayDispatchInvocationCount == rhs.maxRayDispatchInvocationCount ) && ( shaderGroupHandleAlign… in operator ==() 78807 uint32_t maxRayDispatchInvocationCount = {}; member
|
| D | vulkan_hash.hpp | 10702 …_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayDispatchInvocationCount ); in operator ()()
|