Home
last modified time | relevance | path

Searched refs:struct_location_offset (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/
Dglsl_types.h532 unsigned struct_location_offset(unsigned length) const;
Dnir_types.cpp231 return type->struct_location_offset(length); in glsl_get_struct_location_offset()
Dglsl_types.cpp1716 glsl_type::struct_location_offset(unsigned length) const in struct_location_offset() function in glsl_type
1727 unsigned r_offset = wa->struct_location_offset(wa->length); in struct_location_offset()
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1619 deref_record->record->type->struct_location_offset(field_index); in calc_sampler_offsets()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4236 *location += struct_type->struct_location_offset(field_index); in calc_deref_offsets()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4505 - glsl: rename record_location_offset() -> struct_location_offset()