Searched refs:qpitch (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | tilingtraits.h | 154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) 156 …UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX; 201 INLINE UINT ComputeOffset3D(UINT qpitch, UINT pitch, UINT x, UINT y, UINT z) 203 …UINT tileID = ComputeTileOffset3D<TTraits>(qpitch, pitch, x >> TTraits::GetCu(), y >> TTraits::Get…
|
D | SurfaceState.h | 46 uint32_t qpitch; member
|
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, zOffsetS…
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 141 pt->layer_stride = spr->swr.qpitch * spr->swr.pitch; in swr_transfer_map() 149 zbase = (z * spr->swr.qpitch + box->y) * spr->swr.pitch + in swr_transfer_map() 151 sbase = (z * spr->secondary.qpitch + box->y) * spr->secondary.pitch + in swr_transfer_map() 196 zbase = (z * spr->swr.qpitch + box.y) * spr->swr.pitch + in swr_transfer_flush_region() 198 sbase = (z * spr->secondary.qpitch + box.y) * spr->secondary.pitch + in swr_transfer_flush_region()
|
D | swr_screen.cpp | 729 res->swr.qpitch = util_format_get_nblocksx(fmt, width); in swr_texture_layout() 760 res->swr.qpitch = util_format_get_nblocksy(fmt, height); in swr_texture_layout() 796 size_t total_size = (uint64_t)res->swr.depth * res->swr.qpitch * in swr_texture_layout() 818 total_size = res->secondary.depth * res->secondary.qpitch * in swr_texture_layout()
|
D | swr_state.cpp | 901 swr->qpitch * swr->pitch; in swr_update_texture_state() 913 jit_tex->img_stride[level] = swr->qpitch * swr->pitch; in swr_update_texture_state()
|
/external/igt-gpu-tools/lib/ |
D | gen9_render.h | 42 uint32_t qpitch:15; member
|
D | gen8_media.h | 112 uint32_t qpitch:15; member
|
D | gen8_render.h | 110 uint32_t qpitch:15; member
|
D | gpu_cmds.c | 489 ss->ss1.qpitch = 4040; in gen11_fill_surface_state()
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.4.rst | 191 - anv/cmd_buffer: Fix programmed HiZ qpitch
|