Searched defs:SWR_FETCH_CONTEXT (Results 1 – 1 of 1) sorted by relevance
582 struct SWR_FETCH_CONTEXT struct584 const SWR_VERTEX_BUFFER_STATE* pStreams; // IN: array of bound vertex buffers585 gfxptr_t xpIndices; // IN: pointer to int32 index buffer for indexed draws586 gfxptr_t xpLastIndex; // IN: pointer to end of index buffer, used for bounds checking587 uint32_t CurInstance; // IN: current instance588 uint32_t BaseVertex; // IN: base vertex589 uint32_t StartVertex; // IN: start vertex590 uint32_t StartInstance; // IN: start instance591 simdscalari VertexID; // OUT: vector of vertex IDs592 simdscalari CutMask; // OUT: vector mask of indices which have the cut index value[all …]