Home
last modified time | relevance | path

Searched refs:fd5_context (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h38 struct fd5_context { struct
85 static inline struct fd5_context * argument
86 fd5_context(struct fd_context *ctx) in fd5_context() function
88 return (struct fd5_context *)ctx; in fd5_context()
Dfd5_context.c42 struct fd5_context *fd5_ctx = fd5_context(fd_context(pctx)); in fd5_context_destroy()
71 struct fd5_context *fd5_ctx = CALLOC_STRUCT(fd5_context); in fd5_context_create()
Dfd5_texture.c149 struct fd5_context *fd5_ctx = fd5_context(ctx); in fd5_sampler_states_bind()
324 struct fd5_context *fd5_ctx = fd5_context(ctx); in fd5_set_sampler_views()
Dfd5_draw.c76 struct fd5_context *fd5_ctx = fd5_context(ctx); in fixup_shader_state()
119 struct fd5_context *fd5_ctx = fd5_context(ctx); in fd5_draw_vbo()
Dfd5_emit.h125 struct fd5_context *fd5_ctx = fd5_context(ctx); in fd5_emit_blit()
Dfd5_emit.c253 struct fd5_context *fd5_ctx = fd5_context(ctx); in emit_border_color()
586 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0); in fd5_emit_state()
Dfd5_gmem.c575 struct fd5_context *fd5_ctx = fd5_context(batch->ctx); in fd5_emit_sysmem_fini()
/external/mesa3d/src/gallium/drivers/freedreno/
DMakefile.sources127 a5xx/fd5_context.c \
128 a5xx/fd5_context.h \