Searched refs:poolSizeCount (Results 1 – 13 of 13) sorted by relevance
30 createInfo.poolSizeCount = 1; in GrVkDescriptorPool()
126 if (createInfo.poolSizeCount) { // Shadow type struct from ptr into local struct127 size_t poolSizeCountSize = createInfo.poolSizeCount * sizeof(VkDescriptorPoolSize);132 for (i = 0; i < createInfo.poolSizeCount; ++i) {
890 …iptor Sets' which states 'pPoolSizes must be a pointer to an array of poolSizeCount valid VkDescri…891 …an Spec Section '13.2.3. Allocation of Descriptor Sets' which states 'poolSizeCount must be greate…
2062 ds_pool_ci.poolSizeCount = 1; in TEST_F()2144 ds_pool_ci.poolSizeCount = 1; in TEST_F()3528 ds_pool_ci.poolSizeCount = 1; in TEST_F()3584 ds_pool_ci.poolSizeCount = 1; in TEST_F()3734 ds_pool_ci.poolSizeCount = sizeof(ds_type_count) / sizeof(VkDescriptorPoolSize); in TEST_F()3931 ds_pool_ci.poolSizeCount = 1; in TEST_F()4647 ds_pool_ci.poolSizeCount = 1; in TEST_F()4806 ds_pool_ci.poolSizeCount = 1; in TEST_F()5059 ds_pool_ci.poolSizeCount = 1; in TEST_F()5208 ds_pool_ci.poolSizeCount = 1; in TEST_F()[all …]
481 pool.poolSizeCount = sizes.size(); in CreateVKDescriptorSet()
609 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in DescriptorPoolCreateInfo()618 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in addDescriptors()
528 desc_pool_info.poolSizeCount = 1; in create_descriptor_sets()
871 deUint32 poolSizeCount; member
2740 s << "\tpoolSizeCount = " << value.poolSizeCount << '\n';
13650 , poolSizeCount( poolSizeCount_ ) in DescriptorPoolCreateInfo()13692 poolSizeCount = poolSizeCount_; in setPoolSizeCount()13713 && ( poolSizeCount == rhs.poolSizeCount ) in operator ==()13729 uint32_t poolSizeCount; member
1970 uint32_t poolSizeCount; member
1868 .poolSizeCount = 2, in demo_prepare_descriptor_pool()
2004 uint32_t poolSizeCount; member