Searched refs:TypeTestResults (Results 1 – 1 of 1) sorted by relevance
1052 class TypeTestResults: public TypeTestResultsBase class1055 TypeTestResults();1059 TypeTestResults<deFloat16>::TypeTestResults() in TypeTestResults() function in vkt::SpirVAssembly::__anonedfcea740111::TypeTestResults1193 TypeTestResults<float>::TypeTestResults() in TypeTestResults() function in vkt::SpirVAssembly::__anonedfcea740111::TypeTestResults1321 TypeTestResults<double>::TypeTestResults() in TypeTestResults() function in vkt::SpirVAssembly::__anonedfcea740111::TypeTestResults2899 m_typeData[FP16].testResults = TypeTestResultsSP(new TypeTestResults<deFloat16>); in TestGroupBuilderBase()2903 m_typeData[FP32].testResults = TypeTestResultsSP(new TypeTestResults<float>); in TestGroupBuilderBase()2907 m_typeData[FP64].testResults = TypeTestResultsSP(new TypeTestResults<double>); in TestGroupBuilderBase()