Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework.py1117 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1121 if not function.getType() in functionTypes:
1138 def writeFunctionPointers (api, filename, functionTypes): argument
1141 if function.getType() in functionTypes:
1153 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1156 if function.getType() in functionTypes and (cond == None or cond(function)):
1171 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1174 if function.getType() in functionTypes:
1197 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
1276 if function.getType() in functionTypes and not function.isAlias:
Dohos_gen_framework.py1135 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1139 if not function.getType() in functionTypes:
1156 def writeFunctionPointers (api, filename, functionTypes): argument
1159 if function.getType() in functionTypes:
1171 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1174 if function.getType() in functionTypes and (cond == None or cond(function)):
1189 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1192 if function.getType() in functionTypes:
1215 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
1294 if function.getType() in functionTypes and not function.isAlias:
Dgen_framework_sc.py1123 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
1127 if not function.getType() in functionTypes:
1141 def writeFunctionPointers (api, filename, functionTypes): argument
1144 if function.getType() in functionTypes:
1153 def writeInitFunctionPointers (api, filename, functionTypes, cond = None): argument
1156 if function.getType() in functionTypes and (cond == None or cond(function)):
1169 def writeFuncPtrInterfaceImpl (api, filename, functionTypes, className): argument
1172 if function.getType() in functionTypes and not function.isAlias:
1195 def writeFuncPtrInterfaceSCImpl (api, filename, functionTypes, className): argument
1274 if function.getType() in functionTypes and not function.isAlias:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() function