Searched refs:cMaskFlags (Results 1 – 4 of 4) sorted by relevance
1031 cin.cMaskFlags.pipeAligned = 1; in gfx9_compute_miptree()1032 cin.cMaskFlags.rbAligned = 1; in gfx9_compute_miptree()1048 surf->u.gfx9.cmask.rb_aligned = cin.cMaskFlags.rbAligned; in gfx9_compute_miptree()1049 surf->u.gfx9.cmask.pipe_aligned = cin.cMaskFlags.pipeAligned; in gfx9_compute_miptree()
2903 ADDR2_META_FLAGS cMaskFlags; ///< CMASK flags member2971 ADDR2_META_FLAGS cMaskFlags; ///< CMASK flags member3032 ADDR2_META_FLAGS cMaskFlags; ///< CMASK flags member
280 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskInfo()283 UINT_32 numRbTotal = pIn->cMaskFlags.rbAligned ? m_se * m_rbPerSe : 1; in HwlComputeCmaskInfo()707 input.cMaskFlags = pIn->cMaskFlags; in HwlComputeCmaskAddrFromCoord()727 const CoordEq* pMetaEq = GetMetaEquation({0, fmaskElementBytesLog2, 0, pIn->cMaskFlags, in HwlComputeCmaskAddrFromCoord()745 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskAddrFromCoord()
541 else if (pIn->cMaskFlags.linear) in ComputeCmaskInfo()