/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_so.c | 72 …pipe_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/ |
D | lp_state_so.c | 89 …pipe_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/ |
D | InputAssembly.cpp | 144 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in IaSetVertexBuffers() 146 pipe_so_target_reference(&pDevice->draw_so_target, in IaSetVertexBuffers()
|
D | Device.cpp | 329 pipe_so_target_reference(&pDevice->so_targets[i], NULL); in DestroyDevice() 332 pipe_so_target_reference(&pDevice->draw_so_target, NULL); in DestroyDevice()
|
D | Resource.cpp | 447 pipe_so_target_reference(&pResource->so_target, NULL); in DestroyResource()
|
D | Shader.cpp | 952 pipe_so_target_reference(&so_target, NULL); in SoSetTargets()
|
/third_party/mesa3d/src/mesa/main/ |
D | transformfeedback.c | 115 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/ |
D | cso_context.c | 396 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/ |
D | r600_streamout.c | 129 …pipe_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/ |
D | freedreno_state.c | 602 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/ |
D | u_blitter.h | 553 pipe_so_target_reference(&blitter->saved_so_targets[i], in util_blitter_save_so_targets()
|
D | u_inlines.h | 221 pipe_so_target_reference(struct pipe_stream_output_target **dst, in pipe_so_target_reference() function
|
D | u_blitter.c | 685 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()
|
D | u_threaded_context.c | 1797 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/ |
D | si_state_streamout.c | 34 pipe_so_target_reference((struct pipe_stream_output_target **)dst, src); in si_so_target_reference()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.c | 1060 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/ |
D | dd_draw.c | 716 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/ |
D | v3dx_state.c | 1303 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/ |
D | d3d12_context.cpp | 1590 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/ |
D | nvc0_context.c | 228 pipe_so_target_reference(&nvc0->tfbbuf[i], NULL); in nvc0_context_unreference_resources()
|
D | nvc0_state.c | 1161 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/ |
D | nv50_state.c | 1227 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/ |
D | agx_state.c | 93 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/ |
D | crocus_state.c | 4172 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/ |
D | zink_context.c | 3743 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()
|