Home
last modified time | relevance | path

Searched refs:MAX_SO_STREAMS (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h645 #define MAX_SO_STREAMS 4 macro
679 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];
Dcontext.h274 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()
Dapi.cpp604 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()
Dfrontend.cpp705 SWR_ASSERT(stream < MAX_SO_STREAMS); in ProcessStreamIdBuffer()
984 for (uint32_t stream = 0; stream < MAX_SO_STREAMS; ++stream) in GeometryShaderStage()
/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h49 #define MAX_SO_STREAMS 4 macro
Dradv_query.c1483 assert(index < MAX_SO_STREAMS); in emit_begin_query()
1564 assert(index < MAX_SO_STREAMS); in emit_end_query()
Dradv_device.c2068 properties->maxTransformFeedbackStreams = MAX_SO_STREAMS; in radv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.h182 pipe_stream_output_target *so_targets[MAX_SO_STREAMS];
Dswr_query.cpp46 assert(index < MAX_SO_STREAMS); in swr_create_query()
Dswr_draw.cpp107 uint32_t offsets[MAX_SO_STREAMS] = {0}; in swr_draw_vbo()
Dswr_state.cpp371 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()
Dswr_screen.cpp195 return MAX_SO_STREAMS; in swr_get_param()