Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h530 UINT NumVertices,
538 UINT NumVertices,
Ddevice9.h656 UINT NumVertices,
671 UINT NumVertices,
Ddevice9.c3030 UINT NumVertices, in NineDevice9_DrawIndexedPrimitive() argument
3037 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive()
3058 … stop = This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+NumVertices+BaseVertexIndex)*stride; in NineDevice9_DrawIndexedPrimitive()
3067 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive()
3131 UINT NumVertices, in NineDevice9_DrawIndexedPrimitiveUP() argument
3146 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP()
3162 NumVertices * VertexStreamZeroStride, /* XXX */ in NineDevice9_DrawIndexedPrimitiveUP()
3184 NumVertices, in NineDevice9_DrawIndexedPrimitiveUP()
Dnine_lock.c1494 UINT NumVertices, in LockDevice9_DrawIndexedPrimitive() argument
1500 …IndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, pr… in LockDevice9_DrawIndexedPrimitive()
1523 UINT NumVertices, in LockDevice9_DrawIndexedPrimitiveUP() argument
1532 …r = NineDevice9_DrawIndexedPrimitiveUP(This, PrimitiveType, MinVertexIndex, NumVertices, Primitive… in LockDevice9_DrawIndexedPrimitiveUP()
Dnine_state.c2403 ARG_VAL(UINT, NumVertices), in CSMT_ITEM_NO_WAIT() argument
2420 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
2429 ARG_VAL(UINT, NumVertices), in CSMT_ITEM_NO_WAIT() argument
2449 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
/third_party/mesa3d/include/D3D9/
Dd3d9.h240 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde…
242 …dPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive…
828 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde…
830 …vice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive…
1079 …TIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startInde…
1081 …ce9Ex *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT Primitive…
Dd3d9types.h1736 UINT NumVertices; member