Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_BFC0 (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vue_map.c146 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_compute_vue_map()
147 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++); in brw_compute_vue_map()
Dgen6_sf_state.c85 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC0]; in get_attr_override()
134 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) || in get_attr_override()
Dbrw_interpolation_map.c88 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
Dbrw_clip_unfilled.c134 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) && in copy_bfc()
160 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) in copy_bfc()
167 VARYING_SLOT_BFC0))); in copy_bfc()
Dbrw_vec4_vs_visitor.cpp112 case VARYING_SLOT_BFC0: in emit_urb_slot()
Dbrw_sf_emit.c108 have_attr(c, VARYING_SLOT_BFC0+i)) in copy_bfc()
111 get_varying(c, vert, VARYING_SLOT_BFC0+i)); in copy_bfc()
130 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && in do_twoside_color()
Dbrw_vs.c69 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_vs_outputs_written()
Dbrw_fs_visitor.cpp746 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.h308 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output()
313 slot = VARYING_SLOT_BFC0; in ir3_find_output()
Dir3_compiler_nir.c2070 case VARYING_SLOT_BFC0: in setup_input()
2151 case VARYING_SLOT_BFC0: in setup_output()
/external/mesa3d/src/compiler/
Dshader_enums.h203 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator
285 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
Dshader_enums.c148 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name()
/external/mesa3d/src/compiler/nir/
Dnir_lower_clamp_color_outputs.c42 case VARYING_SLOT_BFC0: in is_color_output()
Dnir_lower_two_sided_color.c115 slot = VARYING_SLOT_BFC0; in setup_inputs()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp187 case VARYING_SLOT_BFC0: in visit()
217 case VARYING_SLOT_BFC0: in get()
Dbuiltin_variables.cpp1347 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c196 VARYING_SLOT_BFC0 | in update_vp()
Dst_program.c294 case VARYING_SLOT_BFC0: in st_translate_vertex_program()
1348 case VARYING_SLOT_BFC0: in st_translate_program_common()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c437 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1093 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1239 res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1246 res1 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
Dmtypes.h108 case VARYING_SLOT_BFC0: in _mesa_varying_slot_in_fs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c110 return VARYING_SLOT_BFC0; in tgsi_varying_semantic_to_slot()
158 [VARYING_SLOT_BFC0] = { TGSI_SEMANTIC_BCOLOR, 0 }, in varying_slot_to_tgsi_semantic()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y1941 $$ = VARYING_SLOT_BFC0;
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2490 slot->slot == VARYING_SLOT_BFC0 || in vc4_setup_compiled_fs_inputs()