/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_interpolation_map.c | 85 if (location == VARYING_SLOT_COL0 || location == VARYING_SLOT_COL1) { in brw_setup_vue_interpolation() 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0; in brw_setup_vue_interpolation()
|
H A D | brw_vue_map.c | 163 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_COL0)) in brw_compute_vue_map() 164 assign_vue_slot(vue_map, VARYING_SLOT_COL0, slot++); in brw_compute_vue_map()
|
H A D | brw_vec4_vs_visitor.cpp | 64 case VARYING_SLOT_COL0: in emit_urb_slot()
|
H A D | brw_clip_unfilled.c | 128 if (!(brw_clip_have_varying(c, VARYING_SLOT_COL0) && in copy_bfc() 154 if (brw_clip_have_varying(c, VARYING_SLOT_COL0) && in copy_bfc() 159 VARYING_SLOT_COL0)), in copy_bfc()
|
H A D | brw_compile_sf.c | 135 if (have_attr(c, VARYING_SLOT_COL0+i) && in copy_bfc() 138 get_varying(c, vert, VARYING_SLOT_COL0+i), in copy_bfc() 158 if (!(have_attr(c, VARYING_SLOT_COL0) && have_attr(c, VARYING_SLOT_BFC0)) && in do_twoside_color()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_flatshade.c | 32 (var->data.location == VARYING_SLOT_COL0 || in lower_input()
|
H A D | nir_lower_two_sided_color.c | 30 #define MAX_COLORS 2 /* VARYING_SLOT_COL0/COL1 */ 99 case VARYING_SLOT_COL0: in setup_inputs() 116 if (state->colors[i].front->data.location == VARYING_SLOT_COL0) in setup_inputs()
|
H A D | nir_lower_clamp_color_outputs.c | 41 case VARYING_SLOT_COL0: in is_color_output()
|
H A D | nir_lower_drawpixels.c | 249 if (var->data.location == VARYING_SLOT_COL0) { in lower_drawpixels_block()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_shader.c | 223 (VARYING_SLOT_COL0 | in st_update_vp() 278 (VARYING_SLOT_COL0 | in st_update_common_program()
|
H A D | st_cb_rasterpos.c | 168 VARYING_SLOT_COL0, VERT_ATTRIB_COLOR0); in rastpos_point()
|
H A D | st_atifs_to_nir.c | 170 return load_input(t, VARYING_SLOT_COL0); in get_source() 583 prog->info.inputs_read |= BITFIELD64_BIT(VARYING_SLOT_COL0); in st_init_atifs_prog()
|
H A D | st_cb_feedback.c | 108 slot = stvp->result_to_output[VARYING_SLOT_COL0]; in feedback_vertex()
|
H A D | st_cb_drawtex.c | 83 return VARYING_SLOT_COL0; in semantic_to_varying_slot()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 75 case VARYING_SLOT_COL0: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 299 VARYING_SLOT_COL0, /* COL0 and COL1 must be contiguous */ enumerator 475 #define VARYING_BIT_COL0 BITFIELD64_BIT(VARYING_SLOT_COL0)
|
H A D | shader_enums.c | 190 ENUM(VARYING_SLOT_COL0), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_opt_dead_builtin_varyings.c | 143 case VARYING_SLOT_COL0: in get_varying_info() 170 case VARYING_SLOT_COL0: in get_varying_info()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_gs.cpp | 65 if (location == VARYING_SLOT_COL0 || in process_store_output() 129 location == VARYING_SLOT_COL0 || in process_load_input()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.h | 977 slot = VARYING_SLOT_COL0; in ir3_find_output() 980 } else if (slot == VARYING_SLOT_COL0) { in ir3_find_output()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 457 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping() 480 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping() 495 if (outputs[i].semantic != VARYING_SLOT_COL0 && in si_vertex_color_clamping()
|
H A D | si_shader_info.c | 712 info->input[index].semantic = (back ? VARYING_SLOT_BFC0 : VARYING_SLOT_COL0) + i; in si_nir_scan_shader() 829 if (info->input[i].semantic == VARYING_SLOT_COL0) in si_nir_scan_shader()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 1102 struct ureg res0 = register_output( p, VARYING_SLOT_COL0 ); in build_lighting() 1261 res0 = register_output( p, VARYING_SLOT_COL0 ); in build_lighting() 1268 res1 = register_output( p, VARYING_SLOT_COL0 ); in build_lighting() 1664 emit_passthrough(p, VERT_ATTRIB_COLOR0, VARYING_SLOT_COL0); in build_tnl_program()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi.c | 326 return VARYING_SLOT_COL0; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 1067 $$ = VARYING_SLOT_COL0 + $2; 1906 $$ = VARYING_SLOT_COL0; 1945 $$ = VARYING_SLOT_COL0;
|