Searched refs:color_u (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_surface_builder.cpp | 246 struct color_u { struct 247 color_u(unsigned x = 0) : r(x), g(x), b(x), a(x) in color_u() argument 251 color_u(unsigned r, unsigned g, unsigned b, unsigned a) : in color_u() function 269 inline color_u 274 return color_u(fmtl->channels.r.bits, in get_bit_widths() 283 inline color_u 286 const color_u widths = get_bit_widths(format); in get_bit_shifts() 287 return color_u(0, widths.r, widths.r + widths.g, in get_bit_shifts() 297 const color_u widths = get_bit_widths(format); in is_homogeneous() 321 const color_u widths = get_bit_widths(format); in has_supported_bit_layout() [all …]
|