Home
last modified time | relevance | path

Searched refs:fdl_pitch (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/freedreno/fdl/
Dfreedreno_layout.c59 fdl_pitch(layout, level), in fdl_dump_layout()
61 slice->size0 / fdl_pitch(layout, level), in fdl_dump_layout()
Dfd_layout_test.c92 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) { in fdl_test_layout()
97 fdl_pitch(&layout, l), in fdl_test_layout()
Dfreedreno_layout.h143 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch() function
173 uint32_t pitch = fdl_pitch(layout, level); in fdl2_pitch()
Dfd5_layout.c66 uint32_t pitch = fdl_pitch(layout, level); in fdl5_layout()
Dfd6_layout.c192 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_resource.c59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_resource.c43 uint32_t pitch = fdl_pitch(&rsc->layout, level); in setup_slices()
/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c236 uint32_t pitch = fdl_pitch(layout, range->baseMipLevel); in tu_image_view_init()
318 A6XX_TEX_CONST_6_PLANE_PITCH(fdl_pitch(&image->layout[1], range->baseMipLevel)); in tu_image_view_init()
445 … iview->stencil_PITCH = A6XX_RB_STENCIL_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value; in tu_image_view_init()
747 pLayout->rowPitch = fdl_pitch(layout, pSubresource->mipLevel); in tu_GetImageSubresourceLayout()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.h224 return fdl_pitch(&rsc->layout, level); in fd_resource_pitch()