Home
last modified time | relevance | path

Searched defs:SWR_FETCH_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h582 struct SWR_FETCH_CONTEXT struct
584 const SWR_VERTEX_BUFFER_STATE* pStreams; // IN: array of bound vertex buffers
585 gfxptr_t xpIndices; // IN: pointer to int32 index buffer for indexed draws
586 gfxptr_t xpLastIndex; // IN: pointer to end of index buffer, used for bounds checking
587 uint32_t CurInstance; // IN: current instance
588 uint32_t BaseVertex; // IN: base vertex
589 uint32_t StartVertex; // IN: start vertex
590 uint32_t StartInstance; // IN: start instance
591 simdscalari VertexID; // OUT: vector of vertex IDs
592 simdscalari CutMask; // OUT: vector mask of indices which have the cut index value
[all …]