Searched refs:glsl_get_struct_field_offset (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_printf.c | 112 unsigned field_offset = glsl_get_struct_field_offset(args->type, i); in lower_printf_instr()
|
D | nir_gather_xfb_info.c | 249 int foffset = glsl_get_struct_field_offset(itype, f); in nir_gather_xfb_info_with_varyings()
|
D | nir_lower_io.c | 1228 base += glsl_get_struct_field_offset(parent->type, deref->strct.index); in nir_get_explicit_deref_range() 1896 int offset = glsl_get_struct_field_offset(parent->type, in nir_explicit_io_address_from_deref() 2091 const int offset = glsl_get_struct_field_offset(parent->type, in nir_get_explicit_deref_align() 2582 const int field_offset = glsl_get_struct_field_offset(type, i); in write_constant()
|
D | nir_deref.c | 1134 if (glsl_get_struct_field_offset(parent->type, 0) != 0) in opt_replace_struct_wrapper_cast()
|
D | nir_opt_load_store_vectorize.c | 446 int offset = glsl_get_struct_field_offset(parent->type, deref->strct.index); in create_entry_key_from_deref()
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 49 int glsl_get_struct_field_offset(const struct glsl_type *type,
|
D | nir_types.cpp | 82 glsl_get_struct_field_offset(const struct glsl_type *type, in glsl_get_struct_field_offset() function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniform_blocks.c | 393 *offset = struct_base_offset + glsl_get_struct_field_offset(type, i); in iterate_type_fill_variables()
|
D | gl_nir_link_uniforms.c | 1266 struct_base_offset + glsl_get_struct_field_offset(type, i); in nir_link_uniform() 1267 } else if (glsl_get_struct_field_offset(type, i) != -1 && in nir_link_uniform() 1269 state->offset = glsl_get_struct_field_offset(type, i); in nir_link_uniform()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 520 int offset = glsl_get_struct_field_offset(type, i); in copy_const_initializer()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 449 int32_t offset = glsl_get_struct_field_offset(type, i); in get_glsl_type() 2730 glsl_get_struct_field_offset(bare_type, last_member_idx))); in emit_get_ssbo_size()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1149 unsigned field_offset = glsl_get_struct_field_offset(type, elt); in var_fill_const_array()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 5171 uint64_t offset = glsl_get_struct_field_offset(parent->type, instr->strct.index); in visit_deref()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 2363 - nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride
|