Searched refs:VERT_RESULT_BFC1 (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c329 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
333 VERT_RESULT_BFC1)),
336 VERT_RESULT_BFC1)));
H A Dgen6_sf_state.c77 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC1];
102 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC1));
H A Dbrw_clip_unfilled.c136 brw_clip_have_vert_result(c, VERT_RESULT_BFC1)))
170 brw_clip_have_vert_result(c, VERT_RESULT_BFC1))
177 VERT_RESULT_BFC1)));
H A Dbrw_vs.c135 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC1))
136 assign_vue_slot(vue_map, VERT_RESULT_BFC1);
H A Dbrw_vs_constval.c140 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC1];
H A Dbrw_sf_emit.c113 !(have_attr(c, VERT_RESULT_COL1) && have_attr(c, VERT_RESULT_BFC1)))
H A Dbrw_vec4_visitor.cpp2242 vert_result == VERT_RESULT_BFC1) &&
H A Dbrw_vs_emit.c2146 || (inst->DstReg.Index == VERT_RESULT_BFC1)) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c483 VB->BackfaceSecondaryColorPtr = &store->results[VERT_RESULT_BFC1];
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1109 struct ureg res1 = register_output( p, VERT_RESULT_BFC1 );
1251 res1 = register_output( p, VERT_RESULT_BFC1 );
H A Dmtypes.h232 VERT_RESULT_BFC1 = 14, enumerator in enum:__anon12784
348 * (VERT_RESULT_PSIZ, VERT_RESULT_BFC0, VERT_RESULT_BFC1, and
/external/mesa3d/src/glsl/
H A Dbuiltin_variables.cpp92 { ir_var_out, VERT_RESULT_BFC1, "vec4", "gl_BackSecondaryColor" },
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c315 DstReg->Index == VERT_RESULT_BFC1) {
H A Dst_program.c236 case VERT_RESULT_BFC1:
H A Dst_glsl_to_tgsi.cpp4123 dst_reg->index == VERT_RESULT_BFC1) {

Completed in 975 milliseconds