Searched refs:lrz_height (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_resource.c | 34 unsigned lrz_height = DIV_ROUND_UP(rsc->b.b.height0, 8); local in function:setup_lrz 42 lrz_height *= 2; 45 unsigned size = lrz_pitch * lrz_height * 2; 49 rsc->lrz_height = lrz_height;
|
| H A D | fd5_draw.c | 225 A5XX_VSC_RESOLVE_CNTL_Y(zsbuf->lrz_height)); 234 A5XX_RB_RESOLVE_CNTL_2_Y(zsbuf->lrz_height - 1));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 216 unsigned lrz_height = align(DIV_ROUND_UP(height0, 8), 16); local in function:setup_lrz 218 unsigned size = lrz_pitch * lrz_height * 2; 220 rsc->lrz_height = lrz_height;
|
| H A D | fd6_draw.c | 462 A6XX_GRAS_2D_DST_BR_Y(zsbuf->lrz_height - 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 112 uint16_t lrz_height; member in struct:fd_resource
|
| H A D | freedreno_resource.c | 952 unsigned lrz_height = DIV_ROUND_UP(tmpl->height0, 8); local in function:fd_resource_create_with_modifiers 959 lrz_height *= 2; 962 unsigned size = lrz_pitch * lrz_height * 2; 966 rsc->lrz_height = lrz_height;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_draw.c | 252 A5XX_VSC_RESOLVE_CNTL_Y(zsbuf->lrz_height)); 262 A5XX_RB_RESOLVE_CNTL_2_Y(zsbuf->lrz_height - 1));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 167 uint16_t lrz_height; member in struct:fd_resource
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 721 unsigned lrz_height = align(DIV_ROUND_UP(height, 8), 16); local in function:tu_CreateImage 723 image->lrz_height = lrz_height; 726 unsigned lrz_size = lrz_pitch * lrz_height * 2;
|
| H A D | tu_private.h | 1415 uint32_t lrz_height; member in struct:tu_image
|
| H A D | tu_clear_blit.c | 1243 ops->coords(cs, &(VkOffset2D) {}, NULL, &(VkExtent2D) {image->lrz_pitch, image->lrz_height});
|
| H A D | tu_cmd_buffer.c | 3186 if (image->lrz_height &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 347 A6XX_GRAS_2D_DST_BR_Y(zsbuf->lrz_height - 1));
|
Completed in 56 milliseconds