Searched refs:VARYING_SLOT_BFC0 (Results 1 – 24 of 24) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vue_map.c | 146 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()
|
D | gen6_sf_state.c | 85 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()
|
D | brw_interpolation_map.c | 88 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
|
D | brw_clip_unfilled.c | 134 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()
|
D | brw_vec4_vs_visitor.cpp | 112 case VARYING_SLOT_BFC0: in emit_urb_slot()
|
D | brw_sf_emit.c | 108 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()
|
D | brw_vs.c | 69 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_vs_outputs_written()
|
D | brw_fs_visitor.cpp | 746 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.h | 308 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output() 313 slot = VARYING_SLOT_BFC0; in ir3_find_output()
|
D | ir3_compiler_nir.c | 2070 case VARYING_SLOT_BFC0: in setup_input() 2151 case VARYING_SLOT_BFC0: in setup_output()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.h | 203 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator 285 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
|
D | shader_enums.c | 148 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clamp_color_outputs.c | 42 case VARYING_SLOT_BFC0: in is_color_output()
|
D | nir_lower_two_sided_color.c | 115 slot = VARYING_SLOT_BFC0; in setup_inputs()
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 187 case VARYING_SLOT_BFC0: in visit() 217 case VARYING_SLOT_BFC0: in get()
|
D | builtin_variables.cpp | 1347 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 196 VARYING_SLOT_BFC0 | in update_vp()
|
D | st_program.c | 294 case VARYING_SLOT_BFC0: in st_translate_vertex_program() 1348 case VARYING_SLOT_BFC0: in st_translate_program_common()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 437 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1093 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()
|
D | mtypes.h | 108 case VARYING_SLOT_BFC0: in _mesa_varying_slot_in_fs()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 110 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/ |
D | program_parse.y | 1941 $$ = VARYING_SLOT_BFC0;
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2490 slot->slot == VARYING_SLOT_BFC0 || in vc4_setup_compiled_fs_inputs()
|