HomeSort by relevance Sort by last modified time
    Searched refs:m_counts (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 150 for (size_t ndx = 0; ndx < m_counts.size(); ++ndx)
152 if (m_counts[ndx].type == type)
155 m_counts[ndx].descriptorCount += numDescriptors;
168 m_counts.push_back(typeCount);
176 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]);
183 (deUint32)m_counts.size(), // poolSizeCount
vkBuilderUtil.hpp 124 std::vector<VkDescriptorPoolSize> m_counts; member in class:vk::DescriptorPoolBuilder
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]

Completed in 271 milliseconds