Home
last modified time | relevance | path

Searched refs:m_counts (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp150 for (size_t ndx = 0; ndx < m_counts.size(); ++ndx) in addType()
152 if (m_counts[ndx].type == type) in addType()
155 m_counts[ndx].descriptorCount += numDescriptors; in addType()
168 m_counts.push_back(typeCount); in addType()
176 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]); in build()
183 (deUint32)m_counts.size(), // poolSizeCount in build()
DvkBuilderUtil.hpp124 std::vector<VkDescriptorPoolSize> m_counts; member in vk::DescriptorPoolBuilder
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp1453 MessageCounter m_counts; member in deqp::gles31::Functional::__anon3b70e1be0111::AsyncCase
1506 if (m_counts.empty()) in iterate()
1520 for (MessageCounter::iterator itr = m_counts.begin(); itr != m_counts.end(); itr++) in iterate()
1601 m_counts[MessageID(source, type, id)].received++; in callback()
1628 m_counts[MessageID(msg.id)].received++; in fetchLogMessages()
1642 …for (map<MessageID, MessageCount>::const_iterator itr = m_counts.begin(); itr != m_counts.end(); i… in verify()