OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbuf_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],
87
if (
cbuf_cpp
[i]) {
89
total = gmem->cbuf_base[i] +
cbuf_cpp
[i] * bin_w * bin_h;
120
uint8_t
cbuf_cpp
[MAX_RENDER_TARGETS] = {0}, zsbuf_cpp[2] = {0};
local
134
cbuf_cpp
[i] = util_format_get_blocksize(pfb->cbufs[i]->format);
136
cbuf_cpp
[i] = 4;
140
!memcmp(gmem->
cbuf_cpp
,
cbuf_cpp
, sizeof(
cbuf_cpp
)) &&
173
debug_printf(" %d",
cbuf_cpp
[i])
[
all
...]
freedreno_gmem.h
54
uint8_t
cbuf_cpp
[MAX_RENDER_TARGETS];
member in struct:fd_gmem_stateobj
Completed in 62 milliseconds