Home
last modified time | relevance | path

Searched refs:glsl_get_struct_location_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h117 unsigned glsl_get_struct_location_offset(const struct glsl_type *type,
Dnir_types.cpp259 glsl_get_struct_location_offset(const struct glsl_type *type, in glsl_get_struct_location_offset() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c107 *location += glsl_get_struct_location_offset(cur->type, next->strct.index); in remove_struct_derefs_prep()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4448 constant_index += glsl_get_struct_location_offset(deref_instr->type, sidx); in get_sampler_desc_internal()