HomeSort by relevance Sort by last modified time
    Searched refs:glsl_count_attribute_slots (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 99 unsigned size = glsl_count_attribute_slots(tail->type, vs_in);
107 offset += glsl_count_attribute_slots(ft, vs_in);
136 if (glsl_count_attribute_slots(var->type, vs_in) == 1)
nir_gather_info.c 89 : glsl_count_attribute_slots(type, false);
110 offset += glsl_count_attribute_slots(tail->type, false) *
220 for (uint i = 0; i < glsl_count_attribute_slots(var->type, false); i++) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_interpolation_map.c 82 unsigned slot_count = glsl_count_attribute_slots(var->type, false);
  /external/mesa3d/src/compiler/
nir_types.h 71 unsigned glsl_count_attribute_slots(const struct glsl_type *type,
nir_types.cpp 112 glsl_count_attribute_slots(const struct glsl_type *type, function
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 348 for (uint i = 0; i < glsl_count_attribute_slots(var->type, true); i++) {
    [all...]

Completed in 69 milliseconds