Searched refs:MinVertexIndex (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.h | 509 UINT MinVertexIndex, 523 UINT MinVertexIndex,
|
D | device9.h | 646 UINT MinVertexIndex, 661 UINT MinVertexIndex,
|
D | device9.c | 2919 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitive() argument 2926 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive() 2934 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive() 2992 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP() argument 3005 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP() 3024 const unsigned base = MinVertexIndex * VertexStreamZeroStride; in NineDevice9_DrawIndexedPrimitiveUP() 3053 MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP()
|
D | nine_state.c | 2349 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument 2364 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT() 2365 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT() 2396 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument 2414 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT() 2415 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
|
D | nine_lock.c | 1493 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/ |
D | d3d9.h | 240 …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…
|