| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_ray_tracing_pipeline.txt | 137 ** renamed pname:maxRecursionDepth to pname:maxRayRecursionDepth and it 291 * rename pname:maxRecursionDepth to pname:maxRayPipelineRecursionDepth 357 - rename maxRecursionDepth to maxRayPipelineRecursionDepth and
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | raytracing.txt | 78 <<limits-maxRecursionDepth, pname:maxRecursionDepth>> or 88 pname:maxRecursionDepth or 257 * [[VUID-vkCmdTraceRaysNV-maxRecursionDepth-03625]] 260 recursion depth>> greater than the value of pname:maxRecursionDepth used
|
| D | limits.txt | 2402 * [[limits-maxRecursionDepth]] pname:maxRecursionDepth is the maximum 3370 | code:uint32_t | pname:maxRecursionDepth | `apiext:VK_NV_ray_tra… 3681 | slink:VkPhysicalDeviceRayTracingPropertiesNV::pname:maxRecursionDepth | - | 31 | min
|
| D | pipelines.txt | 2871 * pname:maxRecursionDepth is the <<ray-tracing-recursion-depth, maximum 2893 * [[VUID-VkRayTracingPipelineCreateInfoNV-maxRecursionDepth-03457]] 2894 pname:maxRecursionDepth must: be less than or equal to 2895 slink:VkPhysicalDeviceRayTracingPropertiesNV::pname:maxRecursionDepth
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkRayTracingUtil.hpp | 834 void setMaxRecursionDepth (const deUint32& maxRecursionDepth);
|
| D | vkRayTracingUtil.cpp | 2819 void RayTracingPipeline::setMaxRecursionDepth (const deUint32& maxRecursionDepth) in setMaxRecursionDepth() argument 2821 m_maxRecursionDepth = maxRecursionDepth; in setMaxRecursionDepth()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStructTypes.inl | 4178 uint32_t maxRecursionDepth; member 4277 uint32_t maxRecursionDepth; member
|
| D | vkVulkan_c.inl | 11547 deUint32 maxRecursionDepth; member 11636 deUint32 maxRecursionDepth; member
|
| D | vkStrUtilImpl.inl | 10134 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n'; 10263 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 10022 uint32_t maxRecursionDepth; member 10111 uint32_t maxRecursionDepth; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 10585 uint32_t maxRecursionDepth; member 10674 uint32_t maxRecursionDepth; member
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 10593 uint32_t maxRecursionDepth; member 10682 uint32_t maxRecursionDepth; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 10425 uint32_t maxRecursionDepth; member 10514 uint32_t maxRecursionDepth; member
|
| D | vulkan_structs.hpp | 50171 , maxRecursionDepth( maxRecursionDepth_ ) 50214 …derGroupHandleSize == rhs.shaderGroupHandleSize ) && ( maxRecursionDepth == rhs.maxRecursionDepth … in operator ==() 50232 uint32_t maxRecursionDepth = {}; member 64828 , maxRecursionDepth( maxRecursionDepth_ ) 64857 , maxRecursionDepth( maxRecursionDepth_ ) 64937 maxRecursionDepth = maxRecursionDepth_; in setMaxRecursionDepth() 64978 …( pGroups == rhs.pGroups ) && ( maxRecursionDepth == rhs.maxRecursionDepth ) && ( layout == rhs.la… in operator ==() 64996 uint32_t maxRecursionDepth = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 11538 uint32_t maxRecursionDepth; member 11627 uint32_t maxRecursionDepth; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 70397 , maxRecursionDepth( maxRecursionDepth_ ) 70453 maxRecursionDepth, in reflect() 70472 …( maxRecursionDepth == rhs.maxRecursionDepth ) && ( maxShaderGroupStride == rhs.maxShaderGroupStri… in operator ==() 70489 uint32_t maxRecursionDepth = {}; member 88678 , maxRecursionDepth( maxRecursionDepth_ ) 88708 , maxRecursionDepth( maxRecursionDepth_ ) 88786 maxRecursionDepth = maxRecursionDepth_; in setMaxRecursionDepth() 88837 …tie( sType, pNext, flags, stageCount, pStages, groupCount, pGroups, maxRecursionDepth, layout, bas… in reflect() 88850 …== rhs.groupCount ) && ( pGroups == rhs.pGroups ) && ( maxRecursionDepth == rhs.maxRecursionDepth … in operator ==() 88869 uint32_t maxRecursionDepth = {}; member
|
| D | vulkan_core.h | 12149 uint32_t maxRecursionDepth; member 12238 uint32_t maxRecursionDepth; member
|
| D | vulkan_hash.hpp | 9627 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPropertiesNV.maxRecursionDepth ); in operator ()() 12114 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoNV.maxRecursionDepth ); in operator ()()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFeatureInfo.cpp | 1442 { PN(checkAlways), PN(rayTracingPropertiesNV.maxRecursionDepth), LIM_MIN_UINT32(31) }, in validateLimitsNvRayTracing()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | ChangeLog.txt | 3235 pname:shaderGroupHandleSize and pname:maxRecursionDepth limit
|