Searched refs:fd5_context (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.h38 struct fd5_context { struct
85 static inline struct fd5_context *
86 fd5_context(struct fd_context *ctx) function
88 return (struct fd5_context *)ctx;
H A Dfd5_context.c28 #include "fd5_context.h"
42 struct fd5_context *fd5_ctx = fd5_context(fd_context(pctx));
71 struct fd5_context *fd5_ctx = CALLOC_STRUCT(fd5_context);
H A Dfd5_emit.h33 #include "fd5_context.h"
125 struct fd5_context *fd5_ctx = fd5_context(ctx);
H A Dfd5_draw.c36 #include "fd5_context.h"
76 struct fd5_context *fd5_ctx = fd5_context(ctx);
119 struct fd5_context *fd5_ctx = fd5_context(ctx);
H A Dfd5_texture.c149 struct fd5_context *fd5_ctx = fd5_context(ctx);
324 struct fd5_context *fd5_ctx = fd5_context(ctx);
H A Dfd5_gmem.c38 #include "fd5_context.h"
575 struct fd5_context *fd5_ctx = fd5_context(batch->ctx);
H A Dfd5_emit.c39 #include "fd5_context.h"
253 struct fd5_context *fd5_ctx = fd5_context(ctx);
586 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0);

Completed in 367 milliseconds