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 108 for (size_t ndx = 0; ndx < m_counts.size(); ++ndx)
110 if (m_counts[ndx].type == type)
113 m_counts[ndx].descriptorCount += numDescriptors;
126 m_counts.push_back(typeCount);
134 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]);
141 (deUint32)m_counts.size(), // poolSizeCount
vkBuilderUtil.hpp 103 std::vector<VkDescriptorPoolSize> m_counts; member in class:vk::DescriptorPoolBuilder
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]

Completed in 298 milliseconds