Searched refs:pIndex (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | builder_mem.cpp | 688 Value* pIndex = CTTZ(pMask, C(false)); local in function:SwrJit::Builder::SCATTERPS 690 Value* pIsUndef = ICMP_EQ(pIndex, C(32)); 720 pIndexPhi->addIncoming(pIndex, pCurBB); |
| H A D | fetch_jit.cpp | 1118 Value* pIndex = GEP(pIndices, C(lane), Ty); local in function:FetchJit::GetSimdValidIndicesHelper 1123 Value* mask = ICMP_ULT(pIndex, pLastIndex); 1126 Value* pValid = SELECT(mask, pIndex, pZeroIndex); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | fetch_jit.cpp | 1198 Value* pIndex = GEP(pIndices, C(lane), Ty); local in function:FetchJit::GetSimdValidIndicesHelper 1203 Value* mask = ICMP_ULT(pIndex, pLastIndex); 1206 Value* pValid = SELECT(mask, pIndex, pZeroIndex); |
Completed in 10 milliseconds