Home
last modified time | relevance | path

Searched refs:workaround_address (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe_control.c151 batch->screen->workaround_address.bo, in iris_emit_end_of_pipe_sync()
152 batch->screen->workaround_address.offset, 0); in iris_emit_end_of_pipe_sync()
H A Diris_blorp.c257 .buffer = batch->screen->workaround_address.bo, in blorp_get_workaround_address()
258 .offset = batch->screen->workaround_address.offset, in blorp_get_workaround_address()
260 iris_bo_likely_local(batch->screen->workaround_address.bo), in blorp_get_workaround_address()
H A Diris_screen.h216 * debug data, use the workaround_address field for workarounds.
219 struct iris_address workaround_address; member
H A Diris_screen.c762 screen->workaround_address = (struct iris_address) { in iris_init_identifier_bo()
H A Diris_state.c5651 : batch->screen->workaround_address; in setup_constant_buffers()
6527 screen->workaround_address.bo, in iris_upload_dirty_render_state()
6528 screen->workaround_address.offset, 0); in iris_upload_dirty_render_state()
7857 bo = batch->screen->workaround_address.bo; in iris_emit_raw_pipe_control()
7858 offset = batch->screen->workaround_address.offset; in iris_emit_raw_pipe_control()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c256 .buffer = cmd_buffer->device->workaround_address.bo, in blorp_get_workaround_address()
257 .offset = cmd_buffer->device->workaround_address.offset, in blorp_get_workaround_address()
H A DgenX_cmd_buffer.c2172 pipe.Address = device->workaround_address; in emit_apply_pipe_flushes()
2243 lrm.MemoryAddress = device->workaround_address; in emit_apply_pipe_flushes()
2305 pipe.Address = device->workaround_address; in emit_apply_pipe_flushes()
3990 pc.Address = cmd_buffer->device->workaround_address; in cmd_buffer_flush_state()
6405 pc.Address = cmd_buffer->device->workaround_address; in cmd_buffer_emit_depth_stencil()
H A Danv_private.h1206 struct anv_address workaround_address; member
H A DgenX_pipeline.c300 pc.Address = device->workaround_address; in emit_urb_setup()
H A Danv_device.c3405 device->workaround_address = (struct anv_address) { in anv_CreateDevice()

Completed in 41 milliseconds