Searched defs:lrz_pitch (Results 1 - 7 of 7) 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
/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
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h113 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
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h168 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
H A Dtu_private.h1416 uint32_t lrz_pitch; member in struct:tu_image

Completed in 57 milliseconds