Searched defs:blkIndex (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c161 unsigned blkIndex = (yb * pb) + xb; local in function:gfx10_meta_addr_from_coord
H A Dac_surface.c3056 nir_ssa_def *blkIndex = nir_iadd(b, nir_imul(b, yb, pb), xb); local in function:gfx10_nir_meta_addr_from_coord
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp626 const UINT_32 blkIndex = (yb * pb) + xb; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskAddrFromCoord
695 const UINT_32 blkIndex = (yb * pb) + xb; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileAddrFromCoord
834 const UINT_32 blkIndex = (yb * pb) + xb; local in function:Addr::V2::Gfx10Lib::HwlComputeDccAddrFromCoord

Completed in 34 milliseconds