Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfreedreno_layout.c71 layout->cpp, layout->nr_samples, level, fdl_pitch(layout, level), in fdl_dump_layout()
73 slice->size0 / fdl_pitch(layout, level), slice->offset, in fdl_dump_layout()
Dfd_layout_test.c82 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) { in fdl_test_layout()
86 fdl_pitch(&layout, l), testcase->layout.slices[l].pitch); 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.c191 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_resource.c59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_resource.c44 uint32_t pitch = fdl_pitch(&rsc->layout, level); in setup_slices()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c244 uint32_t pitch = fdl_pitch(layout, range->baseMipLevel); in tu_image_view_init()
326 A6XX_TEX_CONST_6_PLANE_PITCH(fdl_pitch(&image->layout[1], range->baseMipLevel)); in tu_image_view_init()
453 … iview->stencil_PITCH = A6XX_RB_STENCIL_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value; in tu_image_view_init()
776 pLayout->rowPitch = fdl_pitch(layout, pSubresource->mipLevel); in tu_GetImageSubresourceLayout()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.h290 return fdl_pitch(&rsc->layout, level); in fd_resource_pitch()