Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_BFC1 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_flatshade.c35 var->data.location == VARYING_SLOT_BFC1)) in lower_input()
H A Dnir_lower_clamp_color_outputs.c44 case VARYING_SLOT_BFC1: in is_color_output()
H A Dnir_lower_two_sided_color.c119 slot = VARYING_SLOT_BFC1; in setup_inputs()
H A Dnir.c3475 slot == VARYING_SLOT_BFC1 || in nir_slot_is_varying()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vue_map.c169 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 Dbrw_vec4_vs_visitor.cpp67 case VARYING_SLOT_BFC1: { in emit_urb_slot()
H A Dbrw_clip_unfilled.c131 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 Dbrw_compile_sf.c159 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1))) in do_twoside_color()
H A Dbrw_fs_visitor.cpp901 varying == VARYING_SLOT_BFC1)) { in emit_urb_writes()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h312 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 Dshader_enums.c203 ENUM(VARYING_SLOT_BFC1), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c226 VARYING_SLOT_BFC1)); in st_update_vp()
281 VARYING_SLOT_BFC1)); in st_update_common_program()
H A Dst_program.c1274 VARYING_SLOT_BFC1))) { in st_precompile_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c87 case VARYING_SLOT_BFC1: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c148 case VARYING_SLOT_BFC1: in get_varying_info()
182 case VARYING_SLOT_BFC1: in get_varying_info()
H A Dbuiltin_variables.cpp1597 add_varying(VARYING_SLOT_BFC1, vec4_t, "gl_BackSecondaryColor"); in generate_varyings()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp72 location == VARYING_SLOT_BFC1 || in process_store_output()
132 location == VARYING_SLOT_BFC1 || in process_load_input()
H A Dsfn_nir_lower_tess_io.cpp83 case VARYING_SLOT_BFC1: in get_tcs_varying_offset()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h978 } else if (slot == VARYING_SLOT_BFC1) { in ir3_find_output()
983 slot = VARYING_SLOT_BFC1; in ir3_find_output()
H A Dir3_nir_lower_tess.c108 case VARYING_SLOT_BFC1: return 5; in shader_io_get_unique_index()
H A Dir3_compiler_nir.c4177 case VARYING_SLOT_BFC1: in setup_output()
4279 case VARYING_SLOT_BFC1: in emit_instructions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c460 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 Dsi_shader.c141 case VARYING_SLOT_BFC1: in si_shader_io_get_unique_index()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1117 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 Dtgsi_to_nir.c119 return VARYING_SLOT_BFC1; in tgsi_varying_semantic_to_slot()

Completed in 39 milliseconds

12