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

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_util.c 329 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
333 VERT_RESULT_BFC1)),
336 VERT_RESULT_BFC1)));
gen6_sf_state.c 77 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC1];
102 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC1));
brw_clip_unfilled.c 136 brw_clip_have_vert_result(c, VERT_RESULT_BFC1)))
170 brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
177 VERT_RESULT_BFC1)));
brw_vs.c 135 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC1))
136 assign_vue_slot(vue_map, VERT_RESULT_BFC1);
brw_vs_constval.c 140 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC1];
brw_sf_emit.c 113 !(have_attr(c, VERT_RESULT_COL1) && have_attr(c, VERT_RESULT_BFC1)))
brw_vec4_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 329 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
333 VERT_RESULT_BFC1)),
336 VERT_RESULT_BFC1)));
gen6_sf_state.c 77 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC1];
102 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC1));
brw_clip_unfilled.c 136 brw_clip_have_vert_result(c, VERT_RESULT_BFC1)))
170 brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
177 VERT_RESULT_BFC1)));
brw_vs.c 135 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC1))
136 assign_vue_slot(vue_map, VERT_RESULT_BFC1);
brw_vs_constval.c 140 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC1];
brw_sf_emit.c 113 !(have_attr(c, VERT_RESULT_COL1) && have_attr(c, VERT_RESULT_BFC1)))
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 483 VB->BackfaceSecondaryColorPtr = &store->results[VERT_RESULT_BFC1];
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 483 VB->BackfaceSecondaryColorPtr = &store->results[VERT_RESULT_BFC1];
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1109 struct ureg res1 = register_output( p, VERT_RESULT_BFC1 );
    [all...]
mtypes.h 232 VERT_RESULT_BFC1 = 14,
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1109 struct ureg res1 = register_output( p, VERT_RESULT_BFC1 );
    [all...]
mtypes.h 232 VERT_RESULT_BFC1 = 14,
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 92 { ir_var_out, VERT_RESULT_BFC1, "vec4", "gl_BackSecondaryColor" },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 315 DstReg->Index == VERT_RESULT_BFC1) {
    [all...]
st_program.c 236 case VERT_RESULT_BFC1:
    [all...]
  /external/mesa3d/src/glsl/
builtin_variables.cpp 92 { ir_var_out, VERT_RESULT_BFC1, "vec4", "gl_BackSecondaryColor" },
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 315 DstReg->Index == VERT_RESULT_BFC1) {
    [all...]
st_program.c 236 case VERT_RESULT_BFC1:
    [all...]

Completed in 371 milliseconds

1 2