Searched refs:fdl_pitch (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/freedreno/fdl/ |
D | freedreno_layout.c | 59 fdl_pitch(layout, level), in fdl_dump_layout() 61 slice->size0 / fdl_pitch(layout, level), in fdl_dump_layout()
|
D | fd_layout_test.c | 92 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) { in fdl_test_layout() 97 fdl_pitch(&layout, l), in fdl_test_layout()
|
D | freedreno_layout.h | 143 fdl_pitch(const struct fdl_layout *layout, unsigned level) in fdl_pitch() function 173 uint32_t pitch = fdl_pitch(layout, level); in fdl2_pitch()
|
D | fd5_layout.c | 66 uint32_t pitch = fdl_pitch(layout, level); in fdl5_layout()
|
D | fd6_layout.c | 192 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_resource.c | 59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_resource.c | 43 uint32_t pitch = fdl_pitch(&rsc->layout, level); in setup_slices()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 236 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/ |
D | freedreno_resource.h | 224 return fdl_pitch(&rsc->layout, level); in fd_resource_pitch()
|