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

  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing;
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 969 struct ureg_src face_input = t->inputs[t->inputMapping[FRAG_ATTRIB_FACE]];
978 t->inputs[t->inputMapping[FRAG_ATTRIB_FACE]] = ureg_src(face_temp);
    [all...]
st_program.c 567 case FRAG_ATTRIB_FACE:
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 155 if (attr == FRAG_ATTRIB_WPOS || attr == FRAG_ATTRIB_FACE)
brw_wm_fp.c 449 case FRAG_ATTRIB_FACE:
  /external/mesa3d/src/mesa/main/
mtypes.h 333 FRAG_ATTRIB_FACE = 12, /**< front/back face */
369 * (FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC) are converted to a value of -1.
391 #define FRAG_BIT_FACE (1 << FRAG_ATTRIB_FACE)
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 56 { ir_var_in, FRAG_ATTRIB_FACE, "bool", "gl_FrontFacing" },
    [all...]
linker.cpp     [all...]

Completed in 507 milliseconds