Home
last modified time | relevance | path

Searched refs:draw_so_target (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c41 struct draw_so_target *t; in llvmpipe_create_so_target()
43 t = CALLOC_STRUCT(draw_so_target); in llvmpipe_create_so_target()
66 struct draw_so_target *target = (struct draw_so_target *)so_target; in llvmpipe_so_offset()
Dlp_context.h101 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS];
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp142 if (so_target && pDevice->draw_so_target != so_target) { in IaSetVertexBuffers()
143 if (pDevice->draw_so_target) { in IaSetVertexBuffers()
144 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in IaSetVertexBuffers()
146 pipe_so_target_reference(&pDevice->draw_so_target, in IaSetVertexBuffers()
DDevice.cpp151 pDevice->draw_so_target = NULL; in CreateDevice()
331 if (pDevice->draw_so_target) { in DestroyDevice()
332 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in DestroyDevice()
DDraw.cpp328 if (!pDevice->draw_so_target) { in DrawAuto()
340 indirect.count_from_stream_output = pDevice->draw_so_target; in DrawAuto()
DState.h85 struct pipe_stream_output_target *draw_so_target; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c43 struct draw_so_target *t; in softpipe_create_so_target()
45 t = CALLOC_STRUCT(draw_so_target); in softpipe_create_so_target()
Dsp_context.h86 struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS];
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h64 struct draw_so_target { struct
321 struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]);
Ddraw_pt_so_emit.c136 struct draw_so_target *target = draw->so.targets[i]; in so_emit_prim()
220 struct draw_so_target *target = draw->so.targets[ob]; in so_emit_prim()
Ddraw_pt.c442 struct draw_so_target *target = in resolve_draw_info()
443 (struct draw_so_target *)indirect->count_from_stream_output; in resolve_draw_info()
Ddraw_private.h383 struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS];
Ddraw_context.c1080 struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]) in draw_set_mapped_so_targets()