HomeSort by relevance Sort by last modified time
    Searched refs:FRAG_RESULT_STENCIL (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_program.c 643 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:
    [all...]
st_cb_drawpixels.c 191 * 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);
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 423 FRAG_RESULT_STENCIL = 1,
    [all...]

Completed in 68 milliseconds