| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | SurfaceState.h | 46 uint32_t qpitch; member in struct:SWR_SURFACE_STATE
|
| H A D | tilingtraits.h | 148 /// @param qpitch - surface qpitch in rows 154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) argument 156 UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX; 195 /// @param qpitch - depth pitch in rows 201 INLINE UINT ComputeOffset3D(UINT qpitch, UINT pitch, UINT x, UINT y, UINT z) argument 203 UINT tileID = ComputeTileOffset3D<TTraits>(qpitch, pitch, x >> TTraits::GetCu(), y >> TTraits::GetCv(), z >> TTraits::GetCr());
|
| H A D | TilingFunctions.h | 406 xOffsetBytes = (array * pState->qpitch + lodOffset + x) * info.Bpp; 549 yOffsetRows = (array * pState->qpitch) + lodOffsetY + y + pState->yOffset; 605 return ComputeOffset3D<TTraits>(pState->qpitch, pState->pitch, xOffsetBytes, yOffsetRows, zOffsetSlices);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | tilingtraits.h | 148 /// @param qpitch - surface qpitch in rows 154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) argument 156 UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX; 195 /// @param qpitch - depth pitch in rows 201 INLINE UINT ComputeOffset3D(UINT qpitch, UINT pitch, UINT x, UINT y, UINT z) argument 203 UINT tileID = ComputeTileOffset3D<TTraits>(qpitch, pitch, x >> TTraits::GetCu(), y >> TTraits::GetCv(), z >> TTraits::GetCr());
|
| H A D | TilingFunctions.h | 405 xOffsetBytes = (array * pState->qpitch + lodOffset + x) * info.Bpp; 548 yOffsetRows = (array * pState->qpitch) + lodOffsetY + y + pState->yOffset; 604 return ComputeOffset3D<TTraits>(pState->qpitch, pState->pitch, xOffsetBytes, yOffsetRows, zOffsetSlices);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_context.cpp | 141 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch; 149 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch + 151 sbase = (z * spr->secondary.qpitch + box->y) * spr->secondary.pitch + 196 zbase = (z * spr->swr.qpitch + box.y) * spr->swr.pitch + 198 sbase = (z * spr->secondary.qpitch + box.y) * spr->secondary.pitch +
|
| H A D | swr_screen.cpp | 714 * | | qpitch 732 * height in rows is the qpitch. Array slices are laid out logically below 733 * one another, qpitch rows apart. For 3D surfaces, the "level" values are 737 * adjacent to each other on the X axis. The qpitch becomes the number of 780 res->swr.qpitch = util_format_get_nblocksx(fmt, width); 798 // The qpitch is controlled by either the height of the second LOD, or 811 res->swr.qpitch = util_format_get_nblocksy(fmt, height); 847 size_t total_size = (uint64_t)res->swr.depth * res->swr.qpitch * 869 total_size = res->secondary.depth * res->secondary.qpitch *
|
| H A D | swr_state.cpp | 803 swr->qpitch * swr->pitch; 815 jit_tex->img_stride[level] = swr->qpitch * swr->pitch;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_context.cpp | 141 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch; 149 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch + 151 sbase = (z * spr->secondary.qpitch + box->y) * spr->secondary.pitch + 196 zbase = (z * spr->swr.qpitch + box.y) * spr->swr.pitch + 198 sbase = (z * spr->secondary.qpitch + box.y) * spr->secondary.pitch +
|
| H A D | swr_screen.cpp | 666 * | | qpitch 684 * height in rows is the qpitch. Array slices are laid out logically below 685 * one another, qpitch rows apart. For 3D surfaces, the "level" values are 689 * adjacent to each other on the X axis. The qpitch becomes the number of 732 res->swr.qpitch = util_format_get_nblocksx(fmt, width); 750 // The qpitch is controlled by either the height of the second LOD, or 763 res->swr.qpitch = util_format_get_nblocksy(fmt, height); 799 size_t total_size = (uint64_t)res->swr.depth * res->swr.qpitch * 821 total_size = res->secondary.depth * res->secondary.qpitch *
|
| H A D | swr_state.cpp | 917 swr->qpitch * swr->pitch; 929 jit_tex->img_stride[level] = swr->qpitch * swr->pitch;
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | units.rst | 33 hardware units, everyone who ever reads :cpp:expr:`brw_mipmap_tree::qpitch` has
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.4.rst | 191 - anv/cmd_buffer: Fix programmed HiZ qpitch
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | state.h | 560 uint32_t qpitch; member in struct:SWR_SURFACE_STATE
|