Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flatshade.c34 var->data.location == VARYING_SLOT_BFC0 || in lower_input()
H A Dnir_lower_clamp_color_outputs.c43 case VARYING_SLOT_BFC0: in is_color_output()
H A Dnir_lower_two_sided_color.c117 slot = VARYING_SLOT_BFC0; in setup_inputs()
/third_party/mesa3d/src/intel/compiler/
H A 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()
H A Dbrw_vec4_vs_visitor.cpp66 case VARYING_SLOT_BFC0: in emit_urb_slot()
H A Dbrw_interpolation_map.c86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
H A 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()
H A 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()
H A Dbrw_fs_visitor.cpp900 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
/third_party/mesa3d/src/compiler/
H A 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)
H A Dshader_enums.c202 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c225 VARYING_SLOT_BFC0 | in st_update_vp()
280 VARYING_SLOT_BFC0 | in st_update_common_program()
H A Dst_program.c1273 VARYING_SLOT_BFC0 | in st_precompile_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c83 case VARYING_SLOT_BFC0: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c144 case VARYING_SLOT_BFC0: in get_varying_info()
178 case VARYING_SLOT_BFC0: in get_varying_info()
H A Dbuiltin_variables.cpp1595 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp71 location == VARYING_SLOT_BFC0 || in process_store_output()
131 location == VARYING_SLOT_BFC0 || in process_load_input()
H A Dsfn_nir_lower_tess_io.cpp81 case VARYING_SLOT_BFC0: in get_tcs_varying_offset()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h976 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output()
981 slot = VARYING_SLOT_BFC0; in ir3_find_output()
H A Dir3_nir_lower_tess.c107 case VARYING_SLOT_BFC0: return 4; in shader_io_get_unique_index()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
H A 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/
H A Dsvga_tgsi.c329 return VARYING_SLOT_BFC0; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/mesa/main/
H A 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/
H A Dprogram_parse.y1954 $$ = VARYING_SLOT_BFC0;

Completed in 27 milliseconds

12