Searched defs:dbits (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 165 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 175 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 182 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() 245 int dbits = dh - dl; in downshift() local
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 254 uint32_t ggl_expand(uint32_t v, int sbits, int dbits) in ggl_expand() 296 uint32_t expand(uint32_t v, int sbits, int dbits) in expand() 335 const int dbits = dh-dl; in downshift_component() local
|