Searched refs:IsDepthBiasEnabled (Results 1 – 4 of 4) sorted by relevance
85 bool IsDepthBiasEnabled() const;
800 bool RenderPipelineBase::IsDepthBiasEnabled() const { in IsDepthBiasEnabled() function in dawn_native::RenderPipelineBase
305 if (IsDepthBiasEnabled()) { in ApplyNow()
431 rasterization.depthBiasEnable = IsDepthBiasEnabled(); in Initialize()