/third_party/mesa3d/src/intel/compiler/ |
D | brw_vue_map.c | 165 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()
|
D | brw_vec4_vs_visitor.cpp | 66 case VARYING_SLOT_BFC0: in emit_urb_slot()
|
D | brw_interpolation_map.c | 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
|
D | brw_clip_unfilled.c | 129 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()
|
D | brw_compile_sf.c | 136 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()
|
D | brw_fs_visitor.cpp | 900 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_flatshade.c | 34 var->data.location == VARYING_SLOT_BFC0 || in lower_input()
|
D | nir_lower_clamp_color_outputs.c | 43 case VARYING_SLOT_BFC0: in is_color_output()
|
D | nir_lower_two_sided_color.c | 117 slot = VARYING_SLOT_BFC0; in setup_inputs()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 311 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)
|
D | shader_enums.c | 202 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 225 VARYING_SLOT_BFC0 | in st_update_vp() 280 VARYING_SLOT_BFC0 | in st_update_common_program()
|
D | st_program.c | 1273 VARYING_SLOT_BFC0 | in st_precompile_shader_variant()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_gs.cpp | 71 location == VARYING_SLOT_BFC0 || in process_store_output() 131 location == VARYING_SLOT_BFC0 || in process_load_input()
|
D | sfn_nir_lower_tess_io.cpp | 81 case VARYING_SLOT_BFC0: in get_tcs_varying_offset()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_opt_dead_builtin_varyings.c | 144 case VARYING_SLOT_BFC0: in get_varying_info() 178 case VARYING_SLOT_BFC0: in get_varying_info()
|
D | builtin_variables.cpp | 1595 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 83 case VARYING_SLOT_BFC0: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 976 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output() 981 slot = VARYING_SLOT_BFC0; in ir3_find_output()
|
D | ir3_nir_lower_tess.c | 107 case VARYING_SLOT_BFC0: return 4; in shader_io_get_unique_index()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 459 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()
|
D | si_shader_info.c | 712 info->input[index].semantic = (back ? VARYING_SLOT_BFC0 : VARYING_SLOT_COL0) + i; in si_nir_scan_shader()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 329 return VARYING_SLOT_BFC0; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1112 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/ |
D | program_parse.y | 1954 $$ = VARYING_SLOT_BFC0;
|