Searched refs:driver_batch (Results 1 – 5 of 5) sorted by relevance
44 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_dwords()45 struct brw_context *brw = batch->driver_batch; in blorp_emit_dwords()58 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_reloc()59 struct brw_context *brw = batch->driver_batch; in blorp_emit_reloc()81 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_surface_reloc()82 struct brw_context *brw = batch->driver_batch; in blorp_surface_reloc()101 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_surface_base_address()102 struct brw_context *brw = batch->driver_batch; in blorp_get_surface_base_address()116 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_dynamic_state()117 struct brw_context *brw = batch->driver_batch; in blorp_alloc_dynamic_state()[all …]
27 assert(batch->blorp->driver_ctx == batch->driver_batch); in dynamic_state_address()28 struct brw_context *brw = batch->driver_batch; in dynamic_state_address()39 assert(batch->blorp->driver_ctx == batch->driver_batch); in instruction_state_address()40 struct brw_context *brw = batch->driver_batch; in instruction_state_address()52 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_vs_state()53 struct brw_context *brw = batch->driver_batch; in blorp_emit_vs_state()73 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_sf_state()74 struct brw_context *brw = batch->driver_batch; in blorp_emit_sf_state()175 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_pipeline()176 struct brw_context *brw = batch->driver_batch; in blorp_emit_pipeline()
40 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_emit_dwords()48 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_emit_reloc()59 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_surface_reloc()70 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_surface_base_address()83 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_dynamic_state()98 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_binding_table()127 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_vertex_buffer()157 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_workaround_page()178 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_emit_urb_config()195 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in genX()
48 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument52 batch->driver_batch = driver_batch; in blorp_batch_init()
79 void *driver_batch; member84 void *driver_batch, enum blorp_batch_flags flags);