Searched refs:fd_context (Results 1 - 25 of 189) sorted by relevance

12345678

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.h33 struct fd_context base;
42 fd2_context(struct fd_context *ctx)
H A Dfd2_emit.h43 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 Dfd2_context.h33 struct fd_context base;
42 fd2_context(struct fd_context *ctx)
H A Dfd2_emit.h43 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 Dfd5_blitter.h34 bool fd5_blitter_blit(struct fd_context *ctx, const struct pipe_blit_info *info);
H A Dfd5_image.h33 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
H A Dfd5_program.h39 void fd5_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring,
H A Dfd5_context.h37 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 Dfd5_blitter.h34 bool fd5_blitter_blit(struct fd_context *ctx,
H A Dfd5_image.h33 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
H A Dfd5_context.h37 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 Dfreedreno_state.h33 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 Dfreedreno_batch_cache.h34 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 Dfreedreno_query.h32 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 Dfreedreno_query_hw.h80 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 Dfreedreno_batch_cache.h36 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 Dfreedreno_state.h34 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 Dfreedreno_query.h36 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 Dfd3_context.h37 struct fd_context base;
54 fd3_context(struct fd_context *ctx)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.h37 struct fd_context base;
59 fd4_context(struct fd_context *ctx)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.h51 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 Dfd6_resource.h33 void fd6_validate_format(struct fd_context *ctx, struct fd_resource *rsc,
H A Dfd6_rasterizer.h53 __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 Dfd3_context.h38 struct fd_context base;
71 fd3_context(struct fd_context *ctx)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.h37 struct fd_context base;
75 fd4_context(struct fd_context *ctx)

Completed in 11 milliseconds

12345678