Home
last modified time | relevance | path

Searched refs:glsl_get_component_slots_aligned (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h105 unsigned glsl_get_component_slots_aligned(const struct glsl_type *type,
Dnir_types.cpp207 glsl_get_component_slots_aligned(const struct glsl_type *type, unsigned offset) in glsl_get_component_slots_aligned() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c1510 num_components = glsl_get_component_slots_aligned(type, *location); in varying_matches_assign_locations()