Searched refs:pVtxOut2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1183 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices() local 1185 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1266 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices() local 1268 …Shuffle16bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, Instruction::CastOps::FPExt,… in JitGatherVertices() 1342 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices() local 1344 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1435 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices() local 1437 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1554 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices() local 1556 …Shuffle8bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, extendCastType, conversionTyp… in JitGatherVertices() [all …]
|