Searched refs:driver_batch (Results 1 – 8 of 8) 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()109 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_surface_base_address()110 struct brw_context *brw = batch->driver_batch; in blorp_get_surface_base_address()124 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_dynamic_state()125 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()51 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_vs_state()52 struct brw_context *brw = batch->driver_batch; in blorp_emit_vs_state()72 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_sf_state()73 struct brw_context *brw = batch->driver_batch; in blorp_emit_sf_state()178 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_pipeline()179 struct brw_context *brw = batch->driver_batch; in blorp_emit_pipeline()
50 struct brw_context *brw = batch->driver_batch; in brw_blorp_lookup_shader()63 struct brw_context *brw = batch->driver_batch; in brw_blorp_upload_shader()
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()85 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_surface_base_address()99 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_dynamic_state()114 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_binding_table()141 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_vertex_buffer()161 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_vf_invalidate_for_vb_48b_transitions()185 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_workaround_address()203 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_l3_config()[all …]
84 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_emit_dwords()92 struct iris_batch *batch = blorp_batch->driver_batch; in combine_and_pin_address()136 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_alloc_dynamic_state()153 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_alloc_binding_table()176 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_alloc_vertex_buffer()205 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_vf_invalidate_for_vb_48b_transitions()230 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_get_workaround_address()251 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_get_l3_config()260 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_exec()
284 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_lookup_shader()311 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_upload_shader()
85 void *driver_batch; member90 void *driver_batch, enum blorp_batch_flags flags);
64 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument68 batch->driver_batch = driver_batch; in blorp_batch_init()