| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | gmemtool.c | 37 { .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 D | freedreno_gmem.h | 55 uint8_t cbuf_cpp[MAX_RENDER_TARGETS]; member in struct:fd_gmem_stateobj
|
| H A D | freedreno_gmem.c | 98 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 D | freedreno_gmem.c | 79 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 D | freedreno_gmem.h | 53 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 D | fd5_gmem.c | 88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_gmem.c | 88 stride = gmem->bin_w * gmem->cbuf_cpp[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 281 *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 D | fd6_gmem.c | 266 patch->cs[2] = A6XX_TEX_CONST_2_PITCH(gmem->bin_w * gmem->cbuf_cpp[0]) |
|