Searched refs:driver_ctx (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_blorp_exec.c | 44 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_dwords() 58 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_reloc() 81 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_surface_reloc() 109 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_surface_base_address() 124 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_dynamic_state() 136 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_binding_table() 155 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_vertex_buffer() 237 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_workaround_address() 259 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_l3_config() 270 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_urb_config() [all …]
|
D | gen4_blorp_exec.h | 27 assert(batch->blorp->driver_ctx == batch->driver_batch); in dynamic_state_address() 39 assert(batch->blorp->driver_ctx == batch->driver_batch); in instruction_state_address() 51 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_vs_state() 72 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_sf_state() 178 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_pipeline()
|
/external/mesa3d/src/intel/common/ |
D | gen_buffer_alloc.h | 41 struct gen_buffer * (*alloc)(void *driver_ctx, uint32_t size); 42 void (*free)(void *driver_ctx, struct gen_buffer *buffer);
|
D | gen_aux_map.c | 102 void *driver_ctx; member 121 buf->buffer = ctx->buffer_alloc->alloc(ctx->driver_ctx, size); in add_buffer() 201 gen_aux_map_init(void *driver_ctx, in gen_aux_map_init() argument 216 ctx->driver_ctx = driver_ctx; in gen_aux_map_init() 245 ctx->buffer_alloc->free(ctx->driver_ctx, buf->buffer); in gen_aux_map_finish()
|
D | gen_aux_map.h | 55 gen_aux_map_init(void *driver_ctx,
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_blorp.c | 135 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_dynamic_state() 151 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_binding_table() 175 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_vertex_buffer() 204 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_vf_invalidate_for_vb_48b_transitions() 259 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in iris_blorp_exec()
|
D | iris_program_cache.c | 283 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_lookup_shader() 310 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_upload_shader()
|
D | iris_bufmgr.c | 1765 gen_aux_map_buffer_alloc(void *driver_ctx, uint32_t size) in gen_aux_map_buffer_alloc() argument 1771 struct iris_bufmgr *bufmgr = (struct iris_bufmgr *)driver_ctx; in gen_aux_map_buffer_alloc() 1785 gen_aux_map_buffer_free(void *driver_ctx, struct gen_buffer *buffer) in gen_aux_map_buffer_free() argument
|
D | iris_blit.c | 659 struct iris_context *ice = blorp->driver_ctx; in iris_copy_region()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 49 blorp_init(struct blorp_context *blorp, void *driver_ctx, in blorp_init() argument 52 blorp->driver_ctx = driver_ctx; in blorp_init() 59 blorp->driver_ctx = NULL; in blorp_finish() 220 brw_compile_fs(compiler, blorp->driver_ctx, mem_ctx, wm_key, in blorp_compile_fs() 251 brw_compile_vs(compiler, blorp->driver_ctx, mem_ctx, in blorp_compile_vs()
|
D | blorp.h | 42 void *driver_ctx; member 61 void blorp_init(struct blorp_context *blorp, void *driver_ctx,
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 2649 gen_aux_map_buffer_alloc(void *driver_ctx, uint32_t size) in gen_aux_map_buffer_alloc() argument 2655 struct anv_device *device = (struct anv_device*)driver_ctx; in gen_aux_map_buffer_alloc() 2670 gen_aux_map_buffer_free(void *driver_ctx, struct gen_buffer *buffer) in gen_aux_map_buffer_free() argument 2673 struct anv_device *device = (struct anv_device*)driver_ctx; in gen_aux_map_buffer_free()
|
D | anv_blorp.c | 32 struct anv_device *device = blorp->driver_ctx; in lookup_blorp_shader() 62 struct anv_device *device = blorp->driver_ctx; in upload_blorp_shader()
|