Home
last modified time | relevance | path

Searched refs:functionTypes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py1744 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1748 if not function.getType() in functionTypes:
1765 def writeFunctionPointers (api, filename, functionTypes): argument
1768 if function.getType() in functionTypes:
1807 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1808 promotedFunctions = getPromotedFunctions(api) if Function.TYPE_DEVICE in functionTypes else None
1811 if function.getType() in functionTypes and (cond == None or cond(function)):
1849 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1866 if function.getType() in functionTypes:
1920 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() function