Searched defs:functionTypes (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 1029 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 1047 def writeFunctionPointers (api, filename, functionTypes): argument 1059 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument 1075 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 140 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() function
|