Home
last modified time | relevance | path

Searched refs:depthTestActive (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp107 if(state.depthTestActive) in rasterize()
164 …if(!state.stencilActive && state.depthTestActive && (state.depthCompareMode == DEPTH_LESSEQUAL || … in rasterize()
304 if(state.depthTestActive) in rasterize()
343 …return state.depthTestActive || state.pixelFogActive() || (shader && shader->isVPosDeclared() && f… in interpolateZ()
DPixelProcessor.hpp64 bool depthTestActive : 1; member
DPixelProcessor.cpp1013 state.depthTestActive = true; in update()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DQuadRasterizer.cpp87 if(state.depthTestActive || state.depthBoundsTestActive) in rasterize()
218 if(state.depthTestActive || state.depthBoundsTestActive) in rasterize()
252 …return state.depthTestActive || (spirvShader && spirvShader->hasBuiltinInput(spv::BuiltInFragCoord… in interpolateZ()
DPixelProcessor.cpp107 if(pipelineState.depthTestActive(attachments)) in update()
109 state.depthTestActive = true; in update()
DSetupProcessor.cpp71 state.interpolateZ = pipelineState.depthTestActive(attachments) || vPosZW; in update()
DPixelProcessor.hpp79 bool depthTestActive; member
DContext.hpp190 bool depthTestActive(const Attachments &attachments) const;
DContext.cpp630 return depthTestActive(attachments) && depthWriteEnable; in depthWriteActive()
633 bool GraphicsState::depthTestActive(const Attachments &attachments) const in depthTestActive() function in vk::GraphicsState
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp390 if(!state.depthTestActive) in depthTest()
816 …if(state.depthTestActive && stencilZFailOperation != stencilPassOperation) // zMask valid and va… in stencilOperation()
1561 if(state.depthTestActive) in writeColor()
2271 if(state.depthTestActive) in writeColor()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp584 if(!state.depthTestActive) in depthTest()
659 if(!state.depthTestActive) in depthBoundsTest()
867 if(state.depthTestActive && ops.depthFailOp != ops.passOp) // zMask valid and values not the same in stencilOperation()
1508 if(state.depthTestActive) in writeColor()
2641 if(state.depthTestActive) in writeColor()