Home
last modified time | relevance | path

Searched defs:color_u (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp246 struct color_u { struct
247 color_u(unsigned x = 0) : r(x), g(x), b(x), a(x) in color_u() function
251 color_u(unsigned r, unsigned g, unsigned b, unsigned a) : in color_u() argument
257 operator[](unsigned i) const in operator []()
263 unsigned r, g, b, a;