Home
last modified time | relevance | path

Searched refs:streamout_disable_stateobj (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c54 if (fd6_ctx->streamout_disable_stateobj) in fd6_context_destroy()
55 fd_ringbuffer_del(fd6_ctx->streamout_disable_stateobj); in fd6_context_destroy()
Dfd6_context.h74 struct fd_ringbuffer *streamout_disable_stateobj; member
Dfd6_program.c181 fd6_context(ctx)->streamout_disable_stateobj = ring; in setup_stream_out_disable()
601 if (!fd6_context(ctx)->streamout_disable_stateobj) in setup_stateobj()
Dfd6_emit.c917 fd6_emit_add_group(emit, fd6_context(ctx)->streamout_disable_stateobj, in fd6_emit_streamout()