Home
last modified time | relevance | path

Searched refs:depthClamp (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.cpp117 …state.depthClamp = pipelineDepthClamp || !state.depthFormat.isFloatFormat() || !pipelineState.hasD… in update()
125 else if(state.depthClamp) in update()
DPixelProcessor.hpp100 bool depthClamp; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRequestDeviceValidationTests.cpp198 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/
DvktDrawInvertedDepthRangesTests.cpp742 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/
DvktDrawInvertedDepthRangesTests.cpp742 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/
DRoadmap-2022.adoc26 ** <<features-depthClamp, pname:depthClamp>>
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/depth/
Dfs_clamp.amber16 DEVICE_FEATURE depthClamp
Dbias_fs_clamp.amber16 DEVICE_FEATURE depthClamp
Dez_fs_clamp.amber16 DEVICE_FEATURE depthClamp
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc126 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/
DAdapterVk.cpp146 if (mDeviceInfo.features.depthClamp == VK_TRUE) { in InitializeSupportedFeaturesImpl()
DDeviceVk.cpp394 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/
DPixelProcessor.hpp72 bool depthClamp : 1; member
DQuadRasterizer.cpp183 …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/
DVK_EXT_extended_dynamic_state3.adoc59 * Assuming VkPhysicalDeviceFeatures::depthClamp is enabled
/third_party/mesa3d/docs/drivers/
Dzink.rst100 * ``depthClamp``
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberTestCase.cpp100 return ctx.getDeviceFeatures().depthClamp; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp100 return ctx.getDeviceFeatures().depthClamp; in isFeatureSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp71 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthClamp) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp71 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthClamp) in isCoreFeaturesSupported()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h300 float depthBias, depthSlopeScale, depthClamp; member
Dmtl_command_buffer.mm994 depthBias = depthSlopeScale = depthClamp = 0;
1384 mStateCache.depthClamp == clamp)
1390 mStateCache.depthClamp = clamp;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1987 mEnabledFeatures.features.depthClamp = mPhysicalDeviceFeatures.depthClamp; in initializeDevice()
2573 isNvidia && mPhysicalDeviceFeatures.depthClamp && in initFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp102 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/
DvktClippingTests.cpp102 if (((flags & FEATURE_DEPTH_CLAMP) != 0) && !features.depthClamp) in requireFeatures()
742 …(getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()

1234