Searched refs:glsl_count_dword_slots (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 42 return glsl_count_dword_slots(type, bindless) * 4; in type_size_scalar_bytes()
|
D | brw_mesh.cpp | 77 return glsl_count_dword_slots(type, bindless); in type_size_scalar_dwords()
|
D | brw_fs.cpp | 1120 alloc.allocate(glsl_count_dword_slots(type, false) * reg_width), in vgrf()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 38 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 101 unsigned glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless);
|
D | nir_types.cpp | 188 glsl_count_dword_slots(const struct glsl_type *type, bool is_bindless) in glsl_count_dword_slots() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 71 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 990 return glsl_count_dword_slots(type, bindless); in st_packed_uniforms_type_size()
|
D | st_program.c | 1240 num_components += glsl_count_dword_slots(var->type, false); in st_can_add_pointsize_to_program()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1078 - i965: Reuse the new core glsl_count_dword_slots().
|