Lines Matching defs:count
515 Move<VkBuffer> createBufferAndBindMemory (const DeviceHelper& devHelper, SimpleAllocator& allocator, const tcu::UVec4 color, deUint32 count, de::MovePtr<Allocation>* pAlloc)
526 count * 4, // VkDeviceSize size;
540 std::vector<deUint32> colors (count, color32);
628 // Return an iteration count that is as high as possible while keeping the test time and memory usage reasonable.
1219 // Test that querying only the count works.
1233 // Check result when count is 0
1239 // Check result when count is too small
1253 return tcu::TestStatus::fail("Query overwrote beyond returned count");
1260 // Check result when count is correct
1269 return tcu::TestStatus::fail("Re-query returned different results count than provided");
1275 // Check that querying with a count higher than supported still returns as many results as before.
1284 return tcu::TestStatus::fail("Re-query returned different results count than provided");
1290 return tcu::TestStatus::fail("Query overwrote beyond returned count");
2032 return tcu::TestStatus::fail("min and max image count for shared present modes must be 1");