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.cpp808 …const ComponentControl compCtrl[4] { (ComponentControl)ied.ComponentControl0, (ComponentControl)ie… in JitGatherVertices() local
876 currentVertexElement, outputElt, compMask, compCtrl, vVertexElements); in JitGatherVertices()
890 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
900 … vVertexElements[currentVertexElement++] = GenerateCompCtrlVector(compCtrl[i]); in JitGatherVertices()
924 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
952 … vVertexElements[currentVertexElement++] = GenerateCompCtrlVector(compCtrl[i]); in JitGatherVertices()
1027 … currentVertexElement, outputElt, compMask, compCtrl, vVertexElements, info.swizzle); in JitGatherVertices()
1067 currentVertexElement, outputElt, compMask, compCtrl, vVertexElements); in JitGatherVertices()
1082 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1109 … vVertexElements[currentVertexElement++] = GenerateCompCtrlVector(compCtrl[i]); in JitGatherVertices()
[all …]