Searched refs:driver_ctx (Results 1 – 7 of 7) 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() 101 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_surface_base_address() 116 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_dynamic_state() 128 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_binding_table() 147 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_vertex_buffer() 187 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_workaround_page() 208 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_urb_config() 228 assert(batch->blorp->driver_ctx == batch->driver_batch); in genX()
|
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() 52 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_vs_state() 73 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_sf_state() 175 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_pipeline()
|
D | brw_blorp.c | 50 struct brw_context *brw = blorp->driver_ctx; in brw_blorp_lookup_shader() 63 struct brw_context *brw = blorp->driver_ctx; in brw_blorp_upload_shader()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 33 blorp_init(struct blorp_context *blorp, void *driver_ctx, in blorp_init() argument 36 blorp->driver_ctx = driver_ctx; in blorp_init() 43 blorp->driver_ctx = NULL; in blorp_finish() 197 brw_compile_fs(compiler, blorp->driver_ctx, mem_ctx, wm_key, in blorp_compile_fs() 227 brw_compile_vs(compiler, blorp->driver_ctx, mem_ctx, in blorp_compile_vs()
|
D | blorp.h | 42 void *driver_ctx; member 60 void blorp_init(struct blorp_context *blorp, void *driver_ctx,
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_blorp_exec.c | 168 struct anv_device *device = batch->blorp->driver_ctx; in blorp_flush_range() 177 struct anv_device *device = batch->blorp->driver_ctx; in blorp_emit_urb_config()
|
D | anv_blorp.c | 31 struct anv_device *device = blorp->driver_ctx; in lookup_blorp_shader() 60 struct anv_device *device = blorp->driver_ctx; in upload_blorp_shader()
|