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

  /external/mesa3d/src/compiler/
nir_types.h 45 const struct glsl_type *glsl_get_struct_field(const struct glsl_type *type,
nir_types.cpp 52 glsl_get_struct_field(const glsl_type *type, unsigned index) function
  /external/mesa3d/src/compiler/nir/
nir_lower_io_types.c 106 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i);
nir_split_var_copies.c 130 deref->deref.type = glsl_get_struct_field(src_tail->type, i);
nir_lower_io.c 148 field_offset += type_size(glsl_get_struct_field(parent_type, i));
nir_print.c 337 print_constant(c->elements[i], glsl_get_struct_field(type, i), state);
nir_validate.c 386 glsl_get_struct_field(parent->type,
    [all...]
nir.c 733 tmp.str.deref.type = glsl_get_struct_field(tail->type, i);
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 83 const struct glsl_type *elem_type = glsl_get_struct_field(type, i);
158 glsl_get_struct_field(val->type, i);
932 c->elements[i] = vtn_null_constant(b, glsl_get_struct_field(type, i));
    [all...]
vtn_variables.c 222 deref_struct->deref.type = glsl_get_struct_field(tail->type, i);
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 126 milliseconds