Home
last modified time | relevance | path

Searched refs:maxRecursionDepth (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_ray_tracing_pipeline.txt137 ** 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/
Draytracing.txt78 <<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
Dlimits.txt2402 * [[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
Dpipelines.txt2871 * 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/
DvkRayTracingUtil.hpp834 void setMaxRecursionDepth (const deUint32& maxRecursionDepth);
DvkRayTracingUtil.cpp2819 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/
DvkStructTypes.inl4178 uint32_t maxRecursionDepth; member
4277 uint32_t maxRecursionDepth; member
DvkVulkan_c.inl11547 deUint32 maxRecursionDepth; member
11636 deUint32 maxRecursionDepth; member
DvkStrUtilImpl.inl10134 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
10263 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10022 uint32_t maxRecursionDepth; member
10111 uint32_t maxRecursionDepth; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10585 uint32_t maxRecursionDepth; member
10674 uint32_t maxRecursionDepth; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10593 uint32_t maxRecursionDepth; member
10682 uint32_t maxRecursionDepth; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h10425 uint32_t maxRecursionDepth; member
10514 uint32_t maxRecursionDepth; member
Dvulkan_structs.hpp50171 , 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/
Dvulkan_core.h11538 uint32_t maxRecursionDepth; member
11627 uint32_t maxRecursionDepth; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp70397 , 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
Dvulkan_core.h12149 uint32_t maxRecursionDepth; member
12238 uint32_t maxRecursionDepth; member
Dvulkan_hash.hpp9627 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/
DvktApiFeatureInfo.cpp1442 { PN(checkAlways), PN(rayTracingPropertiesNV.maxRecursionDepth), LIM_MIN_UINT32(31) }, in validateLimitsNvRayTracing()
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt3235 pname:shaderGroupHandleSize and pname:maxRecursionDepth limit