Searched refs:numInst (Results 1 – 6 of 6) sorted by relevance
189 uint8_t numInst = info->Instructions.size(); in EmitUnwindInfo() local190 for (uint8_t c = 0; c < numInst; ++c) { in EmitUnwindInfo()
191 uint8_t numInst = info->Instructions.size(); in EmitUnwindInfo() local192 for (uint8_t c = 0; c < numInst; ++c) { in EmitUnwindInfo()
181 uint8_t numInst = info->Instructions.size(); in EmitUnwindInfo() local182 for (uint8_t c = 0; c < numInst; ++c) { in EmitUnwindInfo()
2601 const GLuint numInst = state->prog->arb.NumInstructions;2602 _mesa_init_instructions(state->prog->arb.Instructions + numInst, 1);2603 state->prog->arb.Instructions[numInst].Opcode = OPCODE_END;
376 const GLuint numInst = program->arb.NumInstructions; in _mesa_execute_program() local393 for (pc = 0; pc < numInst; pc++) { in _mesa_execute_program()
2248 const int numInst = block.isArray() ? block.getArraySize() : 1; in iterate() local2250 for (int instNdx = 0; instNdx < numInst; instNdx++) in iterate()