Searched refs:vValue (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp501 Value *vValue = SHL(VIMMED1(1), UREM(vCount, VIMMED1(8))); local in function:BuilderSWR::swr_gs_llvm_end_primitive
503 vValue = TRUNC(vValue, VectorType::get(mInt8Ty, 8));
517 vVal = OR(vVal, VEXTRACT(vValue, C(lane)));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp903 Value *vValue = SHL(VIMMED1(1), UREM(vCount, VIMMED1(8))); local in function:BuilderSWR::swr_gs_llvm_end_primitive
905 vValue = TRUNC(vValue, getVectorType(mInt8Ty, 8));
919 vVal = OR(vVal, VEXTRACT(vValue, C(lane)));

Completed in 8 milliseconds