Home
last modified time | relevance | path

Searched refs:zbase (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp427 int zbase = scratches.obtain(); in build_scanline_prolog() local
429 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data); in build_scanline_prolog()
432 ADDR_ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1)); in build_scanline_prolog()
433 CONTEXT_ADDR_STORE(zbase, generated_vars.zbase); in build_scanline_prolog()
762 int zbase = scratches.obtain(); in build_depth_test() local
766 CONTEXT_ADDR_LOAD(zbase, generated_vars.zbase); // stall in build_depth_test()
767 ADDR_SUB(AL, 0, zbase, zbase, reg_imm(parts.count.reg, LSR, 15)); in build_depth_test()
771 LDRH(AL, depth, zbase); // stall in build_depth_test()
781 STRH(ic, depth, zbase); in build_depth_test()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h498 int32_t zbase;