Home
last modified time | relevance | path

Searched refs:pLoadAddress (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp570 auto pLoadAddress = B->GEP(pBase, i32Offset); in VGATHER_EMU() local
571 pLoadAddress = B->BITCAST(pLoadAddress, PointerType::get(srcTy, 0)); in VGATHER_EMU()
574 auto pValidAddress = B->SELECT(i1Mask, pLoadAddress, pMaskedLoadAddress); in VGATHER_EMU()