Home
last modified time | relevance | path

Searched refs:rootTypeVarName (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dmarshaling.py43 rootTypeVarName, argument
60 self.rootTypeVarName = rootTypeVarName
430 callParams = [self.streamVarName, self.rootTypeVarName, accessWithCast]
516 self.rootTypeVarName)
517 self.cgen.stmt("%s = %s" % (self.rootTypeVarName, sTypeAccess))
534 …s, EXTENSION_SIZE_WITH_STREAM_FEATURES_API_NAME, self.streamVarName, self.rootTypeVarName, access))
538 [self.streamVarName, self.rootTypeVarName, castedAccessExpr])
543 [self.streamVarName, self.rootTypeVarName, castedAccessExpr])
742 rootTypeVarName=self.writeCodegen.rootTypeVarName,
818 rootTypeVarName=self.readCodegen.rootTypeVarName,
Dreservedmarshaling.py40 rootTypeVarName, argument
62 self.rootTypeVarName = rootTypeVarName
512 callParams = [self.streamVarName, self.rootTypeVarName, accessWithCast, self.ptrVar]
614 self.cgen.beginIf("%s == VK_STRUCTURE_TYPE_MAX_ENUM" % self.rootTypeVarName)
615 self.cgen.stmt("%s = %s" % (self.rootTypeVarName, sTypeAccess))
633 …s, EXTENSION_SIZE_WITH_STREAM_FEATURES_API_NAME, self.streamVarName, self.rootTypeVarName, access))
637 [self.streamVarName, self.rootTypeVarName, castedAccessExpr, self.ptrVar])
642 [self.streamVarName, self.rootTypeVarName, castedAccessExpr, self.ptrVar])
840 rootTypeVarName=self.writeCodegen.rootTypeVarName,
917 rootTypeVarName=self.readCodegen.rootTypeVarName,
Dextensionstructs.py39 self.rootTypeVarName = "rootType"
42 0, self.rootTypeVarName)