Searched refs:reg_t (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h200 struct reg_t { struct in class:android::GGLAssembler
201 reg_t() : reg(-1), flags(0) { function in struct:android::GGLAssembler::reg_t
203 reg_t(int r, int f=0) function in struct:android::GGLAssembler::reg_t
213 struct integer_t : public reg_t {
214 integer_t() : reg_t(), s(0) {
217 : reg_t(r, f), s(sz) {
220 reg_t::setTo(r, f); s=sz;
226 struct pixel_t : public reg_t {
227 pixel_t() : reg_t() {
231 : reg_t(
[all...]
H A DGGLAssembler.cpp264 parts.dither = reg_t(regs.obtain());
417 parts.z = reg_t(obtainReg());
439 init_textures(parts.coords, reg_t(Rx), reg_t(Ry));
443 init_iterated_color(parts, reg_t(Rx));
989 const pointer_t& d, const pointer_t& b, const reg_t& o)
H A Dtexturing.cpp43 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x)
327 const reg_t& x, const reg_t& y)
363 reg_t& s = coords[i].s;
364 reg_t& t = coords[i].t;
457 reg_t& s = parts.coords[i].s;
458 reg_t& t = parts.coords[i].t;
H A Dload_store.cpp248 pixel_t& d, int component, component_t s, const reg_t& dither)

Completed in 9 milliseconds