Home
last modified time | relevance | path

Searched refs:glsl_get_struct_field_data (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c80 glsl_get_struct_field_data(type, i); in type_is_tightly_packed()
Dnir_deref.c456 glsl_get_struct_field_data(struct_type, (*p)->strct.index); in deref_path_contains_coherent_decoration()
/third_party/mesa3d/src/compiler/
Dnir_types.h53 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index);
Dnir_types.cpp88 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index) in glsl_get_struct_field_data() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c241 glsl_get_struct_field_data(type, i); in add_shader_variable()
Dgl_nir_link_uniforms.c1256 glsl_get_struct_field_data(type, i)->matrix_layout; in nir_link_uniform()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c920 fields[i] = *glsl_get_struct_field_data(type->type, i); in vtn_type_get_nir_type()