Searched refs:testOperation (Results 1 – 1 of 1) sorted by relevance
3464 const Operation& testOperation = testCaseInfo.operation; in fillShaderSpec() local3531 if (testOperation.isInputTypeRestricted) in fillShaderSpec()3589 …if ((testOperation.floatUsage == FLOAT_ARITHMETIC && float16FeatureRequired && !float16CapabilityA… in fillShaderSpec()3624 needShaderFloat16 |= testOperation.floatUsage == FLOAT_ARITHMETIC; in fillShaderSpec()4208 const Operation& testOperation = testCaseInfo.operation; in createInstanceContext() local4285 if (testOperation.isInputTypeRestricted) in createInstanceContext()4359 if (testOperation.isInputTypeRestricted) in createInstanceContext()4419 if (testOperation.isInputTypeRestricted) in createInstanceContext()4432 if (testOperation.isInputTypeRestricted) in createInstanceContext()4461 needsShaderFloat16 |= float16FeatureRequired && testOperation.floatUsage == FLOAT_ARITHMETIC; in createInstanceContext()