Searched refs:anv_bo (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_genX.h | 68 struct anv_bo *dst, uint32_t dst_offset, 69 struct anv_bo *src, uint32_t src_offset, 73 struct anv_bo *dst, uint32_t dst_offset, 74 struct anv_bo *src, uint32_t src_offset,
|
D | anv_private.h | 484 struct anv_bo { struct 507 anv_bo_init(struct anv_bo *bo, uint32_t gem_handle, uint64_t size) in anv_bo_init() argument 548 struct anv_bo bo; 685 VkResult anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo, 687 void anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo); 691 struct anv_bo bo; 703 struct anv_bo *anv_scratch_pool_alloc(struct anv_device *device, 718 uint64_t size, struct anv_bo **bo); 721 int fd, struct anv_bo **bo); 724 struct anv_bo *bo_in, int *fd_out); [all …]
|
D | genX_gpu_memcpy.c | 56 struct anv_bo *dst, uint32_t dst_offset, in genX() 57 struct anv_bo *src, uint32_t src_offset, in genX() 96 struct anv_bo *dst, uint32_t dst_offset, in genX() 97 struct anv_bo *src, uint32_t src_offset, in genX()
|
D | anv_allocator.c | 956 struct anv_bo bo; 988 anv_bo_pool_alloc(struct anv_bo_pool *pool, struct anv_bo *bo, uint32_t size) in anv_bo_pool_alloc() 1010 struct anv_bo new_bo; in anv_bo_pool_alloc() 1034 anv_bo_pool_free(struct anv_bo_pool *pool, const struct anv_bo *bo_in) in anv_bo_pool_free() 1037 struct anv_bo bo = *bo_in; in anv_bo_pool_free() 1072 struct anv_bo * 1175 struct anv_bo bo; 1219 UNUSED static struct anv_bo * 1234 uint64_t size, struct anv_bo **bo_out) in anv_bo_cache_alloc() 1270 int fd, struct anv_bo **bo_out) in anv_bo_cache_import() [all …]
|
D | anv_batch_chain.c | 121 struct anv_bo **new_reloc_bos = in anv_reloc_list_grow() 146 uint32_t offset, struct anv_bo *target_bo, uint32_t delta) in anv_reloc_list_add() 216 void *location, struct anv_bo *bo, uint32_t delta) in anv_batch_emit_reloc() 376 struct anv_bo new_bo; in anv_batch_bo_grow() 462 struct anv_bo *bo, uint32_t offset) in emit_batch_buffer_start() 702 sizeof(struct anv_bo *), in anv_cmd_buffer_init_batch_bo_chain() 703 8 * sizeof(struct anv_bo *)); in anv_cmd_buffer_init_batch_bo_chain() 956 struct anv_bo ** bos; 985 struct anv_bo *bo, in anv_execbuf_add_bo() 1008 struct anv_bo **new_bos = in anv_execbuf_add_bo() [all …]
|
D | genX_query.c | 300 struct anv_bo *bo, uint32_t offset) in emit_ps_depth_count() 315 struct anv_bo *bo, uint32_t offset) in emit_query_availability() 385 struct anv_bo *bo, uint32_t offset) in emit_pipeline_stat() 570 struct anv_bo *bo, uint32_t offset) in emit_load_alu_reg_u64() 708 struct anv_bo *bo, uint32_t offset) in compute_query_result()
|
D | genX_cmd_buffer.c | 37 uint32_t reg, struct anv_bo *bo, uint32_t offset) in emit_lrm() 170 struct anv_bo *bo, uint32_t offset) in add_surface_state_reloc() 544 struct anv_bo *ss_bo = in genX() 1120 struct anv_bo *ss_bo = in genX() 1590 struct anv_bo *bo = cmd_buffer->state.compute.num_workgroups.bo; in emit_binding_table() 2202 struct anv_bo *bo, uint32_t offset, in emit_vertex_bo() 2227 struct anv_bo *bo, uint32_t offset) in emit_base_vertex_instance_bo() 2421 struct anv_bo *bo = buffer->bo; in load_indirect_parameters() 2470 struct anv_bo *bo = buffer->bo; in genX() 2508 struct anv_bo *bo = buffer->bo; in genX() [all …]
|
D | anv_android.c | 110 struct anv_bo *bo = NULL; in anv_image_from_gralloc()
|
D | anv_queue.c | 40 struct anv_bo **execbuf_bos) in anv_device_execbuf() 64 struct anv_bo bo, *exec_bos[1]; in anv_device_submit_simple_batch()
|
D | anv_device.c | 1647 anv_device_bo_busy(struct anv_device *device, struct anv_bo *bo) in anv_device_bo_busy() 1673 anv_device_wait(struct anv_device *device, struct anv_bo *bo, in anv_device_wait() 1714 anv_bo_init_new(struct anv_bo *bo, struct anv_device *device, uint64_t size) in anv_bo_init_new()
|