Searched refs:VARYING_SLOT_BFC0 (Results 1 - 25 of 63) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_flatshade.c34 var->data.location == VARYING_SLOT_BFC0 ||
H A Dnir_lower_clamp_color_outputs.c43 case VARYING_SLOT_BFC0:
H A Dnir_lower_two_sided_color.c117 slot = VARYING_SLOT_BFC0;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_vs_visitor.cpp72 case VARYING_SLOT_BFC0:
H A Dbrw_interpolation_map.c86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0;
H A Dbrw_vue_map.c164 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0))
165 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++);
H A Dbrw_clip_unfilled.c128 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) &&
154 brw_clip_have_varying(c, VARYING_SLOT_BFC0))
161 VARYING_SLOT_BFC0)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_clamp_color_outputs.c42 case VARYING_SLOT_BFC0:
H A Dnir_lower_two_sided_color.c117 slot = VARYING_SLOT_BFC0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c81 case VARYING_SLOT_BFC0:
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_interpolation_map.c86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0;
H A Dbrw_vec4_vs_visitor.cpp72 case VARYING_SLOT_BFC0:
H A Dbrw_vue_map.c147 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0))
148 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++);
H A Dbrw_clip_unfilled.c128 brw_clip_have_varying(c, VARYING_SLOT_BFC0)) &&
154 brw_clip_have_varying(c, VARYING_SLOT_BFC0))
161 VARYING_SLOT_BFC0)));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c83 case VARYING_SLOT_BFC0:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.h243 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator in enum:__anon0f1973a70303
326 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
H A Dshader_enums.c150 ENUM(VARYING_SLOT_BFC0),
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.h569 if (slot == VARYING_SLOT_BFC0) {
574 slot = VARYING_SLOT_BFC0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_geometry.cpp108 location == VARYING_SLOT_BFC0 ||
161 location == VARYING_SLOT_BFC0 ||
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_shader.c237 VARYING_SLOT_BFC0 |
306 VARYING_SLOT_BFC0 |
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp188 case VARYING_SLOT_BFC0:
218 case VARYING_SLOT_BFC0:
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h286 VARYING_SLOT_BFC0, /* Does not appear in FS */ enumerator in enum:__anon671c309a0303
441 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp188 case VARYING_SLOT_BFC0:
218 case VARYING_SLOT_BFC0:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_shader.h833 if (slot == VARYING_SLOT_BFC0) {
838 slot = VARYING_SLOT_BFC0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_shader.c193 VARYING_SLOT_BFC0 |

Completed in 20 milliseconds

123