Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DThreadingModelTest.cs63 …int maxRecursionDepth = Environment.ProcessorCount * 2; // make sure we have more pending blockin… in BlockingCallInServerHandlerDoesNotDeadlock()
64 …eEqual("SUCCESS", Calls.BlockingUnaryCall(helper.CreateUnaryCall(), maxRecursionDepth.ToString())); in BlockingCallInServerHandlerDoesNotDeadlock()
/external/mesa3d/include/vulkan/
Dvulkan_beta.h160 uint32_t maxRecursionDepth; member
269 uint32_t maxRecursionDepth; member
Dvulkan_core.h9374 uint32_t maxRecursionDepth; member
9467 uint32_t maxRecursionDepth; member
/external/swiftshader/include/vulkan/
Dvulkan_beta.h160 uint32_t maxRecursionDepth; member
269 uint32_t maxRecursionDepth; member
Dvulkan_core.h9381 uint32_t maxRecursionDepth; member
9474 uint32_t maxRecursionDepth; member
/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h160 uint32_t maxRecursionDepth; member
269 uint32_t maxRecursionDepth; member
Dvulkan_core.h9374 uint32_t maxRecursionDepth; member
9467 uint32_t maxRecursionDepth; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp734 void setMaxRecursionDepth (const deUint32& maxRecursionDepth);
DvkRayTracingUtil.cpp2497 void RayTracingPipeline::setMaxRecursionDepth (const deUint32& maxRecursionDepth) in setMaxRecursionDepth() argument
2499 m_maxRecursionDepth = maxRecursionDepth; in setMaxRecursionDepth()
DvkStructTypes.inl3917 deUint32 maxRecursionDepth; member
4016 deUint32 maxRecursionDepth; member
DvkVulkan_c.inl10926 deUint32 maxRecursionDepth; member
11015 deUint32 maxRecursionDepth; member
DvkStrUtilImpl.inl9486 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
9615 s << "\tmaxRecursionDepth = " << value.maxRecursionDepth << '\n';
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h5233 uint32_t maxRecursionDepth; member
5398 uint32_t maxRecursionDepth; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h10022 uint32_t maxRecursionDepth; member
10111 uint32_t maxRecursionDepth; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1432 { PN(checkAlways), PN(rayTracingPropertiesNV.maxRecursionDepth), LIM_MIN_UINT32(31) }, in validateLimitsNvRayTracing()
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp1287 pipeline_ci.maxRecursionDepth = 2; in TEST_F()