Searched refs:fdl_pitch (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/ |
D | freedreno_layout.c | 71 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()
|
D | fd6_layout.c | 200 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()
|
D | fd_layout_test.c | 83 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()
|
D | freedreno_layout.h | 144 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch() function 174 uint32_t pitch = fdl_pitch(layout, level); in fdl2_pitch()
|
D | fd5_layout.c | 67 uint32_t pitch = fdl_pitch(layout, level); in fdl5_layout()
|
D | fd6_view.c | 208 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/ |
D | fd4_resource.c | 59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_resource.c | 40 uint32_t pitch = fdl_pitch(&rsc->layout, level); in setup_slices()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 250 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/ |
D | freedreno_resource.h | 290 return fdl_pitch(&rsc->layout, level); in fd_resource_pitch()
|