Searched refs:workaround_offset (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_pipe_control.c | 190 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()
|
D | crocus_context.c | 63 ice->workaround_offset = ALIGN( in crocus_init_identifier_bo()
|
D | crocus_blorp.c | 234 .offset = batch->ice->workaround_offset, in blorp_get_workaround_address()
|
D | crocus_context.h | 753 unsigned workaround_offset; member
|
D | crocus_state.c | 1216 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/ |
D | si_query.h | 210 unsigned workaround_offset; member
|
D | si_query.c | 1052 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()
|