Home
last modified time | relevance | path

Searched refs:fdl_pitch (Results 1 – 10 of 10) 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()
Dfd6_layout.c200 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout()
236 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout()
237 if (pitch != fdl_pitch(layout, level - 1) / 2) in fdl6_layout()
Dfd_layout_test.c83 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) { in fdl_test_layout()
87 fdl_pitch(&layout, l), testcase->layout.slices[l].pitch); in fdl_test_layout()
Dfreedreno_layout.h144 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch() function
174 uint32_t pitch = fdl_pitch(layout, level); in fdl2_pitch()
Dfd5_layout.c67 uint32_t pitch = fdl_pitch(layout, level); in fdl5_layout()
Dfd6_view.c208 uint32_t pitch = fdl_pitch(layout, args->base_miplevel); in fdl6_view_init()
294 A6XX_TEX_CONST_6_PLANE_PITCH(fdl_pitch(layouts[1], args->base_miplevel)); in fdl6_view_init()
/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.c40 uint32_t pitch = fdl_pitch(&rsc->layout, level); in setup_slices()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c250 iview->depth_PITCH = A6XX_RB_DEPTH_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value; in tu_image_view_init()
256 … iview->stencil_PITCH = A6XX_RB_STENCIL_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value; in tu_image_view_init()
764 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()