Home
last modified time | relevance | path

Searched refs:fd6_context (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c41 remove_tex_entry(struct fd6_context *fd6_ctx, struct hash_entry *entry) in remove_tex_entry()
101 so->seqno = ++fd6_context(fd_context(pctx))->tex_seqno; in fd6_sampler_state_create()
137 struct fd6_context *fd6_ctx = fd6_context(ctx); in fd6_sampler_state_delete()
223 so->seqno = ++fd6_context(ctx)->tex_seqno; in fd6_sampler_view_update()
291 struct fd6_context *fd6_ctx = fd6_context(ctx); in fd6_sampler_view_destroy()
333 struct fd6_context *fd6_ctx = fd6_context(ctx); in fd6_texture_state()
423 struct fd6_context *fd6_ct
[all...]
H A Dfd6_context.h50 struct fd6_context { struct
99 static inline struct fd6_context *
100 fd6_context(struct fd_context *ctx) in fd6_context() function
102 return (struct fd6_context *)ctx; in fd6_context()
108 /* This struct defines the layout of the fd6_context::control buffer: */
H A Dfd6_emit.h33 #include "fd6_context.h"
162 struct fd6_context *fd6_ctx = fd6_context(batch->ctx); in fd6_event_write()
182 struct fd6_context *fd6_ctx = fd6_context(batch->ctx); in fd6_cache_flush()
H A Dfd6_context.c34 #include "fd6_context.h"
49 struct fd6_context *fd6_ctx = fd6_context(fd_context(pctx));
205 struct fd6_context *fd6_ctx = CALLOC_STRUCT(fd6_context);
H A Dfd6_gmem.c42 #include "fd6_context.h"
401 struct fd6_context *fd6_ctx = fd6_context(ctx); in update_vsc_pipe()
482 struct fd6_context *fd6_ctx = fd6_context(batch->ctx); in emit_vsc_overflow_test()
522 struct fd6_context *fd6_ctx = fd6_context(ctx); in check_vsc_overflow()
909 struct fd6_context *fd6_ctx = fd6_context(ctx); in fd6_emit_tile_prep()
H A Dfd6_emit.c43 #include "fd6_context.h"
223 struct fd6_context *fd6_ctx = fd6_context(ctx);
702 struct fd6_context *fd6_ctx = fd6_context(ctx);
929 fd6_emit_add_group(emit, fd6_context(ctx)->streamout_disable_stateobj,
1408 struct fd6_context *fd6_ctx = fd6_context(ctx);
H A Dfd6_const.c299 struct fd6_context *fd6_ctx = fd6_context(ctx); in fd6_build_driver_params()
H A Dfd6_draw.c36 #include "fd6_context.h"
139 struct fd6_context *fd6_ctx = fd6_context(ctx);
H A Dfd6_query.c33 #include "fd6_context.h"
73 fd6_context(batch->ctx)->samples_passed_queries++; in occlusion_resume()
117 fd6_context(batch->ctx)->samples_passed_queries--;
H A Dfd6_program.c183 fd6_context(ctx)->streamout_disable_stateobj = ring; in setup_stream_out_disable()
649 if (!fd6_context(ctx)->streamout_disable_stateobj)

Completed in 10 milliseconds