Searched refs:MAX_SO_STREAMS (Results 1 – 12 of 12) sorted by relevance
645 #define MAX_SO_STREAMS 4 macro679 bool streamEnable[MAX_SO_STREAMS];690 uint64_t streamMasks[MAX_SO_STREAMS];694 uint32_t streamNumEntries[MAX_SO_STREAMS];697 uint32_t vertexAttribOffset[MAX_SO_STREAMS];706 SWR_STREAMOUT_BUFFER* pBuffer[MAX_SO_STREAMS];
274 PFN_SO_FUNC pfnSoFunc[MAX_SO_STREAMS]; in OSALIGNLINE()278 mutable SWR_STREAMOUT_BUFFER soBuffer[MAX_SO_STREAMS]; in OSALIGNLINE()279 mutable SWR_STREAMOUT_BUFFER soPausedBuffer[MAX_SO_STREAMS]; in OSALIGNLINE()
604 SWR_ASSERT(streamIndex < MAX_SO_STREAMS); in SwrSetSoFunc()620 …SWR_ASSERT((slot < MAX_SO_STREAMS), "There are only 4 SO buffer slots [0, 3]\nSlot requested: %d",… in SwrSetSoBuffers()
705 SWR_ASSERT(stream < MAX_SO_STREAMS); in ProcessStreamIdBuffer()984 for (uint32_t stream = 0; stream < MAX_SO_STREAMS; ++stream) in GeometryShaderStage()
49 #define MAX_SO_STREAMS 4 macro
1483 assert(index < MAX_SO_STREAMS); in emit_begin_query()1564 assert(index < MAX_SO_STREAMS); in emit_end_query()
2068 properties->maxTransformFeedbackStreams = MAX_SO_STREAMS; in radv_GetPhysicalDeviceProperties2()
182 pipe_stream_output_target *so_targets[MAX_SO_STREAMS];
46 assert(index < MAX_SO_STREAMS); in swr_create_query()
107 uint32_t offsets[MAX_SO_STREAMS] = {0}; in swr_draw_vbo()
371 for (uint32_t i = 0; i < MAX_SO_STREAMS; i++) { in swr_create_vs_state()2017 for (uint32_t i = 0; i < MAX_SO_STREAMS; i++) { in swr_update_derived()2146 assert(num_targets <= MAX_SO_STREAMS); in swr_set_so_targets()
195 return MAX_SO_STREAMS; in swr_get_param()