Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_COL1 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c167 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_COL1)) in brw_compute_vue_map()
168 assign_vue_slot(vue_map, VARYING_SLOT_COL1, slot++); in brw_compute_vue_map()
Dbrw_vec4_vs_visitor.cpp65 case VARYING_SLOT_COL1: in emit_urb_slot()
Dbrw_interpolation_map.c85 if (location == VARYING_SLOT_COL0 || location == VARYING_SLOT_COL1) { in brw_setup_vue_interpolation()
Dbrw_clip_unfilled.c130 !(brw_clip_have_varying(c, VARYING_SLOT_COL1) && in copy_bfc()
164 if (brw_clip_have_varying(c, VARYING_SLOT_COL1) && in copy_bfc()
169 VARYING_SLOT_COL1)), in copy_bfc()
Dbrw_compile_sf.c159 !(have_attr(c, VARYING_SLOT_COL1) && have_attr(c, VARYING_SLOT_BFC1))) in do_twoside_color()
Dbrw_fs_visitor.cpp899 varying == VARYING_SLOT_COL1 || in emit_urb_writes()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flatshade.c33 var->data.location == VARYING_SLOT_COL1 || in lower_input()
Dnir_lower_clamp_color_outputs.c42 case VARYING_SLOT_COL1: in is_color_output()
Dnir_lower_two_sided_color.c100 case VARYING_SLOT_COL1: in setup_inputs()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c224 VARYING_SLOT_COL1 | in st_update_vp()
279 VARYING_SLOT_COL1 | in st_update_common_program()
Dst_cb_rasterpos.c172 VARYING_SLOT_COL1, VERT_ATTRIB_COLOR1); in rastpos_point()
Dst_atifs_to_nir.c172 return load_input(t, VARYING_SLOT_COL1); in get_source()
588 prog->info.inputs_read |= BITFIELD64_BIT(VARYING_SLOT_COL1); in st_init_atifs_prog()
Dst_program.c1272 VARYING_SLOT_COL1 | in st_precompile_shader_variant()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_gs.cpp66 location == VARYING_SLOT_COL1 || in process_store_output()
130 location == VARYING_SLOT_COL1 || in process_load_input()
Dsfn_nir_lower_tess_io.cpp79 case VARYING_SLOT_COL1: in get_tcs_varying_offset()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_opt_dead_builtin_varyings.c147 case VARYING_SLOT_COL1: in get_varying_info()
174 case VARYING_SLOT_COL1: in get_varying_info()
Dbuiltin_variables.cpp1591 add_varying(VARYING_SLOT_COL1, vec4_t, "gl_SecondaryColor"); in generate_varyings()
1596 add_varying(VARYING_SLOT_COL1, vec4_t, "gl_FrontSecondaryColor"); in generate_varyings()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c79 case VARYING_SLOT_COL1: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/
Dshader_enums.h300 VARYING_SLOT_COL1, enumerator
476 #define VARYING_BIT_COL1 BITFIELD64_BIT(VARYING_SLOT_COL1)
Dshader_enums.c191 ENUM(VARYING_SLOT_COL1), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h979 slot = VARYING_SLOT_COL1; in ir3_find_output()
982 } else if (slot == VARYING_SLOT_COL1) { in ir3_find_output()
Dir3_nir_lower_tess.c106 case VARYING_SLOT_COL1: return 3; in shader_io_get_unique_index()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c458 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping()
481 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping()
496 outputs[i].semantic != VARYING_SLOT_COL1 && in si_vertex_color_clamping()
Dsi_shader_info.c831 else if (info->input[i].semantic == VARYING_SLOT_COL1) in si_nir_scan_shader()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1107 struct ureg res1 = register_output( p, VARYING_SLOT_COL1 ); in build_lighting()
1262 res1 = register_output( p, VARYING_SLOT_COL1 ); in build_lighting()
1667 emit_passthrough(p, VERT_ATTRIB_COLOR1, VARYING_SLOT_COL1); in build_tnl_program()

12