HomeSort by: relevance | last modified time | path
    Searched refs:VARYING_SLOT_BFC0 (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_flatshade.c 34 var->data.location == VARYING_SLOT_BFC0 ||
nir_lower_clamp_color_outputs.c 43 case VARYING_SLOT_BFC0:
nir_lower_two_sided_color.c 117 slot = VARYING_SLOT_BFC0;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_vs_visitor.cpp 72 case VARYING_SLOT_BFC0:
brw_interpolation_map.c 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0;
brw_vue_map.c 164 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0))
165 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++);
brw_clip_unfilled.c 128 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/
nir_lower_clamp_color_outputs.c 42 case VARYING_SLOT_BFC0:
nir_lower_two_sided_color.c 117 slot = VARYING_SLOT_BFC0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_from_mesa.c 81 case VARYING_SLOT_BFC0:
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_interpolation_map.c 86 location = location + VARYING_SLOT_BFC0 - VARYING_SLOT_COL0;
brw_vec4_vs_visitor.cpp 72 case VARYING_SLOT_BFC0:
brw_vue_map.c 147 if (slots_valid & BITFIELD64_BIT(VARYING_SLOT_BFC0))
148 assign_vue_slot(vue_map, VARYING_SLOT_BFC0, slot++);
brw_clip_unfilled.c 128 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/
tgsi_from_mesa.c 83 case VARYING_SLOT_BFC0:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_shader_geometry.cpp 108 location == VARYING_SLOT_BFC0 ||
161 location == VARYING_SLOT_BFC0 ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_shader.c 237 VARYING_SLOT_BFC0 |
306 VARYING_SLOT_BFC0 |
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.h 243 VARYING_SLOT_BFC0, /* Does not appear in FS */
326 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
shader_enums.c 150 ENUM(VARYING_SLOT_BFC0),
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_shader.h 569 if (slot == VARYING_SLOT_BFC0) {
574 slot = VARYING_SLOT_BFC0;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 188 case VARYING_SLOT_BFC0:
218 case VARYING_SLOT_BFC0:
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.h 286 VARYING_SLOT_BFC0, /* Does not appear in FS */
441 #define VARYING_BIT_BFC0 BITFIELD64_BIT(VARYING_SLOT_BFC0)
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_shader.h 833 if (slot == VARYING_SLOT_BFC0) {
838 slot = VARYING_SLOT_BFC0;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 188 case VARYING_SLOT_BFC0:
218 case VARYING_SLOT_BFC0:
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_shader.c 193 VARYING_SLOT_BFC0 |

Completed in 16 milliseconds

1 2 3