/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/intel/compiler/ |
D | brw_vue_map.c | 164 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_compute_vue_map() 165 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++); in brw_compute_vue_map()
|
D | brw_vec4_vs_visitor.cpp | 72 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 | 128 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) && in copy_bfc() 154 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) in copy_bfc() 161 VARYING_SLOT_BFC0))); in copy_bfc()
|
D | brw_compile_sf.c | 135 have_attr(c, VARYING_SLOT_BFC0+i)) in copy_bfc() 138 get_varying(c, vert, VARYING_SLOT_BFC0+i)); in copy_bfc() 157 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && in do_twoside_color()
|
D | brw_fs_visitor.cpp | 886 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_geometry.cpp | 108 location == VARYING_SLOT_BFC0 || in process_store_output() 161 location == VARYING_SLOT_BFC0 || in process_load_input()
|
D | sfn_vertexstageexport.cpp | 73 output->data.location == VARYING_SLOT_BFC0 || in do_process_outputs()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 237 VARYING_SLOT_BFC0 | in st_update_vp() 306 VARYING_SLOT_BFC0 | in st_update_common_program()
|
D | st_program.c | 1976 VARYING_SLOT_BFC0 | in st_precompile_shader_variant()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 286 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator 441 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
|
D | shader_enums.c | 201 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 188 case VARYING_SLOT_BFC0: in visit() 218 case VARYING_SLOT_BFC0: in get()
|
D | builtin_variables.cpp | 1578 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 | 833 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output() 838 slot = VARYING_SLOT_BFC0; in ir3_find_output()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 473 case VARYING_SLOT_BFC0: in si_prepare_param_exports() 518 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping() 541 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping() 556 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
|
D | si_shader_nir.c | 520 info->input[index].semantic = (back ? VARYING_SLOT_BFC0 : VARYING_SLOT_COL0) + i; in si_nir_scan_shader()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs.c | 92 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_vs_outputs_written()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 444 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1096 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting() 1277 res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting() 1284 res1 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parse.y | 1959 $$ = VARYING_SLOT_BFC0;
|