Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c44 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 …]
Dgen4_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()
/external/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c40 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 …]
/external/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()
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()
Diris_program_cache.c284 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()
/external/mesa3d/src/intel/blorp/
Dblorp.h85 void *driver_batch; member
90 void *driver_batch, enum blorp_batch_flags flags);
Dblorp.c64 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument
68 batch->driver_batch = driver_batch; in blorp_batch_init()