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

  /external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp 148 size_t zbase, sbase; local
150 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch +
157 spr->swr.pBaseAddress[zbase + 4 * x + 3] =
161 spr->swr.pBaseAddress[zbase + 8 * x + 4] =
164 zbase += spr->swr.pitch;
191 size_t zbase, sbase;
197 zbase = (z * spr->swr.qpitch + box.y) * spr->swr.pitch +
205 spr->swr.pBaseAddress[zbase + 4 * x + 3];
209 spr->swr.pBaseAddress[zbase + 8 * x + 4];
211 zbase += spr->swr.pitch
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 424 // we're going to index zbase of parts.count
425 // zbase = base + (xl-count + stride*y)*2
427 int zbase = scratches.obtain(); local
429 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data);
432 ADDR_ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));
433 CONTEXT_ADDR_STORE(zbase, generated_vars.zbase);
762 int zbase = scratches.obtain(); local
766 CONTEXT_ADDR_LOAD(zbase, generated_vars.zbase); // stal
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 573 char *zbase;
575 zbase = strchr (l->string, '@');
576 if (zbase != NULL
577 && strcmp (zbase + 1, bfd_asymbol_name (sym)) == 0)
617 char *zbase;
619 zbase = strchr (l->string, '@');
620 if (zbase != NULL
621 && strcmp (zbase + 1, bfd_asymbol_name (sym)) == 0)
571 char *zbase; local
615 char *zbase; local
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 498 int32_t zbase; member in struct:android::generated_vars_t
  /external/jemalloc/src/
arena.c 3138 void *zbase = (void *)((uintptr_t)ptr + oldsize); local
    [all...]

Completed in 307 milliseconds