Home
last modified time | relevance | path

Searched defs:lrz_pitch (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_resource.c33 unsigned lrz_pitch = align(DIV_ROUND_UP(rsc->b.b.width0, 8), 64); in setup_lrz() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c215 unsigned lrz_pitch = align(DIV_ROUND_UP(width0, 8), 32); in setup_lrz() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.h38 uint32_t lrz_pitch; member
Dtu_image.c544 unsigned lrz_pitch = align(DIV_ROUND_UP(width, 8), 32); in tu_image_init() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.h168 uint16_t lrz_pitch; member