Searched refs:MAX_SO_STREAMS (Results 1 – 9 of 9) sorted by relevance
602 #define MAX_SO_STREAMS 4 macro637 bool streamEnable[MAX_SO_STREAMS];648 uint32_t streamMasks[MAX_SO_STREAMS];652 uint32_t streamNumEntries[MAX_SO_STREAMS];661 SWR_STREAMOUT_BUFFER* pBuffer[MAX_SO_STREAMS];
247 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE()251 mutable SWR_STREAMOUT_BUFFER soBuffer[MAX_SO_STREAMS]; in OSALIGNLINE()
605 SWR_ASSERT(stream < MAX_SO_STREAMS); in ProcessStreamIdBuffer()765 for (uint32_t stream = 0; stream < MAX_SO_STREAMS; ++stream) in GeometryShaderStage()
531 SWR_ASSERT(streamIndex < MAX_SO_STREAMS); in SwrSetSoFunc()
149 pipe_stream_output_target *so_targets[MAX_SO_STREAMS];
46 assert(index < MAX_SO_STREAMS); in swr_create_query()
104 uint32_t offsets[MAX_SO_STREAMS] = {0}; in swr_draw_vbo()
167 return MAX_SO_STREAMS; in swr_get_param()
348 for (uint32_t i = 0; i < MAX_SO_STREAMS; i++) { in swr_create_vs_state()1572 assert(num_targets <= MAX_SO_STREAMS); in swr_set_so_targets()