• Home
  • Raw
  • Download

Lines Matching refs:obtain

242             mDstPixel.setTo(regs.obtain(), &mCbFormat);  in scanline_core()
263 parts.dither = reg_t(regs.obtain()); in scanline_core()
271 pixel.setTo(regs.obtain(), &mCbFormat, FIRST); in scanline_core()
358 int Rx = scratches.obtain(); in build_scanline_prolog()
359 int Ry = scratches.obtain(); in build_scanline_prolog()
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()
404 int dfdx = scratches.obtain(); in build_scanline_prolog()
405 int ydfdy = scratches.obtain(); in build_scanline_prolog()
418 int dzdx = scratches.obtain(); in build_scanline_prolog()
427 int zbase = scratches.obtain(); in build_scanline_prolog()
579 mAlphaSource.setTo(regs.obtain(), in build_incoming_component()
643 c = scratches.obtain(); in build_smooth_shade()
647 dx = scratches.obtain(); in build_smooth_shade()
680 int cf = scratches.obtain(); in build_coverage_application()
700 int ref = scratches.obtain(); in build_alpha_test()
762 int zbase = scratches.obtain(); in build_depth_test()
763 int depth = scratches.obtain(); in build_depth_test()
791 int dzdx = scratches.obtain(); in build_iterate_z()
802 int dfdx = scratches.obtain(); in build_iterate_f()
803 int f = scratches.obtain(); in build_iterate_f()
824 pixel.reg = regs.obtain(); in build_logic_op()
945 pixel.reg = regs.obtain(); in build_masking()
1041 return mRegs.obtain(); in obtainReg()
1119 int RegisterAllocator::RegisterFile::obtain() in obtain() function in android::RegisterAllocator::RegisterFile