Home
last modified time | relevance | path

Searched refs:rootTypeVar (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dcounting.py27 …def __init__(self, cgen, featureBitsVar, toCountVar, countVar, rootTypeVar, prefix, forApiOutput=F… argument
31 self.rootTypeVar = rootTypeVar
359 self.rootTypeVar, accessWithCast, self.countVar]
416 self.rootTypeVar)
417 self.cgen.stmt("%s = %s" % (self.rootTypeVar, sTypeAccess))
421 [self.featureBitsVar, self.rootTypeVar, castedAccessExpr, self.countVar])
511 self.rootTypeVar = ROOT_TYPE_VAR_NAME
519 self.rootTypeVar,
589 cgen.stmt("(void)%s" % self.rootTypeVar);
608 cgen.stmt("(void)%s" % self.rootTypeVar);
[all …]
Dextensionstructs.py126 rootTypeVar=self.rootTypeParam)))
137 rootTypeVar=self.rootTypeParam)))
Ddeepcopy.py383 rootTypeVar=self.deepcopyRootParam)))
Dmarshaling.py949 rootTypeVar=ROOT_TYPE_PARAM)
Dreservedmarshaling.py1026 rootTypeVar=ROOT_TYPE_PARAM)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py965 …tType, triggerVar, forEachFunc, autoBreak=True, defaultEmit=None, nullEmit=None, rootTypeVar=None): argument
1014 if rootTypeVar is not None and enum in VulkanWrapperGenerator.ROOT_TYPE_MAPPING:
1015 cgen.line("switch(%s)" % rootTypeVar.paramName)