Home
last modified time | relevance | path

Searched refs:depthBoundsTestActive (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.cpp103 state.depthBoundsTestActive = pipelineState.depthBoundsTestActive(attachments); in update()
DQuadRasterizer.cpp87 if(state.depthTestActive || state.depthBoundsTestActive) in rasterize()
218 if(state.depthTestActive || state.depthBoundsTestActive) in rasterize()
DPixelProcessor.hpp80 bool depthBoundsTestActive; member
DContext.hpp192 bool depthBoundsTestActive(const Attachments &attachments) const;
DContext.cpp643 bool GraphicsState::depthBoundsTestActive(const Attachments &attachments) const in depthBoundsTestActive() function in vk::GraphicsState
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.hpp65 bool depthBoundsTestActive : 1; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp639 if(!state.depthBoundsTestActive) in depthBoundsTest()