Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:exprs

606     def genCheckedLengthCall(self, name, exprs):
617 for expr in exprs:
625 return exprs
628 def genConditionalCall(self, prefix, condition, exprs):
635 for expr in exprs: