Home
last modified time | relevance | path

Searched refs:cbuf_cpp (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dgmemtool.c37 …{ .minx=0, .miny=0, .width=1536, .height=2048, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {1,0,0…
39 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0…
40 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0…
48 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=4, .cbuf_cpp = {4,4,4…
50 …{ .minx=0, .miny=0, .width=1024, .height=1024, .gmem_page_align=1, .nr_cbufs=0, .cbuf_cpp = {0,0,0…
51 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=0, .cbuf_cpp = {0,0,0…
52 …{ .minx=0, .miny=0, .width=960, .height=540, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0…
53 …{ .minx=0, .miny=0, .width=480, .height=270, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0,0…
58 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0…
59 …{ .minx=0, .miny=0, .width=1920, .height=1080, .gmem_page_align=1, .nr_cbufs=1, .cbuf_cpp = {4,0,0…
[all …]
Dfreedreno_gmem.c98 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member
125 for (unsigned i = 0; i < ARRAY_SIZE(key->cbuf_cpp); i++) in dump_gmem_key()
126 printf("%u,", key->cbuf_cpp[i]); in dump_gmem_key()
140 if (!gmem->cbuf_cpp[i]) in dump_gmem_state()
143 unsigned size = gmem->cbuf_cpp[i] * gmem->bin_w * gmem->bin_h; in dump_gmem_state()
145 gmem->cbuf_base[i], size, gmem->cbuf_cpp[i]); in dump_gmem_state()
201 if (key->cbuf_cpp[i]) { in layout_gmem()
203 total = gmem->cbuf_base[i] + key->cbuf_cpp[i] * bin_w * bin_h; in layout_gmem()
231 debug_printf(" %d", key->cbuf_cpp[i]); in calc_nbins()
296 memcpy(gmem->cbuf_cpp, key->cbuf_cpp, sizeof(key->cbuf_cpp)); in gmem_stateobj_init()
[all …]
Dfreedreno_gmem.h55 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c86 stride = gmem->bin_w * gmem->cbuf_cpp[i]; in emit_mrt()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c288 patch->cs[2] = A6XX_TEX_CONST_2_PITCH(gmem->bin_w * gmem->cbuf_cpp[0]) | in patch_fb_read_gmem()