/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | PixelProcessor.cpp | 117 …state.depthClamp = pipelineDepthClamp || !state.depthFormat.isFloatFormat() || !pipelineState.hasD… in update() 125 else if(state.depthClamp) in update()
|
D | PixelProcessor.hpp | 100 bool depthClamp; member
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RequestDeviceValidationTests.cpp | 198 wgpu::PrimitiveDepthClampingState depthClamp = {}; in TEST_F() local 200 limits.nextInChain = &depthClamp; in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 742 VkBool32 depthClamp; in populateTestGroup() member 743 } depthClamp[] = in populateTestGroup() local 769 for (int ndxDepthClamp = 0; ndxDepthClamp < DE_LENGTH_OF_ARRAY(depthClamp); ++ndxDepthClamp) in populateTestGroup() 772 const auto& cDepthClamp = depthClamp[ndxDepthClamp]; in populateTestGroup() 782 cDepthClamp.depthClamp, in populateTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 742 VkBool32 depthClamp; in populateTestGroup() member 743 } depthClamp[] = in populateTestGroup() local 769 for (int ndxDepthClamp = 0; ndxDepthClamp < DE_LENGTH_OF_ARRAY(depthClamp); ++ndxDepthClamp) in populateTestGroup() 772 const auto& cDepthClamp = depthClamp[ndxDepthClamp]; in populateTestGroup() 782 cDepthClamp.depthClamp, in populateTestGroup()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/ |
D | Roadmap-2022.adoc | 26 ** <<features-depthClamp, pname:depthClamp>>
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/depth/ |
D | fs_clamp.amber | 16 DEVICE_FEATURE depthClamp
|
D | bias_fs_clamp.amber | 16 DEVICE_FEATURE depthClamp
|
D | ez_fs_clamp.amber | 16 DEVICE_FEATURE depthClamp
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 126 features->depthClamp = VK_TRUE; in NamesToVulkanFeatures() 325 if (available_features.depthClamp == VK_FALSE && in AreAllRequiredFeaturesSupported() 326 required_features.depthClamp == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | AdapterVk.cpp | 146 if (mDeviceInfo.features.depthClamp == VK_TRUE) { in InitializeSupportedFeaturesImpl()
|
D | DeviceVk.cpp | 394 ASSERT(ToBackend(GetAdapter())->GetDeviceInfo().features.depthClamp == VK_TRUE); in CreateDevice() 395 usedKnobs.features.depthClamp = VK_TRUE; in CreateDevice()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | PixelProcessor.hpp | 72 bool depthClamp : 1; member
|
D | QuadRasterizer.cpp | 183 …4 z = interpolate(xxxx, Dz[0], z, primitive + OFFSET(Primitive,z), false, false, state.depthClamp); in rasterize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 59 * Assuming VkPhysicalDeviceFeatures::depthClamp is enabled
|
/third_party/mesa3d/docs/drivers/ |
D | zink.rst | 100 * ``depthClamp``
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
D | vktAmberTestCase.cpp | 100 return ctx.getDeviceFeatures().depthClamp; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 100 return ctx.getDeviceFeatures().depthClamp; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 71 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthClamp) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 71 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthClamp) in isCoreFeaturesSupported()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.h | 300 float depthBias, depthSlopeScale, depthClamp; member
|
D | mtl_command_buffer.mm | 994 depthBias = depthSlopeScale = depthClamp = 0; 1384 mStateCache.depthClamp == clamp) 1390 mStateCache.depthClamp = clamp;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 1987 mEnabledFeatures.features.depthClamp = mPhysicalDeviceFeatures.depthClamp; in initializeDevice() 2573 isNvidia && mPhysicalDeviceFeatures.depthClamp && in initFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 102 if (((flags & FEATURE_DEPTH_CLAMP) != 0) && !features.depthClamp) in requireFeatures() 742 …(getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
D | vktClippingTests.cpp | 102 if (((flags & FEATURE_DEPTH_CLAMP) != 0) && !features.depthClamp) in requireFeatures() 742 …(getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()
|