Searched refs:obtain (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 75 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; in init_iterated_color() 76 const int t1 = (parts.reload & 2) ? scratches.obtain() : 0; in init_iterated_color() 101 int end = scratches.obtain(); in init_iterated_color() 186 fragment.setTo( regs.obtain(), 0, 32, CORRUPTIBLE); in build_iterated_color() 203 int dx = scratches.obtain(); in build_iterated_color() 376 int ydsdy = scratches.obtain(); in init_textures() 377 int ydtdy = scratches.obtain(); in init_textures() 453 texel.setTo(regs.obtain(), &tmu.format); in build_textures() 461 s.reg = scratches.obtain(); in build_textures() 462 t.reg = scratches.obtain(); in build_textures() [all …]
|
D | GGLAssembler.cpp | 243 mDstPixel.setTo(regs.obtain(), &mCbFormat); in scanline_core() 264 parts.dither = reg_t(regs.obtain()); in scanline_core() 272 pixel.setTo(regs.obtain(), &mCbFormat, FIRST); in scanline_core() 360 int Rx = scratches.obtain(); in build_scanline_prolog() 361 int Ry = scratches.obtain(); in build_scanline_prolog() 376 int tx = scratches.obtain(); in build_scanline_prolog() 377 int ty = scratches.obtain(); in build_scanline_prolog() 392 int Rs = scratches.obtain(); in build_scanline_prolog() 406 int dfdx = scratches.obtain(); in build_scanline_prolog() 407 int ydfdy = scratches.obtain(); in build_scanline_prolog() [all …]
|
D | blending.cpp | 42 temp.reg = regs.obtain(); in build_fog() 46 integer_t fogColor(scratches.obtain(), 8, CORRUPTIBLE); in build_fog() 50 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE); in build_fog() 81 temp = component_t(regs.obtain(), CORRUPTIBLE); in build_blending() 122 fb.setTo(scratches.obtain(), 32); in build_blending() 147 fragment.reg = scratches.obtain(); in build_blending() 155 temp.reg = regs.obtain(); in build_blending() 320 factor.setTo(scratches.obtain(), 32, CORRUPTIBLE); in build_blend_factor() 445 fragment.reg : scratches.obtain(), fb.size(), CORRUPTIBLE); in build_blendFOneMinusF() 463 fb.reg : scratches.obtain(), fb.size(), CORRUPTIBLE); in build_blendOneMinusFF() [all …]
|
D | GGLAssembler.h | 73 int obtain(); 104 int obtain() { in obtain() function 105 int reg = mRegFile.obtain(); in obtain() 349 r.reg = regs.obtain(); in modify()
|
D | load_store.cpp | 80 s0 = scratches.obtain(); in load() 88 int s1 = scratches.obtain(); in load() 276 ireg = scratches.obtain(); in downshift()
|