Home
last modified time | relevance | path

Searched defs:cgen (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dencoder.py111 cgen, argument
121 def emit_custom_pre_validate(typeInfo, api, cgen): argument
138 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument
147 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument
156 def emit_count_marshal(typeInfo, param, cgen): argument
166 def emit_marshal(typeInfo, param, cgen): argument
185 def emit_unmarshal(typeInfo, param, cgen): argument
192 def emit_deepcopy(typeInfo, param, cgen): argument
199 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument
206 def emit_handlemap_create(typeInfo, param, cgen): argument
[all …]
H A Ddecoder.py142 def emit_param_decl_for_reading(param, cgen): argument
150 def emit_unmarshal(typeInfo, param, cgen, output = False, destroy = False, noUnbox = False): argument
193 def emit_dispatch_unmarshal(typeInfo: VulkanTypeInfo, param: VulkanType, cgen, globalWrapped): argument
218 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument
225 def emit_marshal(typeInfo, param, cgen, handleMapOverwrites=False): argument
266 def emit_call_log(api, cgen): argument
280 def emit_decode_parameters(typeInfo: VulkanTypeInfo, api: VulkanAPI, cgen, globalWrapped=False): argument
319 def emit_dispatch_call(api, cgen): argument
356 def emit_global_state_wrapped_call(api, cgen, context): argument
368 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument
[all …]
H A Dsubdecode.py34 def emit_param_decl_for_reading(param, cgen): argument
53 def emit_unmarshal(typeInfo, param, cgen, output=False, destroy=False, noUnbox=False): argument
108 def emit_dispatch_unmarshal(typeInfo, param, cgen, globalWrapped): argument
146 def emit_transform(typeInfo, param, cgen, variant="tohost"): argument
186 def emit_call_log(api, cgen): argument
202 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
247 def emit_dispatch_call(api, cgen): argument
270 def emit_global_state_wrapped_call(api, cgen, context=False): argument
280 def emit_default_decoding(typeInfo, api, cgen): argument
285 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument
[all …]
H A Ddecodersnapshot.py114 def extract_deps_vkAllocateMemory(param, access, lenExpr, api, cgen): argument
127 def extract_deps_vkAllocateCommandBuffers(param, access, lenExpr, api, cgen): argument
131 def extract_deps_vkAllocateDescriptorSets(param, access, lenExpr, api, cgen): argument
135 def extract_deps_vkUpdateDescriptorSets(param, access, lenExpr, api, cgen): argument
156 def extract_deps_vkCreateImageView(param, access, lenExpr, api, cgen): argument
160 def extract_deps_vkCreateGraphicsPipelines(param, access, lenExpr, api, cgen): argument
170 def extract_deps_vkCreateFramebuffer(param, access, lenExpr, api, cgen): argument
178 def extract_deps_vkBindImageMemory(param, access, lenExpr, api, cgen): argument
184 def extract_deps_vkBindBufferMemory(param, access, lenExpr, api, cgen): argument
222 def api_special_implementation_vkBindImageMemory2(api, cgen): argument
[all …]
H A Dmarshaling.py29 cgen, argument
716 def structMarshalingCustom(cgen): argument
731 def structMarshalingDef(cgen): argument
746 def structMarshalingDefNoFilter(cgen): argument
792 def structUnmarshalingCustom(cgen): argument
807 def structUnmarshalingDef(cgen): argument
822 def structUnmarshalingDefNoFilter(cgen): argument
881 …def doExtensionStructMarshalingCodegen(self, cgen, retType, extParam, forEach, funcproto, directio… argument
921 def fatalDefault(cgen): argument
939 def forEachExtensionMarshal(ext, castedAccess, cgen): argument
[all …]
H A Ddispatch.py170 def emit_feature_check_decl(cgen, tag, featureToCheck): argument
184 def syncFeatureQuiet(self, cgen, feature): argument
192 def syncFeature(self, cgen, feature): argument
205 def makeDlsymCall(self, cgen, apiname, typedecl): argument
210 def makeGetInstanceProcAddrCall(self, cgen, dispatch, instance, apiname, typedecl): argument
215 def makeGetDeviceProcAddrCall(self, cgen, dispatch, device, apiname, typedecl): argument
306 def emit_check_impl(cgen, dispatchVar, feature, featureToCheck, apiName): argument
313 def emit_feature_check_impl(context, cgen, tag, featureToCheck, apis): argument
402 def makeGetProcAddr(self, cgen, dispatchLevel, dispatch, apiname, typedecl): argument
H A Dreservedmarshaling.py25 cgen, argument
819 def structMarshalingCustom(cgen): argument
832 def structMarshalingDef(cgen): argument
848 def structMarshalingDefNoFilter(cgen): argument
896 def structUnmarshalingCustom(cgen): argument
909 def structUnmarshalingDef(cgen): argument
922 def structUnmarshalingDefNoFilter(cgen): argument
959 …def doExtensionStructMarshalingCodegen(self, cgen, retType, extParam, forEach, funcproto, directio… argument
1004 def fatalDefault(cgen): argument
1022 def forEachExtensionMarshal(ext, castedAccess, cgen): argument
[all …]
H A Dtransform.py11 def deviceMemoryTransform(resourceTrackerVarName, structOrApiInfo, getExpr, getLen, cgen, variant="… argument
72 def directTransform(resourceTrackerVarName, vulkanType, getExpr, getLen, cgen, variant="tohost"): argument
84 def genTransformsForVulkanType(resourceTrackerVarName, structOrApiInfo, getExpr, getLen, cgen, vari… argument
93 def __init__(self, cgen, inputVar, resourceTrackerVarName, prefix, variant): argument
292 def funcDefGenerator(cgen): argument
323 def forEachExtensionTransform(ext, castedAccess, cgen): argument
H A Dextensionstructs.py71 def structTypeImpl(cgen): argument
81 def forEachExtensionReturnSize(ext, _, cgen): argument
84 def forEachExtensionReturnSizeProtectedByFeature(ext, _, cgen): argument
96 def defaultAbortEmit(cgen): argument
H A Dcounting.py15 …def __init__(self, cgen, featureBitsVar, toCountVar, countVar, rootTypeVar, prefix, forApiOutput=F… argument
568 def structCountingDef(cgen): argument
586 def structCountingDefNoFilter(cgen): argument
622 def doExtensionStructCountCodegen(self, cgen, extParam, forEach, funcproto): argument
652 def fatalDefault(cgen): argument
668 def forEachExtensionCounting(ext, castedAccess, cgen): argument
H A Ddeepcopy.py12 def __init__(self, cgen, inputVars, poolVarName, rootVarName, prefix, skipValues=False): argument
324 def structDeepcopyDef(cgen): argument
352 def deepcopyDstExpr(cgen, typeName): argument
357 def forEachExtensionDeepcopy(ext, castedAccess, cgen): argument
H A Dhandlemap.py12 def __init__(self, cgen, inputVar, handlemapVarName, prefix, isHandleFunc): argument
222 def funcDefGenerator(cgen): argument
241 def forEachExtensionHandlemap(ext, castedAccess, cgen): argument
H A Dtesting.py20 def __init__(self, cgen, inputVars, onFailCompareVar, prefix): argument
356 def structCompareDef(cgen): argument
373 def forEachExtensionCompare(ext, castedAccess, cgen): argument
H A Dunbox.py53 def funcDefGenerator(cgen): argument
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
H A DGeneratingAnnotatedClassesTestCase.java201 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_SimpleTypes() local
216 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_EnumType() local
231 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_ArrayAndAnnotationTypes() local
338 final ClassGen cgen = new ClassGen(jc); in testTransformComplexClassToClassGen() local
366 final ClassGen cgen = new ClassGen(jc); in testModifyingClasses1() local
383 final ClassGen cgen = new ClassGen(jc); in testModifyingClasses2() local
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dcodegen.py980 …def emitForEachStructExtension(self, cgen, retType, triggerVar, forEachFunc, autoBreak=True, defau… argument
981 def readStructType(structTypeName, structVarName, cgen): argument
989 def doDefaultReturn(cgen): argument
1071 def emitForEachStructExtensionGeneral(self, cgen, forEachFunc, doFeatureIfdefs=False): argument
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java114 CodeGen cgen; field in MemberCodeGen.JsrHook
/aosp_15_r20/art/test/ti-stress/
H A Dstress.cc373 char *cname, *cgen; in GetName() local
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_olc_server_local_mode_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_olc_server_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...