Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp619 VkBool32 depthClamp; in populateTestGroup() member
620 } depthClamp[] = in populateTestGroup() local
646 for (int ndxDepthClamp = 0; ndxDepthClamp < DE_LENGTH_OF_ARRAY(depthClamp); ++ndxDepthClamp) in populateTestGroup()
649 const auto& cDepthClamp = depthClamp[ndxDepthClamp]; in populateTestGroup()
659 cDepthClamp.depthClamp, in populateTestGroup()
/external/swiftshader/src/Device/
DPixelProcessor.hpp97 bool depthClamp; member
DPixelProcessor.cpp123 …state.depthClamp = !state.depthFormat.isFloatFormat() || !pipelineState.hasDepthRangeUnrestricted(… in update()
/external/deqp-deps/amber/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()
/external/mesa3d/docs/drivers/
Dzink.rst72 * ``depthClamp``
/external/swiftshader/src/Renderer/
DPixelProcessor.hpp71 bool depthClamp : 1; member
DQuadRasterizer.cpp183 …4 z = interpolate(xxxx, Dz[0], z, primitive + OFFSET(Primitive,z), false, false, state.depthClamp); in rasterize()
DPixelProcessor.cpp1024 state.depthClamp = (context->depthBias != 0.0f) || (context->slopeDepthBias != 0.0f); in update()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, depthClamp); in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp398 localRequiredCoreFeatures.depthClamp = DE_FALSE; in checkSupport()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h295 float depthBias, depthSlopeScale, depthClamp; member
Dmtl_command_buffer.mm990 depthBias = depthSlopeScale = depthClamp = 0;
1380 mStateCache.depthClamp == clamp)
1386 mStateCache.depthClamp = clamp;
/external/deqp-deps/amber/src/vulkan/
Ddevice.cc124 if (available_features.depthClamp == VK_FALSE) in AreAllRequiredFeaturesSupported()
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1705 enabledFeatures.features.depthClamp = mPhysicalDeviceFeatures.depthClamp; in initializeDevice()
2271 isNvidia && mPhysicalDeviceFeatures.depthClamp && in initFeatures()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp624 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_DEPTH_CLAMP , depthClamp ),
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp101 if (((flags & FEATURE_DEPTH_CLAMP) != 0) && !features.depthClamp) in requireFeatures()
712 …(getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).depthClamp) in testPrimitivesDepthClip()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c161 return screen->info.feats.features.depthClamp; in zink_get_param()
/external/deqp-deps/amber/docs/
Dvk_script.md455 * `depthClamp`
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp918 pFeatures->depthClamp = VK_TRUE; in getPhysicalDeviceFeatures()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp812 if (param.depthClampEnable && features.depthClamp == DE_FALSE) in DepthRangeUnrestrictedTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1085 FEATURE_ITEM(depthClamp), in createDeviceWithUnsupportedFeaturesTest()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c307 ….depthClamp = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CA… in lvp_GetPhysicalDeviceFeatures()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c381 .depthClamp = true, in tu_GetPhysicalDeviceFeatures2()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c682 .depthClamp = false, in v3dv_GetPhysicalDeviceFeatures()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp338 if (m_context.getDeviceFeatures().depthClamp == VK_FALSE && m_depthClampEnable) in BuiltinFragDepthCaseInstance()

12