Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp270 get_bit_widths(isl_format format) in get_bit_widths() function
286 const color_u widths = get_bit_widths(format); in get_bit_shifts()
297 const color_u widths = get_bit_widths(format); in is_homogeneous()
309 return (get_bit_widths(format).r == 32 && is_homogeneous(format)) || in is_conversion_trivial()
321 const color_u widths = get_bit_widths(format); in has_supported_bit_layout()
322 const color_u lower_widths = get_bit_widths( in has_supported_bit_layout()
1041 get_bit_widths(lower_format)); in emit_image_load()
1044 get_bit_widths(format)); in emit_image_load()
1054 get_bit_widths(format)); in emit_image_load()
1065 bld, tmp, get_bit_widths(format)); in emit_image_load()
[all …]