Searched refs:glsl_count_dword_slots (Results 1 – 7 of 7) sorted by relevance
41 return glsl_count_dword_slots(type, bindless) * 4; in type_size_scalar_bytes()
1191 alloc.allocate(glsl_count_dword_slots(type, false) * reg_width), in vgrf()
98 unsigned glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless);
169 glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless) in glsl_count_dword_slots() function
931 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
264 size = DIV_ROUND_UP(glsl_count_dword_slots(var->type, in ntt_setup_uniforms()
1078 - i965: Reuse the new core glsl_count_dword_slots().