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.cpp108 for (size_t ndx = 0; ndx < m_counts.size(); ++ndx) in addType()
110 if (m_counts[ndx].type == type) in addType()
113 m_counts[ndx].descriptorCount += numDescriptors; in addType()
126 m_counts.push_back(typeCount); in addType()
134 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]); in build()
141 (deUint32)m_counts.size(), // poolSizeCount in build()
DvkBuilderUtil.hpp103 std::vector<VkDescriptorPoolSize> m_counts; member in vk::DescriptorPoolBuilder
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1451 MessageCounter m_counts; member in deqp::gles31::Functional::__anon3153c6be0111::AsyncCase
1504 if (m_counts.empty()) in iterate()
1518 for (MessageCounter::iterator itr = m_counts.begin(); itr != m_counts.end(); itr++) in iterate()
1599 m_counts[MessageID(source, type, id)].received++; in callback()
1626 m_counts[MessageID(msg.id)].received++; in fetchLogMessages()
1640 …for (map<MessageID, MessageCount>::const_iterator itr = m_counts.begin(); itr != m_counts.end(); i… in verify()