Searched refs:border_color_buffer (Results 1 – 5 of 5) sorted by relevance
216 si_resource_reference(&sctx->border_color_buffer, NULL); in si_destroy_context()582 sctx->border_color_buffer = si_resource(pipe_buffer_create( in si_create_context()584 if (!sctx->border_color_buffer) { in si_create_context()590 ws->buffer_map(ws, sctx->border_color_buffer->buf, NULL, PIPE_MAP_WRITE); in si_create_context()
397 … radeon_set_config_reg(R_00950C_TA_CS_BC_BASE_ADDR, sctx->border_color_buffer->gpu_address >> 8); in si_emit_initial_compute_regs()414 if (sctx->border_color_buffer) { in si_emit_initial_compute_regs()415 uint64_t bc_va = sctx->border_color_buffer->gpu_address; in si_emit_initial_compute_regs()
407 if (ctx->border_color_buffer) { in si_begin_new_gfx_cs()408 radeon_add_to_buffer_list(ctx, &ctx->gfx_cs, ctx->border_color_buffer, in si_begin_new_gfx_cs()
1104 struct si_resource *border_color_buffer; member
5555 uint64_t border_color_va = sctx->border_color_buffer->gpu_address; in si_init_cs_preamble_state()