Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h502 UINT MinVertexIndex,
516 UINT MinVertexIndex,
Ddevice9.h632 UINT MinVertexIndex,
647 UINT MinVertexIndex,
Ddevice9.c2773 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitive() argument
2780 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive()
2788 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive()
2846 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP() argument
2859 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP()
2878 const unsigned base = MinVertexIndex * VertexStreamZeroStride; in NineDevice9_DrawIndexedPrimitiveUP()
2907 MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP()
Dnine_state.c2497 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2512 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2513 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
2544 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2562 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2563 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
Dnine_lock.c1493 UINT MinVertexIndex, in LockDevice9_DrawIndexedPrimitive() argument
1500 …r = NineDevice9_DrawIndexedPrimitive(This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVert… in LockDevice9_DrawIndexedPrimitive()
1522 UINT MinVertexIndex, in LockDevice9_DrawIndexedPrimitiveUP() argument
1532 …r = NineDevice9_DrawIndexedPrimitiveUP(This, PrimitiveType, MinVertexIndex, NumVertices, Primitive… in LockDevice9_DrawIndexedPrimitiveUP()
/external/mesa3d/include/D3D9/
Dd3d9.h240 …dPrimitive(D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti…
242 …virtual HRESULT WINAPI DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex,…
828 …ce9 *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti…
830 …tiveUP)(IDirect3DDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVerti…
1079 …9Ex *This, D3DPRIMITIVETYPE PrimitiveType, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVerti…
1081 …veUP)(IDirect3DDevice9Ex *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVerti…
/external/swiftshader/include/Direct3D/
Dd3d8.h325 …STDMETHOD(DrawIndexedPrimitiveUP)(THIS_ D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex,UINT Nu… in DECLARE_INTERFACE_()