Home
last modified time | relevance | path

Searched refs:eg_buffer_base (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c7507 static int r600_do_buffer_txq(struct r600_shader_ctx *ctx, int reg_idx, int offset, int eg_buffer_base) in r600_do_buffer_txq() argument
7533 vtx.buffer_id = id + eg_buffer_base; in r600_do_buffer_txq()
9597 unsigned eg_buffer_base = 0; in tgsi_resq() local
9598 eg_buffer_base = R600_IMAGE_REAL_RESOURCE_OFFSET; in tgsi_resq()
9600 eg_buffer_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_resq()
9601 return r600_do_buffer_txq(ctx, 0, ctx->shader->image_size_const_offset, eg_buffer_base); in tgsi_resq()

Completed in 13 milliseconds