/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_const.h | 30 struct fd_ringbuffer *fd6_build_tess_consts(struct fd6_emit *emit) assert_dt; 31 struct fd_ringbuffer *fd6_build_user_consts(struct fd6_emit *emit) assert_dt; 33 fd6_build_driver_params(struct fd6_emit *emit) assert_dt; 37 const struct pipe_grid_info *info) assert_dt; 40 struct fd_ringbuffer *ring) assert_dt; 44 struct fd_ringbuffer *ring) assert_dt;
|
H A D | fd6_image.h | 34 const struct pipe_image_view *pimg) assert_dt; 36 const struct pipe_shader_buffer *pbuf) assert_dt; 41 enum pipe_shader_type shader) assert_dt;
|
H A D | fd6_texture.h | 75 struct fd6_pipe_sampler_view *so) assert_dt; 82 struct fd_texture_stateobj *tex) assert_dt 145 struct fd_texture_stateobj *tex) assert_dt;
|
H A D | fd6_blitter.h | 46 union pipe_color_union *color, uint32_t unknown_8c01) assert_dt; 48 uint32_t base, struct pipe_surface *psurf, uint32_t unknown_8c01) assert_dt;
|
H A D | fd6_program.h | 81 const struct ir3_shader_variant *so) assert_dt; 83 struct fd_ringbuffer *fd6_program_interp_state(struct fd6_emit *emit) assert_dt;
|
H A D | fd6_query.c | 77 occlusion_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt 179 time_elapsed_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt 338 struct fd_batch *batch) assert_dt 354 struct fd_batch *batch) assert_dt 400 struct fd_batch *batch) assert_dt 413 struct fd_batch *batch) assert_dt 474 perfcntr_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt 514 perfcntr_pause(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt
|
H A D | fd6_emit.h | 284 const struct ir3_shader_variant *v) assert_dt; 287 struct fd6_emit *emit) assert_dt; 290 struct ir3_shader_variant *cp) assert_dt;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.h | 262 void fd_batch_reset(struct fd_batch *batch) assert_dt; 263 void fd_batch_flush(struct fd_batch *batch) assert_dt; 264 void fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) assert_dt; 266 struct fd_resource *rsc) assert_dt; 268 struct fd_resource *rsc) assert_dt; 269 void fd_batch_check_size(struct fd_batch *batch) assert_dt; 277 void __fd_batch_describe(char *buf, const struct fd_batch *batch) assert_dt; 363 fd_batch_update_queries(struct fd_batch *batch) assert_dt 372 fd_batch_finish_queries(struct fd_batch *batch) assert_dt 386 void fd_wfi(struct fd_batch *batch, struct fd_ringbuffer *ring) assert_dt; [all...] |
H A D | freedreno_batch_cache.h | 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; 78 bool nondraw) assert_dt; 82 const struct pipe_framebuffer_state *pfb) assert_dt;
|
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_clip_disabled(struct fd_context *ctx) assert_dt
|
H A D | freedreno_blitter.h | 36 const struct pipe_blit_info *info) assert_dt; 40 unsigned stencil) assert_dt; 46 const struct pipe_box *src_box) assert_dt; 49 const struct pipe_blit_info *blit_info) assert_dt;
|
H A D | freedreno_query_hw.h | 141 void fd_hw_query_prepare(struct fd_batch *batch, uint32_t num_tiles) assert_dt; 143 struct fd_ringbuffer *ring) assert_dt; 144 void fd_hw_query_update_batch(struct fd_batch *batch, bool end_batch) assert_dt; 146 struct fd_ringbuffer *ring) assert_dt;
|
H A D | freedreno_context.h | 595 fd_context_dirty(struct fd_context *ctx, enum fd_dirty_3d_state dirty) assert_dt 610 enum fd_dirty_shader_state dirty) assert_dt 635 fd_context_all_dirty(struct fd_context *ctx) assert_dt 650 fd_context_all_clean(struct fd_context *ctx) assert_dt 696 fd_context_get_scissor(struct fd_context *ctx) assert_dt 701 void fd_context_switch_from(struct fd_context *ctx) assert_dt; 703 struct fd_batch *batch) assert_dt; 704 struct fd_batch *fd_context_batch(struct fd_context *ctx) assert_dt; 705 struct fd_batch *fd_context_batch_locked(struct fd_context *ctx) assert_dt; 718 void fd_context_destroy(struct pipe_context *pctx) assert_dt; [all...] |
H A D | freedreno_query_acc.c | 36 fd_acc_destroy_query(struct fd_context *ctx, struct fd_query *q) assert_dt 71 fd_acc_query_pause(struct fd_acc_query *aq) assert_dt 84 fd_acc_query_resume(struct fd_acc_query *aq, struct fd_batch *batch) assert_dt 98 fd_acc_begin_query(struct fd_context *ctx, struct fd_query *q) assert_dt 126 fd_acc_end_query(struct fd_context *ctx, struct fd_query *q) assert_dt
|
H A D | freedreno_query_sw.c | 51 read_counter(struct fd_context *ctx, int type) assert_dt 112 fd_sw_begin_query(struct fd_context *ctx, struct fd_query *q) assert_dt 127 fd_sw_end_query(struct fd_context *ctx, struct fd_query *q) assert_dt
|
H A D | freedreno_resource.h | 363 bool linear) assert_dt; 366 bool fd_render_condition_check(struct pipe_context *pctx) assert_dt; 375 fd_batch_write_prep(struct fd_batch *batch, struct fd_resource *rsc) assert_dt 385 struct fd_resource *rsc) assert_dt
|
H A D | freedreno_batch_cache.c | 146 fd_bc_flush(struct fd_context *ctx, bool deferred) assert_dt 202 fd_bc_flush_writer(struct fd_context *ctx, struct fd_resource *rsc) assert_dt 219 fd_bc_flush_readers(struct fd_context *ctx, struct fd_resource *rsc) assert_dt 336 bool nondraw) assert_dt 433 batch_from_key(struct fd_context *ctx, struct fd_batch_key *key) assert_dt
|
H A D | freedreno_query_hw.c | 43 unsigned query_type) assert_dt 82 struct fd_ringbuffer *ring) assert_dt 99 struct fd_ringbuffer *ring) assert_dt 138 fd_hw_begin_query(struct fd_context *ctx, struct fd_query *q) assert_dt 160 fd_hw_end_query(struct fd_context *ctx, struct fd_query *q) assert_dt
|
H A D | freedreno_draw.c | 46 resource_read(struct fd_batch *batch, struct pipe_resource *prsc) assert_dt 54 resource_written(struct fd_batch *batch, struct pipe_resource *prsc) assert_dt 62 batch_draw_tracking_for_dirty_bits(struct fd_batch *batch) assert_dt 197 const struct pipe_draw_indirect_info *indirect) assert_dt 240 unsigned num_draws) assert_dt 385 batch_clear_tracking(struct fd_batch *batch, unsigned buffers) assert_dt
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.h | 112 fd5_cache_flush(struct fd_batch *batch, struct fd_ringbuffer *ring) assert_dt 162 fd5_emit_render_cntl(struct fd_context *ctx, bool blit, bool binning) assert_dt 205 struct fd5_emit *emit) assert_dt; 208 struct fd5_emit *emit) assert_dt; 211 struct ir3_shader_variant *cp) assert_dt; 214 const struct pipe_grid_info *info) assert_dt; 217 struct fd_ringbuffer *ring) assert_dt;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.h | 99 struct fd4_emit *emit) assert_dt; 102 struct fd4_emit *emit) assert_dt; 105 struct ir3_shader_variant *cp) assert_dt; 108 const struct pipe_grid_info *info) assert_dt; 111 struct fd_ringbuffer *ring) assert_dt;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.h | 91 struct fd3_emit *emit) assert_dt; 94 struct fd3_emit *emit) assert_dt; 97 struct fd_ringbuffer *ring) assert_dt; 110 struct fd_ringbuffer *ring) assert_dt
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_emit.h | 44 const enum fd_dirty_3d_state dirty) assert_dt; 46 const enum fd_dirty_3d_state dirty) assert_dt;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_gallium.h | 56 struct ir3_shader_key *key) assert_dt; 83 const struct ir3_shader_variant *v) assert_dt;
|
H A D | ir3_const.h | 75 ring_wfi(struct fd_batch *batch, struct fd_ringbuffer *ring) assert_dt 397 enum pipe_shader_type t) assert_dt 440 assert_dt 457 const struct pipe_draw_start_count_bias *draw) assert_dt 539 const struct pipe_draw_start_count_bias *draw) assert_dt 554 struct fd_ringbuffer *ring, struct fd_context *ctx) assert_dt 565 const struct pipe_grid_info *info) assert_dt
|