Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1452 MessageCounter m_counts; member in deqp::gles31::Functional::__anon0b3d5a1f0111::AsyncCase
1505 if (m_counts.empty()) in iterate()
1519 for (MessageCounter::iterator itr = m_counts.begin(); itr != m_counts.end(); itr++) in iterate()
1600 m_counts[MessageID(source, type, id)].received++; in callback()
1627 m_counts[MessageID(msg.id)].received++; in fetchLogMessages()
1641 …for (map<MessageID, MessageCount>::const_iterator itr = m_counts.begin(); itr != m_counts.end(); i… in verify()