Searched refs:gen_aux_map_context (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_aux_map.h | 43 struct gen_aux_map_context; 54 struct gen_aux_map_context * 60 gen_aux_map_finish(struct gen_aux_map_context *ctx); 63 gen_aux_map_get_state_num(struct gen_aux_map_context *ctx); 73 gen_aux_map_get_num_buffers(struct gen_aux_map_context *ctx); 81 gen_aux_map_fill_bos(struct gen_aux_map_context *ctx, void **driver_bos, 85 gen_aux_map_get_base(struct gen_aux_map_context *ctx); 95 gen_aux_map_get_entry(struct gen_aux_map_context *ctx, 100 gen_aux_map_add_mapping(struct gen_aux_map_context *ctx, uint64_t address, 105 gen_aux_map_unmap_range(struct gen_aux_map_context *ctx, uint64_t address,
|
D | gen_aux_map.c | 101 struct gen_aux_map_context { struct 114 add_buffer(struct gen_aux_map_context *ctx) in add_buffer() argument 138 advance_current_pos(struct gen_aux_map_context *ctx, uint32_t size) in advance_current_pos() 146 align_and_verify_space(struct gen_aux_map_context *ctx, uint32_t size, in align_and_verify_space() 167 get_current_pos(struct gen_aux_map_context *ctx, uint64_t *gpu, uint64_t **map) in get_current_pos() 179 add_sub_table(struct gen_aux_map_context *ctx, uint32_t size, in add_sub_table() 195 gen_aux_map_get_state_num(struct gen_aux_map_context *ctx) in gen_aux_map_get_state_num() 200 struct gen_aux_map_context * 205 struct gen_aux_map_context *ctx; in gen_aux_map_init() 209 ctx = ralloc(NULL, struct gen_aux_map_context); in gen_aux_map_init() [all …]
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 80 struct gen_aux_map_context; 1421 struct gen_aux_map_context *aux_map_ctx;
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 180 struct gen_aux_map_context *aux_map_ctx;
|