HomeSort by relevance Sort by last modified time
    Searched refs:zbase (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 423 // we're going to index zbase of parts.count
424 // zbase = base + (xl-count + stride*y)*2
426 int zbase = scratches.obtain(); local
428 CONTEXT_LOAD(zbase, state.buffers.depth.data);
431 ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));
432 CONTEXT_STORE(zbase, generated_vars.zbase);
761 int zbase = scratches.obtain(); local
765 CONTEXT_LOAD(zbase, generated_vars.zbase); // stal
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 476 int32_t zbase; member in struct:android::generated_vars_t

Completed in 133 milliseconds