Home
last modified time | relevance | path

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

12

/external/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.c125 slot = VARYING_SLOT_BFC0; in setup_inputs()
/external/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.cpp701 varying == VARYING_SLOT_BFC0 || in emit_urb_writes()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c215 VARYING_SLOT_BFC0 | in st_update_vp()
280 VARYING_SLOT_BFC0 | in st_update_common_program()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_geometry.cpp91 input->data.location == VARYING_SLOT_BFC0 || in do_process_inputs()
121 output->data.location == VARYING_SLOT_BFC0 || in do_process_outputs()
Dsfn_vertexstageexport.cpp44 output->data.location == VARYING_SLOT_BFC0 || in do_process_outputs()
/external/mesa3d/src/compiler/
Dshader_enums.h272 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator
356 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
Dshader_enums.c174 ENUM(VARYING_SLOT_BFC0), in gl_varying_slot_name()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp188 case VARYING_SLOT_BFC0: in visit()
218 case VARYING_SLOT_BFC0: in get()
Dbuiltin_variables.cpp1532 add_varying(VARYING_SLOT_BFC0, vec4_t, "gl_BackColor"); in generate_varyings()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c81 case VARYING_SLOT_BFC0: in tgsi_get_gl_varying_semantic()
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.h816 if (slot == VARYING_SLOT_BFC0) { in ir3_find_output()
821 slot = VARYING_SLOT_BFC0; in ir3_find_output()
Dir3_compiler_nir.c3177 case VARYING_SLOT_BFC0: in setup_output()
3254 case VARYING_SLOT_BFC0: in emit_instructions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c450 case VARYING_SLOT_BFC0: in si_build_param_exports()
494 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
518 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
533 outputs[i].semantic != VARYING_SLOT_BFC0 && in si_vertex_color_clamping()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c96 if (outputs_written & BITFIELD64_BIT(VARYING_SLOT_BFC0)) in brw_vs_outputs_written()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c441 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1088 struct ureg res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1234 res0 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
1241 res1 = register_output( p, VARYING_SLOT_BFC0 ); in build_lighting()
Dmtypes.h99 case VARYING_SLOT_BFC0: in _mesa_varying_slot_in_fs()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y1939 $$ = VARYING_SLOT_BFC0;

12