Home
last modified time | relevance | path

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

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