Home
last modified time | relevance | path

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

/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.inl10120 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
10249 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h8376 uint32_t maxRecursionDepth; member
8465 uint32_t maxRecursionDepth; member
/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/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.hpp65862 , maxRecursionDepth( maxRecursionDepth_ )
65918 maxRecursionDepth, in reflect()
65937 …( maxRecursionDepth == rhs.maxRecursionDepth ) && ( maxShaderGroupStride == rhs.maxShaderGroupStri… in operator ==()
65954 uint32_t maxRecursionDepth = {}; member
83356 , maxRecursionDepth( maxRecursionDepth_ )
83386 , maxRecursionDepth( maxRecursionDepth_ )
83464 maxRecursionDepth = maxRecursionDepth_; in setMaxRecursionDepth()
83515 …tie( sType, pNext, flags, stageCount, pStages, groupCount, pGroups, maxRecursionDepth, layout, bas… in reflect()
83528 …== rhs.groupCount ) && ( pGroups == rhs.pGroups ) && ( maxRecursionDepth == rhs.maxRecursionDepth in operator ==()
83547 uint32_t maxRecursionDepth = {}; member
Dvulkan_core.h11666 uint32_t maxRecursionDepth; member
11755 uint32_t maxRecursionDepth; member
Dvulkan_hash.hpp9054 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPropertiesNV.maxRecursionDepth ); in operator ()()
11423 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()