Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c165 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_compute_vue_map()
166 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++); in brw_compute_vue_map()
Dbrw_vec4_vs_visitor.cpp66 case VARYING_SLOT_BFC0: in emit_urb_slot()
Dbrw_interpolation_map.c86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
Dbrw_clip_unfilled.c129 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) && in copy_bfc()
155 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) in copy_bfc()
162 VARYING_SLOT_BFC0))); in copy_bfc()
Dbrw_compile_sf.c136 have_attr(c, VARYING_SLOT_BFC0+i)) in copy_bfc()
139 get_varying(c, vert, VARYING_SLOT_BFC0+i)); in copy_bfc()
158 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && in do_twoside_color()
Dbrw_fs_visitor.cpp900 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flatshade.c34 var->data.location == VARYING_SLOT_BFC0 || in lower_input()
Dnir_lower_clamp_color_outputs.c43 case VARYING_SLOT_BFC0: in is_color_output()
Dnir_lower_two_sided_color.c117 slot = VARYING_SLOT_BFC0; in setup_inputs()
/third_party/mesa3d/src/compiler/
Dshader_enums.h311 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator
454 case VARYING_SLOT_BFC0: in _mesa_varying_slot_in_fs()
490 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
Dshader_enums.c202 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c225 VARYING_SLOT_BFC0 | in st_update_vp()
280 VARYING_SLOT_BFC0 | in st_update_common_program()
Dst_program.c1273 VARYING_SLOT_BFC0 | in st_precompile_shader_variant()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp71 location == VARYING_SLOT_BFC0 || in process_store_output()
131 location == VARYING_SLOT_BFC0 || in process_load_input()
Dsfn_nir_lower_tess_io.cpp81 case VARYING_SLOT_BFC0: in get_tcs_varying_offset()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_opt_dead_builtin_varyings.c144 case VARYING_SLOT_BFC0: in get_varying_info()
178 case VARYING_SLOT_BFC0: in get_varying_info()
Dbuiltin_variables.cpp1595 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c83 case VARYING_SLOT_BFC0: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h976 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output()
981 slot = VARYING_SLOT_BFC0; in ir3_find_output()
Dir3_nir_lower_tess.c107 case VARYING_SLOT_BFC0: return 4; in shader_io_get_unique_index()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c459 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
482 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
497 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
Dsi_shader_info.c712 info->input[index].semantic = (back ? VARYING_SLOT_BFC0 : VARYING_SLOT_COL0) + i; in si_nir_scan_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c329 return VARYING_SLOT_BFC0; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1112 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1328 res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1335 res1 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
/third_party/mesa3d/src/mesa/program/
Dprogram_parse.y1954 $$ = VARYING_SLOT_BFC0;

12