HomeSort by relevance Sort by last modified time
    Searched refs:VERT_RESULT_BFC0 (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_util.c 320 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC0))
324 VERT_RESULT_BFC0)),
327 VERT_RESULT_BFC0)));
gen6_sf_state.c 75 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC0];
100 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC0) ||
brw_clip_unfilled.c 134 brw_clip_have_vert_result(c, VERT_RESULT_BFC0)) &&
160 brw_clip_have_vert_result(c, VERT_RESULT_BFC0))
167 VERT_RESULT_BFC0)));
brw_vs.c 131 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC0))
132 assign_vue_slot(vue_map, VERT_RESULT_BFC0);
brw_vs_constval.c 137 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC0];
brw_sf_emit.c 90 have_attr(c, VERT_RESULT_BFC0+i))
93 get_vert_result(c, vert, VERT_RESULT_BFC0+i));
112 if (!(have_attr(c, VERT_RESULT_COL0) && have_attr(c, VERT_RESULT_BFC0)) &&
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 320 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC0))
324 VERT_RESULT_BFC0)),
327 VERT_RESULT_BFC0)));
gen6_sf_state.c 75 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC0];
100 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC0) ||
brw_clip_unfilled.c 134 brw_clip_have_vert_result(c, VERT_RESULT_BFC0)) &&
160 brw_clip_have_vert_result(c, VERT_RESULT_BFC0))
167 VERT_RESULT_BFC0)));
brw_vs.c 131 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC0))
132 assign_vue_slot(vue_map, VERT_RESULT_BFC0);
brw_vs_constval.c 137 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC0];
brw_sf_emit.c 90 have_attr(c, VERT_RESULT_BFC0+i))
93 get_vert_result(c, vert, VERT_RESULT_BFC0+i));
112 if (!(have_attr(c, VERT_RESULT_COL0) && have_attr(c, VERT_RESULT_BFC0)) &&
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0];
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0];
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 );
    [all...]
mtypes.h 231 VERT_RESULT_BFC0 = 13,
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 );
    [all...]
mtypes.h 231 VERT_RESULT_BFC0 = 13,
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 90 { ir_var_out, VERT_RESULT_BFC0, "vec4", "gl_BackColor" },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 314 DstReg->Index == VERT_RESULT_BFC0 ||
    [all...]
st_program.c 232 case VERT_RESULT_BFC0:
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 90 { ir_var_out, VERT_RESULT_BFC0, "vec4", "gl_BackColor" },
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 314 DstReg->Index == VERT_RESULT_BFC0 ||
    [all...]
st_program.c 232 case VERT_RESULT_BFC0:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y     [all...]

Completed in 658 milliseconds

1 2