Home
last modified time | relevance | path

Searched refs:glsl_count_dword_slots (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.h41 return glsl_count_dword_slots(type, bindless) * 4; in type_size_scalar_bytes()
Dbrw_fs.cpp1201 alloc.allocate(glsl_count_dword_slots(type, false) * reg_width), in vgrf()
/third_party/mesa3d/src/asahi/compiler/
Dcmdline.c38 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
/third_party/mesa3d/src/compiler/
Dnir_types.h98 unsigned glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless);
Dnir_types.cpp169 glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless) in glsl_count_dword_slots() function
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c70 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp998 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1078 - i965: Reuse the new core glsl_count_dword_slots().