Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp814 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic() function
1311 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genAtomic(m_data.descriptorType, bufType, coord) << ";\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp855 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic() function
1352 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genAtomic(m_data.descriptorType, bufType, coord) << ";\n"; in initPrograms()

Completed in 10 milliseconds