Searched refs:lrz_pitch (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c33 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 Dfd5_draw.c204 OUT_RING(ring, A5XX_RB_MRT_PITCH(zsbuf->lrz_pitch * 2));
H A Dfd5_gmem.c177 OUT_RING(ring, A5XX_GRAS_LRZ_BUFFER_PITCH(rsc->lrz_pitch));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c215 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 Dfd6_draw.c449 OUT_RING(ring, A6XX_RB_2D_DST_PITCH(zsbuf->lrz_pitch * 2).value);
H A Dfd6_gmem.c174 A6XX_GRAS_LRZ_BUFFER_PITCH(.pitch = rsc->lrz_pitch),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h111 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 Dfreedreno_resource.c951 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 Dfreedreno_resource.h166 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 Dtu_image.c720 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 Dtu_private.h1416 uint32_t lrz_pitch; member in struct:tu_image
H A Dtu_clear_blit.c1242 image->lrz_pitch * 2);
1243 ops->coords(cs, &(VkOffset2D) {}, NULL, &(VkExtent2D) {image->lrz_pitch, image->lrz_height});
H A Dtu_cmd_buffer.c230 A6XX_GRAS_LRZ_BUFFER_PITCH(.pitch = iview->image->lrz_pitch),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c230 OUT_RING(ring, A5XX_RB_MRT_PITCH(zsbuf->lrz_pitch * 2));
H A Dfd5_gmem.c175 OUT_RING(ring, A5XX_GRAS_LRZ_BUFFER_PITCH(rsc->lrz_pitch));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c330 OUT_RING(ring, A6XX_RB_2D_DST_SIZE_PITCH(zsbuf->lrz_pitch * 2));
H A Dfd6_gmem.c203 OUT_RING(ring, A6XX_GRAS_LRZ_BUFFER_PITCH_PITCH(rsc->lrz_pitch));

Completed in 30 milliseconds