Home
last modified time | relevance | path

Searched refs:pipe_so_target_reference (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c72pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]… in softpipe_set_so_targets()
81 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], NULL); in softpipe_set_so_targets()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c89pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]… in llvmpipe_set_so_targets()
103 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], NULL); in llvmpipe_set_so_targets()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp144 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in IaSetVertexBuffers()
146 pipe_so_target_reference(&pDevice->draw_so_target, in IaSetVertexBuffers()
DDevice.cpp329 pipe_so_target_reference(&pDevice->so_targets[i], NULL); in DestroyDevice()
332 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in DestroyDevice()
DResource.cpp447 pipe_so_target_reference(&pResource->so_target, NULL); in DestroyResource()
DShader.cpp952 pipe_so_target_reference(&so_target, NULL); in SoSetTargets()
/third_party/mesa3d/src/mesa/main/
Dtransformfeedback.c115 pipe_so_target_reference(&obj->draw_count[i], NULL); in delete_transform_feedback()
119 pipe_so_target_reference(&obj->targets[i], NULL); in delete_transform_feedback()
451 pipe_so_target_reference(&obj->targets[i], NULL); in begin_transform_feedback()
457 pipe_so_target_reference(&obj->targets[i], NULL); in begin_transform_feedback()
500 pipe_so_target_reference(&obj->draw_count[i], NULL); in end_transform_feedback()
510 pipe_so_target_reference(&obj->draw_count[stream], obj->targets[i]); in end_transform_feedback()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c396 pipe_so_target_reference(&ctx->so_targets[i], NULL); in cso_unbind_context()
397 pipe_so_target_reference(&ctx->so_targets_saved[i], NULL); in cso_unbind_context()
1403 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in cso_set_stream_outputs()
1407 pipe_so_target_reference(&ctx->so_targets[i], NULL); in cso_set_stream_outputs()
1428 pipe_so_target_reference(&ctx->so_targets_saved[i], ctx->so_targets[i]); in cso_save_stream_outputs()
1450 pipe_so_target_reference(&ctx->so_targets[i], NULL); in cso_restore_stream_outputs()
1458 pipe_so_target_reference(&ctx->so_targets[i], NULL); in cso_restore_stream_outputs()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_streamout.c129pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], targets[… in r600_set_streamout_targets()
139 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], NULL); in r600_set_streamout_targets()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c602 pipe_so_target_reference(&so->targets[i], targets[i]); in fd_set_stream_output_targets()
606 pipe_so_target_reference(&so->targets[i], NULL); in fd_set_stream_output_targets()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h553 pipe_so_target_reference(&blitter->saved_so_targets[i], in util_blitter_save_so_targets()
Du_inlines.h221 pipe_so_target_reference(struct pipe_stream_output_target **dst, in pipe_so_target_reference() function
Du_blitter.c685 pipe_so_target_reference(&ctx->base.saved_so_targets[i], NULL); in util_blitter_restore_vertex_states()
2653 pipe_so_target_reference(&so_target, NULL); in util_blitter_clear_buffer()
Du_threaded_context.c1797 pipe_so_target_reference(&p->targets[i], tgs[i]); in tc_set_stream_output_targets()
3330 pipe_so_target_reference(&p->indirect.count_from_stream_output, in tc_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c34 pipe_so_target_reference((struct pipe_stream_output_target **)dst, src); in si_so_target_reference()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1060 pipe_so_target_reference(&so->targets[i], targets[i]); in panfrost_set_stream_output_targets()
1064 pipe_so_target_reference(&so->targets[i], NULL); in panfrost_set_stream_output_targets()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c716 pipe_so_target_reference(&dst->info.draw_vbo.indirect.count_from_stream_output, NULL); in dd_unreference_copy_of_call()
822 pipe_so_target_reference(&dst->so_targets[i], NULL); in dd_unreference_copy_of_draw_state()
861 pipe_so_target_reference(&dst->so_targets[i], src->so_targets[i]); in dd_copy_draw_state()
1337 pipe_so_target_reference(&record->call.info.draw_vbo.indirect.count_from_stream_output, in dd_context_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1303 pipe_so_target_reference(&so->targets[i], targets[i]); in v3d_set_stream_output_targets()
1307 pipe_so_target_reference(&so->targets[i], NULL); in v3d_set_stream_output_targets()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1590 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in d3d12_set_stream_output_targets()
1595 pipe_so_target_reference(&ctx->so_targets[i], NULL); in d3d12_set_stream_output_targets()
1925 pipe_so_target_reference(&ctx->fake_so_targets[i], NULL); in d3d12_disable_fake_so_buffers()
1931 pipe_so_target_reference(&ctx->fake_so_targets[j], NULL); in d3d12_disable_fake_so_buffers()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c228 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL); in nvc0_context_unreference_resources()
Dnvc0_state.c1161 pipe_so_target_reference(&nvc0->tfbbuf[i], targets[i]); in nvc0_set_transform_feedback_targets()
1167 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL); in nvc0_set_transform_feedback_targets()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1227 pipe_so_target_reference(&nv50->so_target[i], targets[i]); in nv50_set_stream_output_targets()
1234 pipe_so_target_reference(&nv50->so_target[i], NULL); in nv50_set_stream_output_targets()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c93 pipe_so_target_reference(&so->targets[i], targets[i]); in agx_set_stream_output_targets()
97 pipe_so_target_reference(&so->targets[i], NULL); in agx_set_stream_output_targets()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4172 pipe_so_target_reference(&old_tgt[i], ice->state.so_target[i]); in crocus_set_stream_output_targets()
4173 pipe_so_target_reference(&ice->state.so_target[i], in crocus_set_stream_output_targets()
4218 pipe_so_target_reference(&old_tgt[i], NULL); in crocus_set_stream_output_targets()
4246 pipe_so_target_reference(&old_tgt[i], NULL); in crocus_set_stream_output_targets()
8285 pipe_so_target_reference(&ice->state.so_target[i], NULL);
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c3743 pipe_so_target_reference(&ctx->so_targets[i], NULL); in zink_set_stream_output_targets()
3749 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in zink_set_stream_output_targets()
3768 pipe_so_target_reference(&ctx->so_targets[i], NULL); in zink_set_stream_output_targets()

12