Home
last modified time | relevance | path

Searched refs:VERT_RESULT_BFC0 (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c320 if (brw_clip_have_vert_result(c, VERT_RESULT_BFC0)) in brw_clip_copy_colors()
324 VERT_RESULT_BFC0)), in brw_clip_copy_colors()
327 VERT_RESULT_BFC0))); in brw_clip_copy_colors()
Dgen6_sf_state.c75 slot = vue_map->vert_result_to_slot[VERT_RESULT_BFC0]; in get_attr_override()
100 vue_map->slot_to_vert_result[slot+1] == VERT_RESULT_BFC0) || in get_attr_override()
Dbrw_clip_unfilled.c134 brw_clip_have_vert_result(c, VERT_RESULT_BFC0)) && in copy_bfc()
160 brw_clip_have_vert_result(c, VERT_RESULT_BFC0)) in copy_bfc()
167 VERT_RESULT_BFC0))); in copy_bfc()
Dbrw_vs.c131 if (outputs_written & BITFIELD64_BIT(VERT_RESULT_BFC0)) in brw_compute_vue_map()
132 assign_vue_slot(vue_map, VERT_RESULT_BFC0); in brw_compute_vue_map()
Dbrw_sf_emit.c90 have_attr(c, VERT_RESULT_BFC0+i)) in copy_bfc()
93 get_vert_result(c, vert, VERT_RESULT_BFC0+i)); in copy_bfc()
112 if (!(have_attr(c, VERT_RESULT_COL0) && have_attr(c, VERT_RESULT_BFC0)) && in do_twoside_color()
Dbrw_vs_constval.c137 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC0]; in calc_sizes()
Dbrw_vs_emit.c2145 || (inst->DstReg.Index == VERT_RESULT_BFC0) in brw_old_vs_emit()
Dbrw_vec4_visitor.cpp2241 vert_result == VERT_RESULT_BFC0 || in emit_generic_urb_slot()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0]; in run_vp()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 ); in build_lighting()
1250 res0 = register_output( p, VERT_RESULT_BFC0 ); in build_lighting()
1257 res1 = register_output( p, VERT_RESULT_BFC0 ); in build_lighting()
Dmtypes.h231 VERT_RESULT_BFC0 = 13, enumerator
/external/mesa3d/src/glsl/
Dbuiltin_variables.cpp90 { ir_var_out, VERT_RESULT_BFC0, "vec4", "gl_BackColor" },
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c314 DstReg->Index == VERT_RESULT_BFC0 || in translate_dst()
Dst_program.c232 case VERT_RESULT_BFC0: in st_prepare_vertex_program()
Dst_glsl_to_tgsi.cpp4122 dst_reg->index == VERT_RESULT_BFC0 || in translate_dst()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y2118 $$ = VERT_RESULT_BFC0;