Home
last modified time | relevance | path

Searched refs:driver_batch (Results 1 – 5 of 5) 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()
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 …]
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()
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()
/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()
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()
/external/mesa3d/src/intel/blorp/
Dblorp.c48 struct blorp_batch *batch, void *driver_batch, in blorp_batch_init() argument
52 batch->driver_batch = driver_batch; in blorp_batch_init()
Dblorp.h79 void *driver_batch; member
84 void *driver_batch, enum blorp_batch_flags flags);