Searched refs:genStore (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 770 // Get the value stored by genStore. 793 static string genStore(int descriptorType, const string& vecType, const string& bufType, const string& coord) in genStore() function 1307 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genStore(m_data.descriptorType, vecType, bufType, coord) << ";\n"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 811 // Get the value stored by genStore. 834 static string genStore(int descriptorType, const string& vecType, const string& bufType, const string& coord) in genStore() function 1348 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genStore(m_data.descriptorType, vecType, bufType, coord) << ";\n"; in initPrograms()
|
Completed in 10 milliseconds