/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
H A D | marshaling.py | 65 def getTypeForStreaming(self, vulkanType): argument 79 def makeCastExpr(self, vulkanType): argument 83 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): argument 91 def genPrimitiveStreamCall(self, vulkanType, access): argument 101 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument 154 def doAllocSpace(self, vulkanType): argument 170 def getOptionalStringFeatureExpr(self, vulkanType): argument 176 def onCheck(self, vulkanType): argument 225 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument 229 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument [all …]
|
H A D | counting.py | 38 def getTypeForStreaming(self, vulkanType): argument 49 def makeCastExpr(self, vulkanType): argument 56 def genPrimitiveStreamCall(self, vulkanType): argument 61 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument 105 def doAllocSpace(self, vulkanType): argument 108 def getOptionalStringFeatureExpr(self, vulkanType): argument 114 def onCheck(self, vulkanType): argument 153 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument 157 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument 162 def finalCheckWithNullOptionalStringFeature(self, vulkanType): argument [all …]
|
H A D | reservedmarshaling.py | 72 def getTypeForStreaming(self, vulkanType): argument 86 def makeCastExpr(self, vulkanType): argument 128 def genStreamCall(self, vulkanType, toStreamExpr, sizeExpr): argument 133 def genPrimitiveStreamCall(self, vulkanType, access): argument 146 def genHandleMappingCall(self, vulkanType, access, lenAccess, lenAccessGuard): argument 227 def doAllocSpace(self, vulkanType): argument 263 def getOptionalStringFeatureExpr(self, vulkanType): argument 269 def onCheck(self, vulkanType): argument 313 def onCheckWithNullOptionalStringFeature(self, vulkanType): argument 317 def endCheckWithNullOptionalStringFeature(self, vulkanType): argument [all …]
|
H A D | deepcopy.py | 43 def needSkip(self, vulkanType): argument 46 def makeCastExpr(self, vulkanType): argument 50 def makeNonConstCastForCopy(self, access, vulkanType): argument 59 def makeAllocBytesExpr(self, lenAccess, vulkanType): argument 69 def onCheck(self, vulkanType): argument 72 def endCheck(self, vulkanType): argument 75 def onCompoundType(self, vulkanType): argument 136 def onString(self, vulkanType): argument 151 def onStringArray(self, vulkanType): argument 169 def onStaticArr(self, vulkanType): argument [all …]
|
H A D | transform.py | 47 def doParam(i, vulkanType): argument 72 def directTransform(resourceTrackerVarName, vulkanType, getExpr, getLen, cgen, variant="tohost"): argument 117 def makeCastExpr(self, vulkanType): argument 121 def asNonConstCast(self, access, vulkanType): argument 130 def onCheck(self, vulkanType): argument 133 def endCheck(self, vulkanType): argument 136 def onCompoundType(self, vulkanType): argument 177 def onString(self, vulkanType): argument 180 def onStringArray(self, vulkanType): argument 183 def onStaticArr(self, vulkanType): argument [all …]
|
H A D | handlemap.py | 35 def needSkip(self, vulkanType): argument 38 def makeCastExpr(self, vulkanType): argument 42 def asNonConstCast(self, access, vulkanType): argument 51 def onCheck(self, vulkanType): argument 54 def endCheck(self, vulkanType): argument 57 def onCompoundType(self, vulkanType): argument 98 def onString(self, vulkanType): argument 101 def onStringArray(self, vulkanType): argument 104 def onStaticArr(self, vulkanType): argument 116 def onStructExtension(self, vulkanType): argument [all …]
|
H A D | testing.py | 49 def getTypeForCompare(self, vulkanType): argument 60 def makeCastExpr(self, vulkanType): argument 79 def compareWithConsequence(self, compareExpr, vulkanType, errMsg=""): argument 84 def onCheck(self, vulkanType): argument 107 def endCheck(self, vulkanType): argument 117 def onCompoundType(self, vulkanType): argument 168 def onString(self, vulkanType): argument 189 def onStringArray(self, vulkanType): argument 243 def onStaticArr(self, vulkanType): argument 256 def onStructExtension(self, vulkanType): argument [all …]
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
H A D | codegen.py | 358 def makeCTypeDecl(self, vulkanType, useParamName=True): argument 378 def makeRichCTypeDecl(self, vulkanType, useParamName=True): argument 446 vulkanType, argument 462 def makeRawLengthAccess(self, vulkanType): argument 475 vulkanType, argument 480 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument 538 def makeLengthAccessFromApi(self, api, vulkanType): argument 541 def handleSpecialCases(vulkanType): argument 584 def sizeofExpr(self, vulkanType): argument 589 vulkanType, argument [all …]
|
H A D | vulkantypes.py | 1199 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType): argument 1200 def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType): argument 1240 def __init__(self, typeInfo, structInfo, vulkanType): argument
|