Searched defs:setType (Results 26 - 33 of 33) sorted by relevance
12
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 182 void MachineRegisterInfo::setType(unsigned VReg, LLT Ty) { in setType() function in MachineRegisterInfo
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | APIInfo.java | 186 public void setType(int typ, int val) { setType() method in APIInfo 200 private void setType(int typ, String val) { setType() method in APIInfo [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | IntermNode.h | 325 void setType(const TType &t) { mType = t; } in setType() function in sh::TIntermExpression
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | intermediate.h | 310 virtual void setType(const TType& t) { type = t; } in setType() function in TIntermTyped
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.h | 913 inline void setType(DataType type) { dType = sType = type; } in setType() function in nv50_ir::Instruction 915 inline void setType(DataType dtype, DataType stype) in setType() function in nv50_ir::Instruction
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | ELF.h | 837 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 857 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 930 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 947 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 963 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 980 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1004 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1024 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1095 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1131 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 1148 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /third_party/glslang/glslang/Include/ |
| H A D | intermediate.h | 1194 virtual void setType(const TType& t) { type.shallowCopy(t); } in setType() function in glslang::TIntermTyped
|
Completed in 22 milliseconds
12