mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
cell: fix TGSI breakage
This commit is contained in:
parent
144afacc6f
commit
429bf75417
1 changed files with 1 additions and 1 deletions
|
|
@ -1351,7 +1351,7 @@ emit_function_call(struct codegen *gen,
|
|||
static boolean
|
||||
emit_TEX(struct codegen *gen, const struct tgsi_full_instruction *inst)
|
||||
{
|
||||
const uint target = inst->InstructionExtTexture.Texture;
|
||||
const uint target = inst->Texture.Texture;
|
||||
const uint unit = inst->Src[1].Register.Index;
|
||||
uint addr;
|
||||
int ch;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue