Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_BFC0 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flatshade.c34 var->data.location == VARYING_SLOT_BFC0 || in lower_input()
Dnir_lower_clamp_color_outputs.c43 case VARYING_SLOT_BFC0: in is_color_output()
Dnir_lower_two_sided_color.c117 slot = VARYING_SLOT_BFC0; in setup_inputs()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c164 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()
Dbrw_vec4_vs_visitor.cpp72 case VARYING_SLOT_BFC0: in emit_urb_slot()
Dbrw_interpolation_map.c86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
Dbrw_clip_unfilled.c128 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()
Dbrw_compile_sf.c135 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()
Dbrw_fs_visitor.cpp886 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_geometry.cpp108 location == VARYING_SLOT_BFC0 || in process_store_output()
161 location == VARYING_SLOT_BFC0 || in process_load_input()
Dsfn_vertexstageexport.cpp73 output->data.location == VARYING_SLOT_BFC0 || in do_process_outputs()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c237 VARYING_SLOT_BFC0 | in st_update_vp()
306 VARYING_SLOT_BFC0 | in st_update_common_program()
Dst_program.c1976 VARYING_SLOT_BFC0 | in st_precompile_shader_variant()
/third_party/mesa3d/src/compiler/
Dshader_enums.h286 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator
441 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
Dshader_enums.c201 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp188 case VARYING_SLOT_BFC0: in visit()
218 case VARYING_SLOT_BFC0: in get()
Dbuiltin_variables.cpp1578 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c83 case VARYING_SLOT_BFC0: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h833 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/
Dsi_shader_llvm_vs.c473 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()
Dsi_shader_nir.c520 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/
Dbrw_vs.c92 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_vs_outputs_written()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_program.c444 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1096 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/
Dprogram_parse.y1959 $$ = VARYING_SLOT_BFC0;

12