Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py324 …, source_types = None, dest_type = None, c_expression = None, flags = None, all_signatures = None): argument
333 self.all_signatures = all_signatures
409 if self.all_signatures is not None:
410 return self.all_signatures
642 all_signatures=((float_type, (float_type, int_type)),
677all_signatures=zip(all_types, zip(len(all_types) * (bool_type,), all_types, all_types)),
681 all_signatures=((int_type, (uint_type, int_type, int_type)),
694 all_signatures=((uint_type, (uint_type, uint_type, int_type, int_type)),