Home
last modified time | relevance | path

Searched defs:vulkanType (Results 1 – 9 of 9) sorted by relevance

/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dcounting.py50 def getTypeForStreaming(self, vulkanType): argument
61 def makeCastExpr(self, vulkanType): argument
68 def genPrimitiveStreamCall(self, vulkanType): argument
73 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument
117 def doAllocSpace(self, vulkanType): argument
120 def getOptionalStringFeatureExpr(self, vulkanType): argument
128 def onCheck(self, vulkanType): argument
167 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument
171 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument
176 def finalCheckWithNullOptionalStringFeature(self, vulkanType): argument
[all …]
Ddeepcopy.py55 def needSkip(self, vulkanType): argument
58 def makeCastExpr(self, vulkanType): argument
62 def makeNonConstCastForCopy(self, access, vulkanType): argument
71 def makeAllocBytesExpr(self, lenAccess, vulkanType): argument
81 def onCheck(self, vulkanType): argument
84 def endCheck(self, vulkanType): argument
87 def onCompoundType(self, vulkanType): argument
148 def onString(self, vulkanType): argument
163 def onStringArray(self, vulkanType): argument
181 def onStaticArr(self, vulkanType): argument
[all …]
Dmarshaling.py77 def getTypeForStreaming(self, vulkanType): argument
91 def makeCastExpr(self, vulkanType): argument
95 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): argument
103 def genPrimitiveStreamCall(self, vulkanType, access): argument
113 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument
166 def doAllocSpace(self, vulkanType): argument
182 def getOptionalStringFeatureExpr(self, vulkanType): argument
190 def onCheck(self, vulkanType): argument
239 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument
243 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument
[all …]
Dhandlemap.py47 def needSkip(self, vulkanType): argument
50 def makeCastExpr(self, vulkanType): argument
54 def asNonConstCast(self, access, vulkanType): argument
63 def onCheck(self, vulkanType): argument
66 def endCheck(self, vulkanType): argument
69 def onCompoundType(self, vulkanType): argument
110 def onString(self, vulkanType): argument
113 def onStringArray(self, vulkanType): argument
116 def onStaticArr(self, vulkanType): argument
128 def onStructExtension(self, vulkanType): argument
[all …]
Dreservedmarshaling.py82 def getTypeForStreaming(self, vulkanType): argument
96 def makeCastExpr(self, vulkanType): argument
134 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): argument
139 def genPrimitiveStreamCall(self, vulkanType, access): argument
151 def genHandleMappingCall(self, vulkanType, access, lenAccess, lenAccessGuard): argument
232 def doAllocSpace(self, vulkanType): argument
268 def getOptionalStringFeatureExpr(self, vulkanType): argument
276 def onCheck(self, vulkanType): argument
320 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument
324 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument
[all …]
Dtransform.py59 def doParam(i, vulkanType): argument
84 def directTransform(resourceTrackerVarName, vulkanType, getExpr, getLen, cgen, variant="tohost"): argument
129 def makeCastExpr(self, vulkanType): argument
133 def asNonConstCast(self, access, vulkanType): argument
142 def onCheck(self, vulkanType): argument
145 def endCheck(self, vulkanType): argument
148 def onCompoundType(self, vulkanType): argument
189 def onString(self, vulkanType): argument
192 def onStringArray(self, vulkanType): argument
195 def onStaticArr(self, vulkanType): argument
[all …]
Dtesting.py61 def getTypeForCompare(self, vulkanType): argument
72 def makeCastExpr(self, vulkanType): argument
91 def compareWithConsequence(self, compareExpr, vulkanType, errMsg=""): argument
96 def onCheck(self, vulkanType): argument
119 def endCheck(self, vulkanType): argument
129 def onCompoundType(self, vulkanType): argument
180 def onString(self, vulkanType): argument
201 def onStringArray(self, vulkanType): argument
255 def onStaticArr(self, vulkanType): argument
268 def onStructExtension(self, vulkanType): argument
[all …]
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dcodegen.py345 def makeCTypeDecl(self, vulkanType, useParamName=True): argument
365 def makeRichCTypeDecl(self, vulkanType, useParamName=True): argument
433 vulkanType, argument
449 def makeRawLengthAccess(self, vulkanType): argument
462 vulkanType, argument
467 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument
525 def makeLengthAccessFromApi(self, api, vulkanType): argument
528 def handleSpecialCases(vulkanType): argument
571 def sizeofExpr(self, vulkanType): argument
576 vulkanType, argument
[all …]
Dvulkantypes.py1105 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType): argument
1106 def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType): argument
1146 def __init__(self, typeInfo, structInfo, vulkanType): argument