| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_context.h | 33 struct fd_context base; 42 fd2_context(struct fd_context *ctx)
|
| H A D | fd2_emit.h | 43 void fd2_emit_state_binning(struct fd_context *ctx, const enum fd_dirty_3d_state dirty); 44 void fd2_emit_state(struct fd_context *ctx, const enum fd_dirty_3d_state dirty); 45 void fd2_emit_restore(struct fd_context *ctx, struct fd_ringbuffer *ring);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_context.h | 33 struct fd_context base; 42 fd2_context(struct fd_context *ctx)
|
| H A D | fd2_emit.h | 43 void fd2_emit_state_binning(struct fd_context *ctx, 45 void fd2_emit_state(struct fd_context *ctx, 47 void fd2_emit_restore(struct fd_context *ctx, struct fd_ringbuffer *ring);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.h | 34 bool fd5_blitter_blit(struct fd_context *ctx, const struct pipe_blit_info *info);
|
| H A D | fd5_image.h | 33 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
| H A D | fd5_program.h | 39 void fd5_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
| H A D | fd5_context.h | 37 struct fd_context base; 84 fd5_context(struct fd_context *ctx) 94 fd5_emit_flush(struct fd_context *ctx, struct fd_ringbuffer *ring)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.h | 34 bool fd5_blitter_blit(struct fd_context *ctx,
|
| H A D | fd5_image.h | 33 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
| H A D | fd5_context.h | 37 struct fd_context base; 68 fd5_context(struct fd_context *ctx) 78 fd5_emit_flush(struct fd_context *ctx, struct fd_ringbuffer *ring)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_state.h | 33 static inline bool fd_depth_enabled(struct fd_context *ctx) 38 static inline bool fd_depth_write_enabled(struct fd_context *ctx) 43 static inline bool fd_stencil_enabled(struct fd_context *ctx) 48 static inline bool fd_logicop_enabled(struct fd_context *ctx) 53 static inline bool fd_blend_enabled(struct fd_context *ctx, unsigned n)
|
| H A D | freedreno_batch_cache.h | 34 struct fd_context; 65 void fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx); 66 void fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx); 68 void fd_bc_invalidate_context(struct fd_context *ctx); 71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw); 74 struct fd_context *ctx, const struct pipe_framebuffer_state *pfb);
|
| H A D | freedreno_query.h | 32 struct fd_context; 36 void (*destroy_query)(struct fd_context *ctx, 38 boolean (*begin_query)(struct fd_context *ctx, struct fd_query *q); 39 void (*end_query)(struct fd_context *ctx, struct fd_query *q); 40 boolean (*get_query_result)(struct fd_context *ctx,
|
| H A D | freedreno_query_hw.h | 80 void (*enable)(struct fd_context *ctx, struct fd_ringbuffer *ring); 89 void (*accumulate_result)(struct fd_context *ctx, 139 struct fd_query * fd_hw_create_query(struct fd_context *ctx, unsigned query_type); 143 void __fd_hw_sample_destroy(struct fd_context *ctx, struct fd_hw_sample *samp); 155 fd_hw_sample_reference(struct fd_context *ctx,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.h | 36 struct fd_context; 69 void fd_bc_flush(struct fd_context *ctx, bool deferred) assert_dt; 70 void fd_bc_flush_writer(struct fd_context *ctx, struct fd_resource *rsc) assert_dt; 71 void fd_bc_flush_readers(struct fd_context *ctx, struct fd_resource *rsc) assert_dt; 72 void fd_bc_dump(struct fd_context *ctx, const char *fmt, ...) 77 struct fd_batch *fd_bc_alloc_batch(struct fd_context *ctx, 81 fd_batch_from_fb(struct fd_context *ctx,
|
| H A D | freedreno_state.h | 34 fd_depth_enabled(struct fd_context *ctx) assert_dt 40 fd_depth_write_enabled(struct fd_context *ctx) assert_dt 46 fd_stencil_enabled(struct fd_context *ctx) assert_dt 52 fd_blend_enabled(struct fd_context *ctx, unsigned n) assert_dt 58 fd_depth_clamp_enabled(struct fd_context *ctx) assert_dt
|
| H A D | freedreno_query.h | 36 struct fd_context; 40 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; 41 void (*begin_query)(struct fd_context *ctx, struct fd_query *q) dt; 42 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; 43 bool (*get_query_result)(struct fd_context *ctx, struct fd_query *q,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 37 struct fd_context base; 54 fd3_context(struct fd_context *ctx)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 37 struct fd_context base; 59 fd4_context(struct fd_context *ctx)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_gallium.h | 51 struct fd_context; 53 struct fd_context *ctx, const struct pipe_draw_info *info); 55 struct fd_context *ctx); 57 struct fd_context *ctx, const struct pipe_grid_info *info);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.h | 33 void fd6_validate_format(struct fd_context *ctx, struct fd_resource *rsc,
|
| H A D | fd6_rasterizer.h | 53 __fd6_setup_rasterizer_stateobj(struct fd_context *ctx, 58 fd6_rasterizer_state(struct fd_context *ctx, bool primitive_restart) assert_dt
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 38 struct fd_context base; 71 fd3_context(struct fd_context *ctx)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 37 struct fd_context base; 75 fd4_context(struct fd_context *ctx)
|