Searched refs:driver_batch (Results 1 – 10 of 10) sorted by relevance
47 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_dwords()48 struct brw_context *brw = batch->driver_batch; in blorp_emit_dwords()61 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_emit_reloc()62 struct brw_context *brw = batch->driver_batch; in blorp_emit_reloc()84 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_surface_reloc()85 struct brw_context *brw = batch->driver_batch; in blorp_surface_reloc()112 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_get_surface_base_address()113 struct brw_context *brw = batch->driver_batch; in blorp_get_surface_base_address()127 assert(batch->blorp->driver_ctx == batch->driver_batch); in blorp_alloc_dynamic_state()128 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_measure_start()49 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_emit_dwords()57 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_emit_reloc()68 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_surface_reloc()114 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_get_surface_base_address()128 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_dynamic_state()143 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_general_state()159 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_binding_table()186 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_alloc_vertex_buffer()206 struct anv_cmd_buffer *cmd_buffer = batch->driver_batch; in blorp_vf_invalidate_for_vb_48b_transitions()[all …]
90 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_dwords()98 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_reloc()120 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_surface_reloc()143 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_get_surface_base_address()157 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_alloc_dynamic_state()181 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_alloc_binding_table()198 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_alloc_vertex_buffer()230 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_get_workaround_address()252 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_get_l3_config()261 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_urb_config()[all …]
27 struct crocus_batch *batch = blorp_batch->driver_batch; in dynamic_state_address()39 struct crocus_batch *batch = blorp_batch->driver_batch; in instruction_state_address()50 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_vs_state()70 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_sf_state()173 struct crocus_batch *batch = blorp_batch->driver_batch; in blorp_emit_pipeline()
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()163 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_alloc_binding_table()186 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_alloc_vertex_buffer()215 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_vf_invalidate_for_vb_48b_transitions()240 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_get_workaround_address()261 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_get_l3_config()270 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_exec()397 struct iris_batch *batch = blorp_batch->driver_batch; in blorp_measure_start()
204 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_lookup_shader()231 struct iris_batch *batch = blorp_batch->driver_batch; in iris_blorp_upload_shader()
90 void *driver_batch; member95 void *driver_batch, enum blorp_batch_flags flags);
65 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument69 batch->driver_batch = driver_batch; in blorp_batch_init()