mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
r600g/llvm: Update CONSTANT_BUFFER address space definition
To match recent LLVM changes. Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
2532147f8b
commit
2cb54833d0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#if defined R600_USE_LLVM || defined HAVE_OPENCL
|
||||
|
||||
#define CONSTANT_BUFFER_0_ADDR_SPACE 9
|
||||
#define CONSTANT_BUFFER_0_ADDR_SPACE 8
|
||||
#define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
|
||||
|
||||
static LLVMValueRef llvm_fetch_const(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue