Searched refs:fdl_pitch (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | freedreno_layout.c | 71 layout->cpp, layout->nr_samples, level, fdl_pitch(layout, level), 73 slice->size0 / fdl_pitch(layout, level), slice->offset,
|
| H A D | fd_layout_test.c | 82 if (fdl_pitch(&layout, l) != testcase->layout.slices[l].pitch) { 86 fdl_pitch(&layout, l), testcase->layout.slices[l].pitch);
|
| H A D | freedreno_layout.h | 143 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 D | fd5_layout.c | 66 uint32_t pitch = fdl_pitch(layout, level);
|
| H A D | fd6_layout.c | 191 uint32_t pitch = fdl_pitch(layout, level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_resource.c | 59 uint32_t pitch = fdl_pitch(&rsc->layout, level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_resource.c | 44 uint32_t pitch = fdl_pitch(&rsc->layout, level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 290 return fdl_pitch(&rsc->layout, level);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_image.c | 244 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