Searched refs:qpitch (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DSurfaceState.h46 uint32_t qpitch; member in struct:SWR_SURFACE_STATE
H A Dtilingtraits.h148 /// @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 DTilingFunctions.h406 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 Dtilingtraits.h148 /// @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 DTilingFunctions.h405 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 Dswr_context.cpp141 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 Dswr_screen.cpp714 * | | 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 Dswr_state.cpp803 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 Dswr_context.cpp141 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 Dswr_screen.cpp666 * | | 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 Dswr_state.cpp917 swr->qpitch * swr->pitch;
929 jit_tex->img_stride[level] = swr->qpitch * swr->pitch;
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dunits.rst33 hardware units, everyone who ever reads :cpp:expr:`brw_mipmap_tree::qpitch` has
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.4.rst191 - anv/cmd_buffer: Fix programmed HiZ qpitch
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate.h560 uint32_t qpitch; member in struct:SWR_SURFACE_STATE

Completed in 27 milliseconds