Searched refs:oDepth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c200 DUMP("oDepth");
470 struct ureg_dst oDepth; member in struct:shader_translator::__anonefe32c7b0408
1346 if (ureg_dst_is_undef(tx->regs.oDepth))
1347 tx->regs.oDepth =
1350 dst = tx->regs.oDepth; /* XXX: must write .z component */
2767 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0,
2769 ureg_MOV(ureg, tx->regs.oDepth, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X));
2868 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0,
2870 ureg_MOV(ureg, tx->regs.oDepth, r5r);
3564 tx->regs.oDepth
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c201 DUMP("oDepth");
471 struct ureg_dst oDepth; member in struct:shader_translator::__anonc3f85ce20408
1367 if (ureg_dst_is_undef(tx->regs.oDepth))
1368 tx->regs.oDepth =
1371 dst = tx->regs.oDepth; /* XXX: must write .z component */
2793 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0,
2795 ureg_MOV(ureg, tx->regs.oDepth, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X));
2894 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0,
2896 ureg_MOV(ureg, tx->regs.oDepth, r5r);
3599 tx->regs.oDepth
[all...]

Completed in 13 milliseconds