Home
last modified time | relevance | path

Searched refs:workaround_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_pipe_control.c190 batch->ice->workaround_offset, 0); in crocus_emit_end_of_pipe_sync()
196 batch->ice->workaround_offset); in crocus_emit_end_of_pipe_sync()
274 batch->ice->workaround_offset, 0); in crocus_emit_post_sync_nonzero_flush()
Dcrocus_context.c63 ice->workaround_offset = ALIGN( in crocus_init_identifier_bo()
Dcrocus_blorp.c234 .offset = batch->ice->workaround_offset, in blorp_get_workaround_address()
Dcrocus_context.h753 unsigned workaround_offset; member
Dcrocus_state.c1216 batch->ice->workaround_offset, 0); in gen7_emit_cs_stall_flush()
5686 batch->ice->workaround_offset); in setup_constant_buffers()
5712 batch->ice->workaround_offset, 0); in gen7_emit_vs_workaround_flush()
8527 offset = batch->ice->workaround_offset;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h210 unsigned workaround_offset; member
Dsi_query.c1052 uint64_t va = query->workaround_buf->gpu_address + query->workaround_offset; in si_emit_query_predication()
1592 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 8, 8, &squery->workaround_offset, in si_render_condition()
1601 &squery->workaround_buf->b.b, squery->workaround_offset); in si_render_condition()