Home
last modified time | relevance | path

Searched refs:GetDepthBiasSlopeScale (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h87 float GetDepthBiasSlopeScale() const;
DRenderPipeline.cpp810 float RenderPipelineBase::GetDepthBiasSlopeScale() const { in GetDepthBiasSlopeScale() function in dawn_native::RenderPipelineBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp308 float slopeScale = GetDepthBiasSlopeScale(); in ApplyNow()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp384 descriptorD3D12.RasterizerState.SlopeScaledDepthBias = GetDepthBiasSlopeScale(); in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp434 rasterization.depthBiasSlopeFactor = GetDepthBiasSlopeScale(); in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1409 slopeScale:newPipeline->GetDepthBiasSlopeScale()