Searched defs:dbits (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() 257 int dbits = dh - dl; in downshift() local
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 252 uint32_t ggl_expand(uint32_t v, int sbits, int dbits) in ggl_expand() 291 uint32_t expand(uint32_t v, int sbits, int dbits) in expand() 330 const int dbits = dh-dl; in downshift_component() local
|