Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1614 …void build(vector<OperationTestCase>& testCases, TypeTestResultsSP typeTestResults, bool arguments…
2130 …ilder::build(vector<OperationTestCase>& testCases, TypeTestResultsSP typeTestResults, bool argumen… in build() argument
2137 bool isFP16 = typeTestResults->floatType() == FP16; in build()
2140 for (size_t i = 0 ; i < typeTestResults->binaryOpFTZ.size() ; ++i) in build()
2142 const BinaryCase& binaryCase = typeTestResults->binaryOpFTZ[i]; in build()
2159 for (size_t i = 0 ; i < typeTestResults->unaryOpFTZ.size() ; ++i) in build()
2161 const UnaryCase& unaryCase = typeTestResults->unaryOpFTZ[i]; in build()
2170 for (size_t i = 0 ; i < typeTestResults->binaryOpDenormPreserve.size() ; ++i) in build()
2172 const BinaryCase& binaryCase = typeTestResults->binaryOpDenormPreserve[i]; in build()
2189 for (size_t i = 0 ; i < typeTestResults->unaryOpDenormPreserve.size() ; ++i) in build()
[all …]