Searched refs:FRAG_RESULT_STENCIL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_program.c643 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
646 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs;
648 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL);
656 case FRAG_RESULT_STENCIL:
H A Dst_cb_drawpixels.c191 * stencil value value, then writes to FRAG_RESULT_DEPTH/FRAG_RESULT_STENCIL.
255 p->Instructions[ic].DstReg.Index = FRAG_RESULT_STENCIL;
276 p->OutputsWritten |= BITFIELD64_BIT(FRAG_RESULT_STENCIL);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c643 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) {
646 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs;
648 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL);
656 case FRAG_RESULT_STENCIL:
H A Dst_cb_drawpixels.c191 * stencil value value, then writes to FRAG_RESULT_DEPTH/FRAG_RESULT_STENCIL.
255 p->Instructions[ic].DstReg.Index = FRAG_RESULT_STENCIL;
276 p->OutputsWritten |= BITFIELD64_BIT(FRAG_RESULT_STENCIL);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_variables.cpp933 ir_var_out, FRAG_RESULT_STENCIL);
949 ir_var_out, FRAG_RESULT_STENCIL);
/external/mesa3d/src/glsl/
H A Dbuiltin_variables.cpp933 ir_var_out, FRAG_RESULT_STENCIL);
949 ir_var_out, FRAG_RESULT_STENCIL);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h423 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon14539
/external/mesa3d/src/mesa/main/
H A Dmtypes.h423 FRAG_RESULT_STENCIL = 1, enumerator in enum:__anon27950

Completed in 1833 milliseconds