Searched refs:numInstructions (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprog_optimize.h40 GLuint numInstructions,
H A Dprog_optimize.c991 GLuint numInstructions,
1004 for (i = 0; i < numInstructions; i++) {
990 _mesa_find_temp_intervals(const struct prog_instruction *instructions, GLuint numInstructions, GLint intBegin[REG_ALLOCATE_MAX_PROGRAM_TEMPS], GLint intEnd[REG_ALLOCATE_MAX_PROGRAM_TEMPS]) argument
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1374 unsigned numInstructions = Opcodes.size();
1376 assert(numInstructions && "Filter created with no instructions");
1379 if (numInstructions == 1)
1385 assert(numInstructions == 3);
1434 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py359 numInstructions, = struct.unpack(">h", data[:2])
362 self.program.fromBytecode(data[:numInstructions])
363 data = data[numInstructions:]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_g_l_y_f.py359 numInstructions, = struct.unpack(">h", data[:2])
362 self.program.fromBytecode(data[:numInstructions])
363 data = data[numInstructions:]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c638 uint maxInstructions = 10, numInstructions = 0; local
782 if (numInstructions == maxInstructions) {
791 memcpy(instructions + numInstructions,
795 numInstructions++;
817 mach->NumInstructions = numInstructions;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1739 /// A call to SExpr::id() will return a number less than numInstructions().
1740 unsigned numInstructions() { return NumInstructions; } function in class:clang::threadSafety::SCFG

Completed in 364 milliseconds