Home
last modified time | relevance | path

Searched refs:record_location_offset (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/
Dnir_types.cpp142 return type->record_location_offset(length); in glsl_get_record_location_offset()
Dglsl_types.h330 unsigned record_location_offset(unsigned length) const;
Dglsl_types.cpp1274 glsl_type::record_location_offset(unsigned length) const in record_location_offset() function in glsl_type
1285 unsigned r_offset = wa->record_location_offset(wa->length); in record_location_offset()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1645 deref_record->record->type->record_location_offset(field_index); in calc_sampler_offsets()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3850 *location += struct_type->record_location_offset(field_index); in calc_deref_offsets()