Searched refs:scratches (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 71 Scratch scratches(registerFile()); in init_iterated_color() local 72 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; in init_iterated_color() 73 const int t1 = (parts.reload & 2) ? scratches.obtain() : 0; in init_iterated_color() 98 int end = scratches.obtain(); in init_iterated_color() 103 scratches.recycle(end); in init_iterated_color() 199 Scratch scratches(registerFile()); in build_iterated_color() local 200 int dx = scratches.obtain(); in build_iterated_color() 357 Scratch scratches(registerFile()); in init_textures() local 371 int ydsdy = scratches.obtain(); in init_textures() 372 int ydtdy = scratches.obtain(); in init_textures() [all …]
|
D | blending.cpp | 39 Scratch scratches(registerFile()); in build_fog() local 48 integer_t fogColor(scratches.obtain(), 8, CORRUPTIBLE); in build_fog() 52 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE); in build_fog() 92 Scratch scratches(registerFile()); in build_blending() local 124 fb.setTo(scratches.obtain(), 32); in build_blending() 149 fragment.reg = scratches.obtain(); in build_blending() 173 component, pixel, fragment, fb, scratches); in build_blending() 183 component, pixel, fragment, fb, scratches); in build_blending() 212 component, pixel, fragment, fb, scratches); in build_blending() 224 component, pixel, fragment, fb, scratches); in build_blending() [all …]
|
D | GGLAssembler.cpp | 229 Scratch scratches(registerFile()); in scanline_core() local 353 Scratch scratches(registerFile()); in build_scanline_prolog() local 358 int Rx = scratches.obtain(); in build_scanline_prolog() 359 int Ry = scratches.obtain(); in build_scanline_prolog() 373 Scratch scratches(registerFile()); in build_scanline_prolog() local 374 int tx = scratches.obtain(); in build_scanline_prolog() 375 int ty = scratches.obtain(); in build_scanline_prolog() 390 int Rs = scratches.obtain(); in build_scanline_prolog() 396 scratches.recycle(Rs); in build_scanline_prolog() 403 Scratch scratches(registerFile()); in build_scanline_prolog() local [all …]
|
D | load_store.cpp | 67 Scratch scratches(registerFile()); in load() local 80 s0 = scratches.obtain(); in load() 88 int s1 = scratches.obtain(); in load() 235 Scratch scratches(registerFile()); in downshift() local 260 ireg = scratches.obtain(); in downshift()
|
D | GGLAssembler.h | 431 Scratch& scratches, 495 Scratch& scratches);
|