Searched refs:cbuf_cpp (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dgmemtool.c37 { .minx=0, .miny=0, .width=1536, .height=2048, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {1,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
39 { .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
40 { .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {4,0,}},
41 // { .minx=0, .miny=0, .width=64, .height=64, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
42 // { .minx=0, .miny=0, .width=32, .height=32, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
43 // { .minx=0, .miny=0, .width=16, .height=16, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
44 // { .minx=0, .miny=0, .width=8, .height=8, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
45 // { .minx=0, .miny=0, .width=4, .height=4, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
46 // { .minx=0, .miny=0, .width=2, .height=2, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0,0,0,0,0,}, .zsbuf_cpp = {0,0,}},
47 // { .minx=0, .miny=0, .width=1, .height=1, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp
[all...]
H A Dfreedreno_gmem.h55 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member in struct:fd_gmem_stateobj
H A Dfreedreno_gmem.c98 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member in struct:gmem_key
124 printf(", .cbuf_cpp = {");
125 for (unsigned i = 0; i < ARRAY_SIZE(key->cbuf_cpp); i++)
126 printf("%u,", key->cbuf_cpp[i]);
140 if (!gmem->cbuf_cpp[i])
143 unsigned size = gmem->cbuf_cpp[i] * gmem->bin_w * gmem->bin_h;
145 gmem->cbuf_base[i], size, gmem->cbuf_cpp[i]);
201 if (key->cbuf_cpp[i]) {
203 total = gmem->cbuf_base[i] + key->cbuf_cpp[i] * bin_w * bin_h;
231 debug_printf(" %d", key->cbuf_cpp[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c79 total_size(uint8_t cbuf_cpp[], uint8_t zsbuf_cpp[2], argument
86 if (cbuf_cpp[i]) {
88 total = gmem->cbuf_base[i] + cbuf_cpp[i] * bin_w * bin_h;
122 uint8_t cbuf_cpp[MAX_RENDER_TARGETS] = {0}, zsbuf_cpp[2] = {0}; local in function:calculate_tiles
141 cbuf_cpp[i] = util_format_get_blocksize(pfb->cbufs[i]->format);
143 cbuf_cpp[i] = 4;
145 cbuf_cpp[i] *= pfb->samples;
149 !memcmp(gmem->cbuf_cpp, cbuf_cpp, sizeof(cbuf_cpp))
[all...]
H A Dfreedreno_gmem.h53 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member in struct:fd_gmem_stateobj
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c281 *patch->cs = patch->val | A6XX_TEX_CONST_2_PITCH(gmem->bin_w * gmem->cbuf_cpp[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c266 patch->cs[2] = A6XX_TEX_CONST_2_PITCH(gmem->bin_w * gmem->cbuf_cpp[0]) |

Completed in 19 milliseconds