Home
last modified time | relevance | path

Searched refs:genFetch (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp727 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const string& coord, const string& lod) in genFetch() function
1347 checks << " temp = " << genFetch(m_data, numComponents, vecType, coord, "0") << ";\n"; in initPrograms()
1358 checks << " temp = " << genFetch(m_data, numComponents, vecType, coord, "0") << ";\n"; in initPrograms()
1473 checks << " if (c != 0) temp = " << genFetch(m_data, numComponents, vecType, coord0, "c") << "; else temp = " << vecType << "(0);\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp768 static string genFetch(const CaseDef &caseDef, int numComponents, const string& vecType, const string& coord, const string& lod) in genFetch() function
1388 checks << " temp = " << genFetch(m_data, numComponents, vecType, coord, "0") << ";\n"; in initPrograms()
1399 checks << " temp = " << genFetch(m_data, numComponents, vecType, coord, "0") << ";\n"; in initPrograms()
1499 checks << " if (c != 0) temp = " << genFetch(m_data, numComponents, vecType, coord0, "c") << "; else temp = " << vecType << "(0);\n"; in initPrograms()

Completed in 11 milliseconds