Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1159 …const ComponentControl compCtrl[4] { (ComponentControl)ied.ComponentControl0, (ComponentControl)ie… in JitGatherVertices() local
1269 currentVertexElement, outputElt, compMask, compCtrl, pVtxSrc2); in JitGatherVertices()
1304 currentVertexElement, outputElt, compMask, compCtrl, vVertexElements); in JitGatherVertices()
1324 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1336 … pVtxSrc2[currentVertexElement++] = GenerateCompCtrlVector16(compCtrl[i]); in JitGatherVertices()
1356 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1369 … vVertexElements[currentVertexElement++] = GenerateCompCtrlVector(compCtrl[i], useVertexID2); in JitGatherVertices()
1371 … vVertexElements[currentVertexElement++] = GenerateCompCtrlVector(compCtrl[i]); in JitGatherVertices()
1397 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1429 … pVtxSrc2[currentVertexElement++] = GenerateCompCtrlVector16(compCtrl[i]); in JitGatherVertices()
[all …]