Searched refs:SWR_STREAMOUT_BUFFER (Results 1 – 5 of 5) sorted by relevance
278 mutable SWR_STREAMOUT_BUFFER soBuffer[MAX_SO_STREAMS]; in OSALIGNLINE()279 mutable SWR_STREAMOUT_BUFFER soPausedBuffer[MAX_SO_STREAMS]; in OSALIGNLINE()
649 struct SWR_STREAMOUT_BUFFER struct706 SWR_STREAMOUT_BUFFER* pBuffer[MAX_SO_STREAMS];
411 SWR_FUNC(void, SwrSetSoBuffers, HANDLE hContext, SWR_STREAMOUT_BUFFER* pSoBuffer, uint32_t slot);
616 void SwrSetSoBuffers(HANDLE hContext, SWR_STREAMOUT_BUFFER* pSoBuffer, uint32_t slot) in SwrSetSoBuffers()
1999 SWR_STREAMOUT_BUFFER buffer = {0}; in swr_update_derived()