Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_COL0 (Results 1 - 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_interpolation_map.c85 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 Dbrw_vue_map.c163 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 Dbrw_vec4_vs_visitor.cpp64 case VARYING_SLOT_COL0: in emit_urb_slot()
H A Dbrw_clip_unfilled.c128 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 Dbrw_compile_sf.c135 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 Dnir_lower_flatshade.c32 (var->data.location == VARYING_SLOT_COL0 || in lower_input()
H A Dnir_lower_two_sided_color.c30 #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 Dnir_lower_clamp_color_outputs.c41 case VARYING_SLOT_COL0: in is_color_output()
H A Dnir_lower_drawpixels.c249 if (var->data.location == VARYING_SLOT_COL0) { in lower_drawpixels_block()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c223 (VARYING_SLOT_COL0 | in st_update_vp()
278 (VARYING_SLOT_COL0 | in st_update_common_program()
H A Dst_cb_rasterpos.c168 VARYING_SLOT_COL0, VERT_ATTRIB_COLOR0); in rastpos_point()
H A Dst_atifs_to_nir.c170 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 Dst_cb_feedback.c108 slot = stvp->result_to_output[VARYING_SLOT_COL0]; in feedback_vertex()
H A Dst_cb_drawtex.c83 return VARYING_SLOT_COL0; in semantic_to_varying_slot()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c75 case VARYING_SLOT_COL0: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h299 VARYING_SLOT_COL0, /* COL0 and COL1 must be contiguous */ enumerator
475 #define VARYING_BIT_COL0 BITFIELD64_BIT(VARYING_SLOT_COL0)
H A Dshader_enums.c190 ENUM(VARYING_SLOT_COL0), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c143 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 Dsfn_shader_gs.cpp65 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 Dir3_shader.h977 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 Dsi_shader_llvm_vs.c457 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 Dsi_shader_info.c712 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 Dffvertex_prog.c1102 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 Dsvga_tgsi.c326 return VARYING_SLOT_COL0; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y1067 $$ = VARYING_SLOT_COL0 + $2;
1906 $$ = VARYING_SLOT_COL0;
1945 $$ = VARYING_SLOT_COL0;

Completed in 22 milliseconds

12