Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp936 Value *pStreamBase = BITCAST(stream, PointerType::get(mInt8Ty, 0)); in JitGatherVertices() local
1038 pStreamBase = GEP(pStreamBase, baseOffset); in JitGatherVertices()
1168 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask, pStreamBase, vOffsets, pResults); in JitGatherVertices()
1169 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask2, pStreamBase, vOffsets2, pResults2); in JitGatherVertices()
1193 … CreateGatherOddFormats((SWR_FORMAT)ied.Format, vGatherMask, pStreamBase, vOffsets, pResults); in JitGatherVertices()
1233 … gatherResult[0] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1249 pStreamBase = GEP(pStreamBase, C((char)4)); in JitGatherVertices()
1251 … gatherResult[1] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1280 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1291 pStreamBase = GEP(pStreamBase, C((char)4)); in JitGatherVertices()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h71 uint8_t* pStreamBase{ nullptr }; // vertex stream
88 …pDC(in_pDC), pStreamBase(in_pStreamBase), streamSizeInVerts(in_streamSizeInVerts), vertexStride(in… in PA_STATE()
183 simdvector& vertexSlot = ((simdvector*)pStreamBase)[offset]; in GetSimdVector()
192 simd16vector& vertexSlot = ((simd16vector*)pStreamBase)[offset]; in GetSimdVector_simd16()
274 SIMDVECTOR* pVertex = &((SIMDVECTOR*)pStreamBase)[cur * vertexStride]; in GetNextVsOutput()
493 SIMDVECTOR* pVertex = &((SIMDVECTOR*)pStreamBase)[vertexIndex * vertexStride]; in GetNextVsOutput()
704 float* pBase = (float*)this->pStreamBase; in Assemble()
755 float* pBase = (float*)this->pStreamBase; in Assemble()
788 float* pComponent = (float*)(this->pStreamBase + offset); in AssembleSingle()