Searched refs:oobMask (Results 1 – 2 of 2) sorted by relevance
200 Value* oobMask = C(false); in buildStream() local203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer)); in buildStream()209 COND_BR(oobMask, returnBB, validBB); in buildStream()
573 SIMD::Int oobMask = As<SIMD::Int>(CmpNLT(As<SIMD::UInt>(u), width)); in GetTexelAddress() local578 oobMask |= As<SIMD::Int>(CmpNLT(As<SIMD::UInt>(v), height)); in GetTexelAddress()585 oobMask |= As<SIMD::Int>(CmpNLT(As<SIMD::UInt>(w), SIMD::UInt(depth))); in GetTexelAddress()594 oobMask |= As<SIMD::Int>(CmpNLT(As<SIMD::UInt>(n), sampleCount)); in GetTexelAddress()601 …ptrOffset = (ptrOffset & ~oobMask) | (oobMask & SIMD::Int(OOB_OFFSET)); // oob ? OOB_OFFSET : ptr… in GetTexelAddress()