Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp935 bool allCompilesOk = true; in execute() local
1006 allCompilesOk = false; in execute()
1031 allCompilesOk = false; in execute()
1065 if (!allCompilesOk) in execute()
1072 if (allCompilesOk && !allLinksOk) in execute()
1074 else if (allCompilesOk) in execute()
1079 if (!allCompilesOk) in execute()
1086 if (allCompilesOk && allLinksOk) in execute()
1106 if (allCompilesOk && !allLinksOk) in execute()
1115 else if (m_spec.expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk) in execute()