Home
last modified time | relevance | path

Searched refs:oDepth (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DPixelRoutine.hpp40 Float4 oDepth; member in sw::PixelRoutine
DPixelProgram.cpp404 pDst.x = oDepth; in applyShader()
501 oDepth = d.x; in applyShader()
533 oDepth = Min(Max(oDepth, Float4(0.0f)), Float4(1.0f)); in applyShader()
894 reg.x = oDepth; in fetchRegister()
DPixelRoutine.cpp400 Z = Float4(1.0f) - oDepth; in depthTest()
404 Z = oDepth; in depthTest()
671 Z = Float4(1.0f) - oDepth; in writeDepth()
675 Z = oDepth; in writeDepth()
DPixelPipeline.cpp1780 oDepth = u_; in TEXM3X2DEPTH()
1920 oDepth = u_; in TEXDEPTH()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c476 struct ureg_dst oDepth; member
1301 if (ureg_dst_is_undef(tx->regs.oDepth)) in _tx_dst_param()
1302 tx->regs.oDepth = in _tx_dst_param()
1305 dst = tx->regs.oDepth; /* XXX: must write .z component */ in _tx_dst_param()
2624 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0, in DECL_SPECIAL()
2626 ureg_MOV(ureg, tx->regs.oDepth, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X)); in DECL_SPECIAL()
2723 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0, in DECL_SPECIAL()
2725 ureg_MOV(ureg, tx->regs.oDepth, r5r); in DECL_SPECIAL()
3380 tx->regs.oDepth = ureg_dst_undef(); in tx_ctor()