Searched refs:glsl_get_struct_field (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/ |
D | nir_types.h | 46 const struct glsl_type *glsl_get_struct_field(const struct glsl_type *type,
|
D | nir_types.cpp | 61 glsl_get_struct_field(const glsl_type *type, unsigned index) in glsl_get_struct_field() function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_io_types.c | 102 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in get_deref_offset()
|
D | nir_split_var_copies.c | 130 deref->deref.type = glsl_get_struct_field(src_tail->type, i); in split_var_copy_instr()
|
D | nir_lower_io.c | 148 field_offset += type_size(glsl_get_struct_field(parent_type, i)); in get_io_offset()
|
D | nir_print.c | 344 print_constant(c->elements[i], glsl_get_struct_field(type, i), state); in print_constant()
|
D | nir_validate.c | 431 glsl_get_struct_field(parent->type, in validate_deref_chain()
|
D | nir.c | 765 tmp.str.deref.type = glsl_get_struct_field(tail->type, i); in deref_foreach_leaf_build_recur()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 184 const struct glsl_type *elem_type = glsl_get_struct_field(type, i); in vtn_undef_ssa_value() 264 glsl_get_struct_field(val->type, i); in vtn_const_ssa_value() 1307 c->elements[i] = vtn_null_constant(b, glsl_get_struct_field(type, i)); in vtn_null_constant() 1816 child_type = glsl_get_struct_field(type, i); in vtn_create_ssa_value()
|
D | vtn_variables.c | 523 deref_struct->deref.type = glsl_get_struct_field(tail->type, i); in _vtn_local_load_store()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2756 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in get_deref_offset() 5721 glsl_get_struct_field(type, i)); in glsl_to_llvm_type()
|