HomeSort by relevance Sort by last modified time
    Searched refs:DeclarationCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 85 class DeclarationCase(ShaderCase):
204 validDeclarationCases.append(DeclarationCase(False, False, p)) # Correct order
206 invalidDeclarationCases.append(DeclarationCase(True, False, p)) # Incorrect order
209 invalidDeclarationCases.append(DeclarationCase(True, True, f)) # Correct order but invariant is not allowed as and input parameter
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 79 class DeclarationCase(ShaderCase):
183 validDeclarationCases.append(DeclarationCase(False, p)) # Correct order
185 invalidDeclarationCases.append(DeclarationCase(True, p)) # Incorrect order

Completed in 45 milliseconds