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.py326 …, source_types = None, dest_type = None, c_expression = None, flags = None, all_signatures = None): argument
335 self.all_signatures = all_signatures
411 if self.all_signatures is not None:
412 return self.all_signatures
608 all_signatures=((float_type, (float_type, int_type)),
643all_signatures=zip(all_types, zip(len(all_types) * (bool_type,), all_types, all_types)),
647 all_signatures=((int_type, (uint_type, int_type, int_type)),
660 all_signatures=((uint_type, (uint_type, uint_type, int_type, int_type)),