Searched refs:fd5_context (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 36 struct fd5_context { struct 67 static inline struct fd5_context * 68 fd5_context(struct fd_context *ctx) function in typeref:struct:fd5_context * 70 return (struct fd5_context *)ctx; 82 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_context.c | 32 #include "fd5_context.h" 45 struct fd5_context *fd5_ctx = fd5_context(fd_context(pctx)); 65 struct fd5_context *fd5_ctx = CALLOC_STRUCT(fd5_context);
|
| H A D | fd5_emit.h | 32 #include "fd5_context.h" 147 OUT_RELOC(ring, fd5_context(batch->ctx)->blit_mem, 0, 0, 175 bool samples_passed = (fd5_context(ctx)->samples_passed_queries > 0);
|
| H A D | fd5_texture.c | 246 struct fd5_context *fd5_ctx = fd5_context(ctx);
|
| H A D | fd5_draw.c | 35 #include "fd5_context.h" 77 struct fd5_context *fd5_ctx = fd5_context(ctx);
|
| H A D | fd5_query.c | 32 #include "fd5_context.h" 74 fd5_context(batch->ctx)->samples_passed_queries++; 113 fd5_context(batch->ctx)->samples_passed_queries--;
|
| H A D | fd5_gmem.c | 37 #include "fd5_context.h" 267 struct fd5_context *fd5_ctx = fd5_context(ctx); 427 struct fd5_context *fd5_ctx = fd5_context(ctx);
|
| H A D | fd5_emit.c | 39 #include "fd5_context.h" 318 struct fd5_context *fd5_ctx = fd5_context(ctx); 700 unsigned max_loc = fd5_context(ctx)->max_loc;
|
| H A D | fd5_program.c | 493 fd5_context(ctx)->max_loc = l.max_loc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 36 struct fd5_context { struct 83 static inline struct fd5_context * 84 fd5_context(struct fd_context *ctx) function in typeref:struct:fd5_context * 86 return (struct fd5_context *)ctx; 98 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_context.c | 29 #include "fd5_context.h" 45 struct fd5_context *fd5_ctx = fd5_context(fd_context(pctx)); 74 struct fd5_context *fd5_ctx = CALLOC_STRUCT(fd5_context);
|
| H A D | fd5_emit.h | 33 #include "fd5_context.h" 136 struct fd5_context *fd5_ctx = fd5_context(ctx); 161 bool samples_passed = (fd5_context(ctx)->samples_passed_queries > 0);
|
| H A D | fd5_texture.c | 148 struct fd5_context *fd5_ctx = fd5_context(ctx); 318 struct fd5_context *fd5_ctx = fd5_context(ctx);
|
| H A D | fd5_draw.c | 36 #include "fd5_context.h" 76 struct fd5_context *fd5_ctx = fd5_context(ctx); 98 struct fd5_context *fd5_ctx = fd5_context(ctx);
|
| H A D | fd5_gmem.c | 38 #include "fd5_context.h" 265 struct fd5_context *fd5_ctx = fd5_context(ctx); 357 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ 419 struct fd5_context *fd5_ctx = fd5_context(ctx); 774 struct fd5_context *fd5_ctx = fd5_context(batch->ctx);
|
| H A D | fd5_query.c | 32 #include "fd5_context.h" 75 fd5_context(batch->ctx)->samples_passed_queries++; 116 fd5_context(batch->ctx)->samples_passed_queries--;
|
| H A D | fd5_emit.c | 40 #include "fd5_context.h" 290 struct fd5_context *fd5_ctx = fd5_context(ctx); 660 unsigned max_loc = fd5_context(ctx)->max_loc; 716 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0);
|
| H A D | fd5_program.c | 537 fd5_context(ctx)->max_loc = l.max_loc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | Makefile.sources | 139 a5xx/fd5_context.c \ 140 a5xx/fd5_context.h \
|
Completed in 15 milliseconds