Searched refs:numInst (Results 1 – 5 of 5) sorted by relevance
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()
2586 const GLuint numInst = state->prog->arb.NumInstructions;2587 _mesa_init_instructions(state->prog->arb.Instructions + numInst, 1);2588 state->prog->arb.Instructions[numInst].Opcode = OPCODE_END;
377 const GLuint numInst = program->arb.NumInstructions; in _mesa_execute_program() local394 for (pc = 0; pc < numInst; pc++) { in _mesa_execute_program()
2234 const int numInst = block.isArray() ? block.getArraySize() : 1; in iterate() local2236 for (int instNdx = 0; instNdx < numInst; instNdx++) in iterate()