Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:imms

698 							ctx->imms[reg->Register.Index * TGSI_NUM_CHANNELS + swizzle],
701 ctx->imms[reg->Register.Index * TGSI_NUM_CHANNELS + swizzle + 1],
705 return LLVMConstBitCast(ctx->imms[reg->Register.Index * TGSI_NUM_CHANNELS + swizzle], ctype);
1250 ctx->imms[ctx->imms_num * TGSI_NUM_CHANNELS + i] =
1307 ctx->imms = MALLOC(size * TGSI_NUM_CHANNELS * sizeof(LLVMValueRef));
1440 FREE(ctx->imms);
1441 ctx->imms = NULL;