| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_resource.c | 33 unsigned lrz_pitch = align(DIV_ROUND_UP(rsc->b.b.width0, 8), 64); local in function:setup_lrz 39 lrz_pitch *= 2; 45 unsigned size = lrz_pitch * lrz_height * 2; 50 rsc->lrz_width = lrz_pitch; 51 rsc->lrz_pitch = lrz_pitch;
|
| H A D | fd5_draw.c | 204 OUT_RING(ring, A5XX_RB_MRT_PITCH(zsbuf->lrz_pitch * 2));
|
| H A D | fd5_gmem.c | 177 OUT_RING(ring, A5XX_GRAS_LRZ_BUFFER_PITCH(rsc->lrz_pitch));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 215 unsigned lrz_pitch = align(DIV_ROUND_UP(width0, 8), 32); local in function:setup_lrz 218 unsigned size = lrz_pitch * lrz_height * 2; 221 rsc->lrz_width = lrz_pitch; 222 rsc->lrz_pitch = lrz_pitch;
|
| H A D | fd6_draw.c | 449 OUT_RING(ring, A6XX_RB_2D_DST_PITCH(zsbuf->lrz_pitch * 2).value);
|
| H A D | fd6_gmem.c | 174 A6XX_GRAS_LRZ_BUFFER_PITCH(.pitch = rsc->lrz_pitch),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 111 uint16_t lrz_width; // for lrz clear, does this differ from lrz_pitch? 113 uint16_t lrz_pitch; member in struct:fd_resource
|
| H A D | freedreno_resource.c | 951 unsigned lrz_pitch = align(DIV_ROUND_UP(tmpl->width0, 8), 64); local in function:fd_resource_create_with_modifiers 957 lrz_pitch *= 2; 962 unsigned size = lrz_pitch * lrz_height * 2; 967 rsc->lrz_width = lrz_pitch; 968 rsc->lrz_pitch = lrz_pitch;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 166 uint16_t lrz_width; // for lrz clear, does this differ from lrz_pitch? 168 uint16_t lrz_pitch; member in struct:fd_resource
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 720 unsigned lrz_pitch = align(DIV_ROUND_UP(width, 8), 32); local in function:tu_CreateImage 724 image->lrz_pitch = lrz_pitch; 726 unsigned lrz_size = lrz_pitch * lrz_height * 2;
|
| H A D | tu_private.h | 1416 uint32_t lrz_pitch; member in struct:tu_image
|
| H A D | tu_clear_blit.c | 1242 image->lrz_pitch * 2); 1243 ops->coords(cs, &(VkOffset2D) {}, NULL, &(VkExtent2D) {image->lrz_pitch, image->lrz_height});
|
| H A D | tu_cmd_buffer.c | 230 A6XX_GRAS_LRZ_BUFFER_PITCH(.pitch = iview->image->lrz_pitch),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_draw.c | 230 OUT_RING(ring, A5XX_RB_MRT_PITCH(zsbuf->lrz_pitch * 2));
|
| H A D | fd5_gmem.c | 175 OUT_RING(ring, A5XX_GRAS_LRZ_BUFFER_PITCH(rsc->lrz_pitch));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 330 OUT_RING(ring, A6XX_RB_2D_DST_SIZE_PITCH(zsbuf->lrz_pitch * 2));
|
| H A D | fd6_gmem.c | 203 OUT_RING(ring, A6XX_GRAS_LRZ_BUFFER_PITCH_PITCH(rsc->lrz_pitch));
|