diff options
author | Brian Paul <[email protected]> | 2016-08-19 09:37:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-08-26 06:19:52 -0600 |
commit | b09e4ab13cdde9b0d465c214e6e30452c690eeb1 (patch) | |
tree | 036da7b6e3bd0b96436a78b7c4271d1a9dd210e1 /src | |
parent | 93779b87a1b69ed1f49cd18c08edd2d6ecb9196f (diff) |
svga: s/INDEX_0D/INDEX_IMMEDIATE32/
Both are zero, but the later is the right token.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/svga/svga_tgsi_vgpu10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi_vgpu10.c b/src/gallium/drivers/svga/svga_tgsi_vgpu10.c index ef5d78e0483..981251af628 100644 --- a/src/gallium/drivers/svga/svga_tgsi_vgpu10.c +++ b/src/gallium/drivers/svga/svga_tgsi_vgpu10.c @@ -745,7 +745,7 @@ setup_operand0_indexing(struct svga_shader_emitter_v10 *emit, boolean indirect, boolean index2D, unsigned tempArrayID) { - unsigned indexDim, index0Rep, index1Rep = VGPU10_OPERAND_INDEX_0D; + unsigned indexDim, index0Rep, index1Rep = VGPU10_OPERAND_INDEX_IMMEDIATE32; /* * Compute index dimensions |