Searched refs:blockIndex (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c85 unsigned blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:gfx9_meta_addr_from_coord
86 unsigned coords[] = {x, y, z, sample, blockIndex};
110 address |= (blockIndex >> eq->bit[last].coord[0].ord) << last;
H A Dac_surface.c3095 nir_ssa_def *blockIndex = nir_iadd(b, nir_iadd(b, nir_imul(b, zb, sliceSizeInBlock), local in function:gfx9_nir_meta_addr_from_coord
3097 nir_ssa_def *coords[] = {x, y, z, sample, blockIndex};
3124 nir_ishl(b, nir_ushr_imm(b, blockIndex,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp803 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeCmaskAddrFromCoord
805 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, 0, blockIndex);
878 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeHtileAddrFromCoord
880 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, 0, blockIndex);
1033 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1035 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, pIn->sample, blockIndex);
3962 UINT_64 blockIndex = local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceInfoTiled
3965 blockIndex << GetBlockSizeLog2(pIn->swizzleMode);
4791 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceAddrFromCoordTiled
4793 pOut->addr = blockOffset | (blockIndex << log2blkSiz
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp891 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeCmaskAddrFromCoord
893 UINT_32 coords[] = {pIn->x, pIn->y, pIn->slice, 0, blockIndex};
968 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeHtileAddrFromCoord
970 UINT_32 coords[] = {pIn->x, pIn->y, pIn->slice, 0, blockIndex};
1132 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1134 UINT_32 coords[] = {pIn->x, pIn->y, pIn->slice, pIn->sample, blockIndex};
4268 UINT_64 blockIndex = local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceInfoTiled
4271 blockIndex << GetBlockSizeLog2(pIn->swizzleMode);
5097 UINT_64 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceAddrFromCoordTiled
5099 pOut->addr = blockOffset | (blockIndex << log2BlkSiz
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp4379 const UINT_32 blockIndex = yb * pb + xb; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMicroTiled
4387 (blockIndex * blockSize) +

Completed in 30 milliseconds