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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp426 // we're going to index zbase of parts.count
427 // zbase = base + (xl-count + stride*y)*2
429 int zbase = scratches.obtain(); local
431 CONTEXT_LOAD(zbase, state.buffers.depth.data);
434 ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));
435 CONTEXT_STORE(zbase, generated_vars.zbase);
764 int zbase = scratches.obtain(); local
768 CONTEXT_LOAD(zbase, generated_var
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h496 int32_t zbase; member in struct:android::generated_vars_t

Completed in 1267 milliseconds