Home
last modified time | relevance | path

Searched refs:driver_ctx (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c44 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 …]
Dgen4_blorp_exec.h27 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/
Dgen_buffer_alloc.h41 struct gen_buffer * (*alloc)(void *driver_ctx, uint32_t size);
42 void (*free)(void *driver_ctx, struct gen_buffer *buffer);
Dgen_aux_map.c102 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()
Dgen_aux_map.h55 gen_aux_map_init(void *driver_ctx,
/external/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c135 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()
Diris_program_cache.c283 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()
Diris_bufmgr.c1765 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
Diris_blit.c659 struct iris_context *ice = blorp->driver_ctx; in iris_copy_region()
/external/mesa3d/src/intel/blorp/
Dblorp.c49 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()
Dblorp.h42 void *driver_ctx; member
61 void blorp_init(struct blorp_context *blorp, void *driver_ctx,
/external/mesa3d/src/intel/vulkan/
Danv_device.c2649 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()
Danv_blorp.c32 struct anv_device *device = blorp->driver_ctx; in lookup_blorp_shader()
62 struct anv_device *device = blorp->driver_ctx; in upload_blorp_shader()