Lines Matching defs:scratch
92 struct si_resource *scratch;
95 scratch = ctx->eop_bug_scratch;
107 scratch = ctx->eop_bug_scratch_tmz;
110 assert(16 * ctx->screen->info.max_render_backends <= scratch->b.b.width0);
113 radeon_emit(scratch->gpu_address);
114 radeon_emit(scratch->gpu_address >> 32);
116 radeon_add_to_buffer_list(ctx, &ctx->gfx_cs, scratch,
131 struct si_resource *scratch = ctx->eop_bug_scratch;
132 uint64_t va = scratch->gpu_address;
145 radeon_add_to_buffer_list(ctx, &ctx->gfx_cs, scratch,