Searched refs:pVtxOut (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 97 void StoreVertexElements(Value* pVtxOut, 107 Value* pVtxOut); 147 Value* pVtxOut = &*argitr; local in function:FetchJit::Create 148 pVtxOut->setName("vtxOutput"); 159 pVtxOut = BITCAST(pVtxOut, PointerType::get(mSimdFP32Ty, 0)); 269 JitGatherVertices(fetchState, streams, vIndices, pVtxOut); 533 /// @param pVtxOut - value pointer to output simdvertex struct 537 Value* pVtxOut) 723 StoreVertexElements(pVtxOut, outputEl 534 JitGatherVertices(const FETCH_COMPILE_STATE & fetchState,Value * streams,Value * vIndices,Value * pVtxOut) argument 1224 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle8bpcGatherd16 1486 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle8bpcGatherd 1596 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle16bpcGather16 1865 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle16bpcGather 2092 StoreVertexElements(Value * pVtxOut,const uint32_t outputElt,const uint32_t numEltsToStore,Value * (& vVertexElements)[4]) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 97 void StoreVertexElements(Value* pVtxOut, 107 Value* pVtxOut); 147 Value* pVtxOut = &*argitr; local in function:FetchJit::Create 148 pVtxOut->setName("vtxOutput"); 159 pVtxOut = BITCAST(pVtxOut, PointerType::get(mSimdFP32Ty, 0)); 272 JitGatherVertices(fetchState, streams, vIndices, pVtxOut); 540 /// @param pVtxOut - value pointer to output simdvertex struct 544 Value* pVtxOut) 730 StoreVertexElements(pVtxOut, outputEl 541 JitGatherVertices(const FETCH_COMPILE_STATE & fetchState,Value * streams,Value * vIndices,Value * pVtxOut) argument 1304 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle8bpcGatherd16 1567 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle8bpcGatherd 1682 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle16bpcGather16 1951 Value* pVtxOut = std::get<1>(args); local in function:FetchJit::Shuffle16bpcGather 2178 StoreVertexElements(Value * pVtxOut,const uint32_t outputElt,const uint32_t numEltsToStore,Value * (& vVertexElements)[4]) argument [all...] |
Completed in 6 milliseconds