Home
last modified time | relevance | path

Searched refs:instID (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp105 int EDInstID(unsigned *instID, EDInstRef inst) { in EDInstID() argument
106 *instID = ((EDInst*)inst)->instID(); in EDInstID()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.h114 unsigned instID();
DEDInst.cpp80 unsigned EDInst::instID() { in instID() function in EDInst
/external/swiftshader/third_party/LLVM/include/llvm-c/
DEnhancedDisassembly.h199 int EDInstID(unsigned *instID, EDInstRef inst);
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c226 GLuint instID) in init_machine() argument
242 machine->SystemValues[SYSTEM_VALUE_INSTANCE_ID][0] = (GLfloat) instID; in init_machine()