Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp3464 const Operation& testOperation = testCaseInfo.operation; in fillShaderSpec() local
3531 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() local
4285 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()