OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zsbuf_cpp
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.c
81
total_size(uint8_t cbuf_cpp[], uint8_t
zsbuf_cpp
[2],
93
if (
zsbuf_cpp
[0]) {
95
total = gmem->zsbuf_base[0] +
zsbuf_cpp
[0] * bin_w * bin_h;
98
if (
zsbuf_cpp
[1]) {
100
total = gmem->zsbuf_base[1] +
zsbuf_cpp
[1] * bin_w * bin_h;
120
uint8_t cbuf_cpp[MAX_RENDER_TARGETS] = {0},
zsbuf_cpp
[2] = {0};
local
128
zsbuf_cpp
[0] = rsc->cpp;
130
zsbuf_cpp
[1] = rsc->stencil->cpp;
139
if (!memcmp(gmem->
zsbuf_cpp
,
zsbuf_cpp
, sizeof(zsbuf_cpp)) &
[
all
...]
freedreno_gmem.h
55
uint8_t
zsbuf_cpp
[2];
member in struct:fd_gmem_stateobj
Completed in 207 milliseconds