Searched refs:VERT_RESULT_BFC0 (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_util.c | 320 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()
|
D | gen6_sf_state.c | 75 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()
|
D | brw_clip_unfilled.c | 134 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()
|
D | brw_vs.c | 131 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()
|
D | brw_sf_emit.c | 90 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()
|
D | brw_vs_constval.c | 137 t->active[PROGRAM_OUTPUT][VERT_RESULT_BFC0]; in calc_sizes()
|
D | brw_vs_emit.c | 2145 || (inst->DstReg.Index == VERT_RESULT_BFC0) in brw_old_vs_emit()
|
D | brw_vec4_visitor.cpp | 2241 vert_result == VERT_RESULT_BFC0 || in emit_generic_urb_slot()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 482 VB->BackfaceColorPtr = &store->results[VERT_RESULT_BFC0]; in run_vp()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1104 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()
|
D | mtypes.h | 231 VERT_RESULT_BFC0 = 13, enumerator
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 90 { ir_var_out, VERT_RESULT_BFC0, "vec4", "gl_BackColor" },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 314 DstReg->Index == VERT_RESULT_BFC0 || in translate_dst()
|
D | st_program.c | 232 case VERT_RESULT_BFC0: in st_prepare_vertex_program()
|
D | st_glsl_to_tgsi.cpp | 4122 dst_reg->index == VERT_RESULT_BFC0 || in translate_dst()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 2118 $$ = VERT_RESULT_BFC0;
|