Searched refs:inboundcoords (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1097 checks << " int inboundcoords, clampedLayer;\n"; in initPrograms() 1238 checks << " inboundcoords = 0;\n"; in initPrograms() 1271 // UBOs can either strictly bounds check against inboundcoords, or can in initPrograms() 1280 checks << " inboundcoords = " << layout.refData.size() / (formatIsR64(format) ? sizeof(deUint64) : sizeof(deUint32)) / numComponents << ";\n"; in initPrograms() 1300 checks << " inboundcoords = " << coordDim << ";\n"; in initPrograms() 1303 string inboundcoords = in initPrograms() local 1305 (m_data.samples > VK_SAMPLE_COUNT_1_BIT && i == numCoords - 1) ? to_string(m_data.samples) : "inboundcoords"; in initPrograms() 1307 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genStore(m_data.descriptorType, vecType, bufType, coord) << ";\n"; in initPrograms() 1311 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genAtomic(m_data.descriptorType, bufType, coord) << ";\n"; in initPrograms() 1328 checks << " inboundcoords in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1138 checks << " int inboundcoords, clampedLayer;\n"; in initPrograms() 1279 checks << " inboundcoords = 0;\n"; in initPrograms() 1312 // UBOs can either strictly bounds check against inboundcoords, or can in initPrograms() 1321 checks << " inboundcoords = " << layout.refData.size() / (formatIsR64(format) ? sizeof(deUint64) : sizeof(deUint32)) / numComponents << ";\n"; in initPrograms() 1341 checks << " inboundcoords = " << coordDim << ";\n"; in initPrograms() 1344 string inboundcoords = in initPrograms() local 1346 (m_data.samples > VK_SAMPLE_COUNT_1_BIT && i == numCoords - 1) ? to_string(m_data.samples) : "inboundcoords"; in initPrograms() 1348 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genStore(m_data.descriptorType, vecType, bufType, coord) << ";\n"; in initPrograms() 1352 checks << " if (c < 0 || c >= " << inboundcoords << ") " << genAtomic(m_data.descriptorType, bufType, coord) << ";\n"; in initPrograms() 1369 checks << " inboundcoords in initPrograms() [all...] |
Completed in 6 milliseconds