Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp559 auto vi32Scale = ConstantVector::getSplat(numElem, cast<ConstantInt>(i32Scale)); in VGATHER_EMU() local
561 …auto vi32Scale = ConstantVector::getSplat(ElementCount(numElem, false), cast<ConstantInt>(i32Sca… in VGATHER_EMU() local
563 …auto vi32Scale = ConstantVector::getSplat(ElementCount::get(numElem, false), cast<ConstantInt>(i… in VGATHER_EMU() local
565 auto vi32Offsets = B->MUL(vi32Indices, vi32Scale); in VGATHER_EMU()