Searched refs:border_color_buffer (Results 1 – 5 of 5) sorted by relevance
209 si_resource_reference(&sctx->border_color_buffer, NULL); in si_destroy_context()544 sctx->border_color_buffer = si_resource(pipe_buffer_create( in si_create_context()546 if (!sctx->border_color_buffer) in si_create_context()550 ws->buffer_map(ws, sctx->border_color_buffer->buf, NULL, PIPE_MAP_WRITE); in si_create_context()
390 uint64_t bc_va = sctx->border_color_buffer->gpu_address; in si_emit_initial_compute_regs()410 if (sctx->border_color_buffer) { in si_emit_initial_compute_regs()411 uint64_t bc_va = sctx->border_color_buffer->gpu_address; in si_emit_initial_compute_regs()
388 if (ctx->border_color_buffer) { in si_begin_new_gfx_cs()389 radeon_add_to_buffer_list(ctx, &ctx->gfx_cs, ctx->border_color_buffer, in si_begin_new_gfx_cs()
1064 struct si_resource *border_color_buffer; member
5341 uint64_t border_color_va = sctx->border_color_buffer->gpu_address; in si_init_cs_preamble_state()