Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h529 UINT MinVertexIndex,
537 UINT MinVertexIndex,
Ddevice9.h655 UINT MinVertexIndex,
670 UINT MinVertexIndex,
Ddevice9.c3031 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitive() argument
3039 This, PrimitiveType, BaseVertexIndex, MinVertexIndex, NumVertices, in NineDevice9_DrawIndexedPrimitive()
3059 … start = MAX2(0, This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+BaseVertexIndex)*stride); in NineDevice9_DrawIndexedPrimitive()
3060 … stop = This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+NumVertices+BaseVertexIndex)*stride; in NineDevice9_DrawIndexedPrimitive()
3069 MinVertexIndex, NumVertices, StartIndex, in NineDevice9_DrawIndexedPrimitive()
3132 UINT MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP() argument
3148 This, PrimitiveType, MinVertexIndex, NumVertices, PrimitiveCount, in NineDevice9_DrawIndexedPrimitiveUP()
3158 base = MinVertexIndex * VertexStreamZeroStride; in NineDevice9_DrawIndexedPrimitiveUP()
3185 MinVertexIndex, in NineDevice9_DrawIndexedPrimitiveUP()
Dnine_state.c2403 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2423 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2424 info.max_index = MinVertexIndex + NumVertices - 1; in CSMT_ITEM_NO_WAIT()
2432 ARG_VAL(UINT, MinVertexIndex), in CSMT_ITEM_NO_WAIT() argument
2455 info.min_index = MinVertexIndex; in CSMT_ITEM_NO_WAIT()
2456 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()
/third_party/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…