Searched refs:driver_ctx (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_buffer_alloc.h | 41 struct intel_buffer * (*alloc)(void *driver_ctx, uint32_t size); 42 void (*free)(void *driver_ctx, struct intel_buffer *buffer);
|
D | intel_aux_map.c | 102 void *driver_ctx; member 121 buf->buffer = ctx->buffer_alloc->alloc(ctx->driver_ctx, size); in add_buffer() 201 intel_aux_map_init(void *driver_ctx, in intel_aux_map_init() argument 216 ctx->driver_ctx = driver_ctx; in intel_aux_map_init() 245 ctx->buffer_alloc->free(ctx->driver_ctx, buf->buffer); in intel_aux_map_finish()
|
D | intel_aux_map.h | 55 intel_aux_map_init(void *driver_ctx,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 62 blorp_init(struct blorp_context *blorp, void *driver_ctx, in blorp_init() argument 67 blorp->driver_ctx = driver_ctx; in blorp_init() 76 blorp->driver_ctx = NULL; in blorp_finish() 258 .log_data = blorp->driver_ctx, in blorp_compile_fs() 292 .log_data = blorp->driver_ctx, in blorp_compile_vs() 331 .log_data = blorp->driver_ctx, in blorp_compile_cs()
|
D | blorp.h | 46 void *driver_ctx; member 67 void blorp_init(struct blorp_context *blorp, void *driver_ctx,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blorp.c | 135 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_dynamic_state() 161 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_binding_table() 198 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_alloc_vertex_buffer() 228 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_vf_invalidate_for_vb_48b_transitions() 285 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in iris_blorp_exec_render() 460 struct iris_context *ice = blorp_batch->blorp->driver_ctx; in blorp_measure_start()
|
D | iris_program_cache.c | 203 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_lookup_shader() 230 struct iris_context *ice = blorp->driver_ctx; in iris_blorp_upload_shader()
|
D | iris_bufmgr.c | 2275 intel_aux_map_buffer_alloc(void *driver_ctx, uint32_t size) in intel_aux_map_buffer_alloc() argument 2281 struct iris_bufmgr *bufmgr = (struct iris_bufmgr *)driver_ctx; in intel_aux_map_buffer_alloc() 2320 intel_aux_map_buffer_free(void *driver_ctx, struct intel_buffer *buffer) in intel_aux_map_buffer_free() argument
|
D | iris_blit.c | 659 struct iris_context *ice = blorp->driver_ctx; in iris_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program_cache.c | 244 struct crocus_context *ice = blorp->driver_ctx; in crocus_blorp_lookup_shader() 266 struct crocus_context *ice = blorp->driver_ctx; in crocus_blorp_upload_shader()
|
D | crocus_blorp.c | 281 struct crocus_context *ice = blorp_batch->blorp->driver_ctx; in crocus_blorp_exec()
|
D | crocus_blit.c | 685 struct crocus_context *ice = blorp->driver_ctx; in crocus_copy_region()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3035 intel_aux_map_buffer_alloc(void *driver_ctx, uint32_t size) in intel_aux_map_buffer_alloc() argument 3041 struct anv_device *device = (struct anv_device*)driver_ctx; in intel_aux_map_buffer_alloc() 3056 intel_aux_map_buffer_free(void *driver_ctx, struct intel_buffer *buffer) in intel_aux_map_buffer_free() argument 3059 struct anv_device *device = (struct anv_device*)driver_ctx; in intel_aux_map_buffer_free()
|
D | anv_blorp.c | 32 struct anv_device *device = blorp->driver_ctx; in lookup_blorp_shader() 60 struct anv_device *device = blorp->driver_ctx; in upload_blorp_shader()
|