OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zbase
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
426
// 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_vars.zbase); // stal
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
496
int32_t
zbase
;
member in struct:android::generated_vars_t
Completed in 32 milliseconds