Searched refs:workaround_address (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_pipe_control.c | 151 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 D | iris_blorp.c | 257 .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 D | iris_screen.h | 216 * debug data, use the workaround_address field for workarounds. 219 struct iris_address workaround_address; member
|
H A D | iris_screen.c | 762 screen->workaround_address = (struct iris_address) { in iris_init_identifier_bo()
|
H A D | iris_state.c | 5651 : 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 D | genX_blorp_exec.c | 256 .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 D | genX_cmd_buffer.c | 2172 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 D | anv_private.h | 1206 struct anv_address workaround_address; member
|
H A D | genX_pipeline.c | 300 pc.Address = device->workaround_address; in emit_urb_setup()
|
H A D | anv_device.c | 3405 device->workaround_address = (struct anv_address) { in anv_CreateDevice()
|
Completed in 41 milliseconds