/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_flatshade.c | 35 var->data.location == VARYING_SLOT_BFC1)) in lower_input()
|
H A D | nir_lower_clamp_color_outputs.c | 44 case VARYING_SLOT_BFC1: in is_color_output()
|
H A D | nir_lower_two_sided_color.c | 119 slot = VARYING_SLOT_BFC1; in setup_inputs()
|
H A D | nir.c | 3475 slot == VARYING_SLOT_BFC1 || in nir_slot_is_varying()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vue_map.c | 169 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC1)) in brw_compute_vue_map() 170 assign_vue_slot(vue_map, VARYING_SLOT_BFC1, slot++); in brw_compute_vue_map()
|
H A D | brw_vec4_vs_visitor.cpp | 67 case VARYING_SLOT_BFC1: { in emit_urb_slot()
|
H A D | brw_clip_unfilled.c | 131 brw_clip_have_varying(c, VARYING_SLOT_BFC1))) in copy_bfc() 165 brw_clip_have_varying(c, VARYING_SLOT_BFC1)) in copy_bfc() 172 VARYING_SLOT_BFC1))); in copy_bfc()
|
H A D | brw_compile_sf.c | 159 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1))) in do_twoside_color()
|
H A D | brw_fs_visitor.cpp | 901 varying == VARYING_SLOT_BFC1)) { in emit_urb_writes()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 312 VARYING_SLOT_BFC1, /* Does not appear in FS */ enumerator 455 case VARYING_SLOT_BFC1: in _mesa_varying_slot_in_fs() 491 #define VARYING_BIT_BFC1 BITFIELD64_BIT(VARYING_SLOT_BFC1)
|
H A D | shader_enums.c | 203 ENUM(VARYING_SLOT_BFC1), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_shader.c | 226 VARYING_SLOT_BFC1)); in st_update_vp() 281 VARYING_SLOT_BFC1)); in st_update_common_program()
|
H A D | st_program.c | 1274 VARYING_SLOT_BFC1))) { in st_precompile_shader_variant()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 87 case VARYING_SLOT_BFC1: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_opt_dead_builtin_varyings.c | 148 case VARYING_SLOT_BFC1: in get_varying_info() 182 case VARYING_SLOT_BFC1: in get_varying_info()
|
H A D | builtin_variables.cpp | 1597 add_varying(VARYING_SLOT_BFC1, vec4_t, "gl_BackSecondaryColor"); in generate_varyings()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_gs.cpp | 72 location == VARYING_SLOT_BFC1 || in process_store_output() 132 location == VARYING_SLOT_BFC1 || in process_load_input()
|
H A D | sfn_nir_lower_tess_io.cpp | 83 case VARYING_SLOT_BFC1: in get_tcs_varying_offset()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.h | 978 } else if (slot == VARYING_SLOT_BFC1) { in ir3_find_output() 983 slot = VARYING_SLOT_BFC1; in ir3_find_output()
|
H A D | ir3_nir_lower_tess.c | 108 case VARYING_SLOT_BFC1: return 5; in shader_io_get_unique_index()
|
H A D | ir3_compiler_nir.c | 4177 case VARYING_SLOT_BFC1: in setup_output() 4279 case VARYING_SLOT_BFC1: in emit_instructions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 460 outputs[i].semantic != VARYING_SLOT_BFC1) in si_vertex_color_clamping() 483 outputs[i].semantic != VARYING_SLOT_BFC1) in si_vertex_color_clamping() 498 outputs[i].semantic != VARYING_SLOT_BFC1) in si_vertex_color_clamping()
|
H A D | si_shader.c | 141 case VARYING_SLOT_BFC1: in si_shader_io_get_unique_index()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 1117 struct ureg res1 = register_output( p, VARYING_SLOT_BFC1 ); in build_lighting() 1329 res1 = register_output( p, VARYING_SLOT_BFC1 ); in build_lighting()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 119 return VARYING_SLOT_BFC1; in tgsi_varying_semantic_to_slot()
|