Home
last modified time | relevance | path

Searched refs:driver_batch (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c47 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 …]
Dgfx4_blorp_exec.h27 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()
Dbrw_blorp.c50 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()
/third_party/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c40 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 …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c90 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 …]
Dgen4_blorp_exec.h27 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c84 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()
Diris_program_cache.c204 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()
/third_party/mesa3d/src/intel/blorp/
Dblorp.h90 void *driver_batch; member
95 void *driver_batch, enum blorp_batch_flags flags);
Dblorp.c65 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument
69 batch->driver_batch = driver_batch; in blorp_batch_init()