Lines Matching defs:self
32 def __init__(self, cgen, inputVars, onFailCompareVar, prefix): argument
61 def getTypeForCompare(self, vulkanType): argument
72 def makeCastExpr(self, vulkanType): argument
76 def makeEqualExpr(self, lhs, rhs): argument
79 def makeEqualBufExpr(self, lhs, rhs, size): argument
82 def makeEqualStringExpr(self, lhs, rhs): argument
85 def makeBothNotNullExpr(self, lhs, rhs): argument
88 def makeBothNullExpr(self, lhs, rhs): 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
277 def onPointer(self, vulkanType): argument
303 def onValue(self, vulkanType): argument
313 def __init__(self, module, typeInfo): argument
334 def onBegin(self,): argument
339 def onGenType(self, typeXml, name, alias): argument
379 def onGenCmd(self, cmdinfo, name, alias): argument
382 def onEnd(self,): argument