Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py71 arithOperations = {'+': 'add', '*':'mul', '/': 'div', '-':'sub'} variable
75 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
96 for op in arithOperations:
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py75 arithOperations = {'+': 'add', '*':'mul', '/': 'div', '-':'sub'} variable
79 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
102 for op in arithOperations: