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.h500 UINT MinVertexIndex,
514 UINT MinVertexIndex,
Ddevice9.h640 UINT MinVertexIndex,
655 UINT MinVertexIndex,
Ddevice9.c2811 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitive() argument
2818 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive()
2826 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive()
2883 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP() argument
2897 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP()
2918 const unsigned base = MinVertexIndex * VertexStreamZeroStride; in NineDevice9_DrawIndexedPrimitiveUP()
2945 MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP()
Dnine_state.c2587 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2602 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2603 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
2632 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2647 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2648 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_()