Lines Matching refs:instructions
45 * ContMask) which are controlled by the flow control instructions (namely:
623 * Initialize machine state by expanding tokens to full instructions,
636 struct tgsi_full_instruction *instructions;
662 if (mach->Instructions) {
663 FREE( mach->Instructions );
665 mach->Instructions = NULL;
715 instructions = (struct tgsi_full_instruction *)
718 if (!instructions) {
783 instructions = REALLOC(instructions,
791 memcpy(instructions + numInstructions,
793 sizeof(instructions[0]));
813 if (mach->Instructions) {
814 FREE( mach->Instructions );
816 mach->Instructions = instructions;
878 if (mach->Instructions)
879 FREE(mach->Instructions);
4278 /* execute instructions, until pc is set to -1 */
4284 tgsi_dump_instruction(&mach->Instructions[pc], inst++);
4288 Instructions + pc, &pc);