Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp726 Value* pStreamBase = BITCAST(stream, PointerType::get(mInt8Ty, 0)); in JitGatherVertices() local
768 pStreamBase = GEP(pStreamBase, baseOffset); in JitGatherVertices()
815 CreateGatherOddFormats((SWR_FORMAT)ied.Format, pMask, pStreamBase, vOffsets, pResults); in JitGatherVertices()
853 … vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vMask, C((char)1)); in JitGatherVertices()
863 pStreamBase = GEP(pStreamBase, C((char)4)); in JitGatherVertices()
866 … vGatherResult[1] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vMask, C((char)1)); in JitGatherVertices()
896 …vVertexElements[currentVertexElement++] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vMask, C((cha… in JitGatherVertices()
913 pStreamBase = GEP(pStreamBase, C((char)4)); in JitGatherVertices()
939pStreamBase, vOffsetsLo, vMaskLo, C((char)1)); in JitGatherVertices()
941pStreamBase, vOffsetsHi, vMaskHi, C((char)1)); in JitGatherVertices()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h38 uint8_t* pStreamBase{ nullptr }; // vertex stream
46 pDC(in_pDC), pStreamBase(in_pStreamBase), streamSizeInVerts(in_streamSizeInVerts) {} in PA_STATE()
122 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetSimdVector()
181 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetNextVsOutput()
418 return ((simdvertex*)pStreamBase)[vertexIndex]; in GetNextVsOutput()
587 float* pBase = (float*)this->pStreamBase; in Assemble()
611 float* pComponent = (float*)(this->pStreamBase + offset); in AssembleSingle()
Dpa_avx.cpp442 simdvertex* pVertex = (simdvertex*)pa.pStreamBase; in PaTriFan0()