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

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfreedreno_layout.c71 layout->cpp, layout->nr_samples, level, fdl_pitch(layout, level),
73 slice->size0 / fdl_pitch(layout, level), slice->offset,
H A Dfd_layout_test.c82 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) {
86 fdl_pitch(&layout, l), testcase->layout.slices[l].pitch);
H A Dfreedreno_layout.h143 fdl_pitch(const struct fdl_layout *layout, unsigned level) function in typeref:typename:uint32_t
173 uint32_t pitch = fdl_pitch(layout, level);
H A Dfd5_layout.c66 uint32_t pitch = fdl_pitch(layout, level);
H A Dfd6_layout.c191 uint32_t pitch = fdl_pitch(layout, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c59 uint32_t pitch = fdl_pitch(&rsc->layout, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c44 uint32_t pitch = fdl_pitch(&rsc->layout, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h290 return fdl_pitch(&rsc->layout, level);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c244 uint32_t pitch = fdl_pitch(layout, range->baseMipLevel);
326 A6XX_TEX_CONST_6_PLANE_PITCH(fdl_pitch(&image->layout[1], range->baseMipLevel));
453 iview->stencil_PITCH = A6XX_RB_STENCIL_BUFFER_PITCH(fdl_pitch(layout, range->baseMipLevel)).value;
776 pLayout->rowPitch = fdl_pitch(layout, pSubresource->mipLevel);

Completed in 7 milliseconds