Home
last modified time | relevance | path

Searched refs:maxSets (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp132 …st DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const in build()
140 maxSets, in build()
DvkBuilderUtil.hpp97 …t DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const;
DvkStructTypes.inl870 deUint32 maxSets; member
DvkStrUtilImpl.inl2923 s << "\tmaxSets = " << value.maxSets << '\n';
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp29 createInfo.maxSets = count; in GrVkDescriptorPool()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h115 uint32_t maxSets; // Max descriptor sets allowed in this pool
124 …: pool(pool), maxSets(pCreateInfo->maxSets), availableSets(pCreateInfo->maxSets), createInfo(*pCre…
Dcore_validation.cpp3813 pPool->availableSets = pPool->maxSets; in clearDescriptorPool()
Dvk_validation_error_database.txt886 …ulkan Spec Section '13.2.3. Allocation of Descriptor Sets' which states 'maxSets must be greater t…
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2061 ds_pool_ci.maxSets = 1; in TEST_F()
2143 ds_pool_ci.maxSets = 1; in TEST_F()
3527 ds_pool_ci.maxSets = 1; in TEST_F()
3583 ds_pool_ci.maxSets = 1; in TEST_F()
3733 ds_pool_ci.maxSets = 1; in TEST_F()
3930 ds_pool_ci.maxSets = 1; in TEST_F()
4646 ds_pool_ci.maxSets = 1; in TEST_F()
4805 ds_pool_ci.maxSets = 1; in TEST_F()
5058 ds_pool_ci.maxSets = 1; in TEST_F()
5207 ds_pool_ci.maxSets = 1; in TEST_F()
[all …]
Dvkrenderframework.cpp482 pool.maxSets = 1; in CreateVKDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1859 deUint32 maxSets; member
1866 , maxSets (maxSets_) in Parameters()
1871 deUint32 maxSets, in singleType()
1877 return Parameters(flags, maxSets, poolSizes); in singleType()
1898 params.maxSets, in create()
1925 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1937 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp270 deUint32 maxSets);
DvktDrawCreateInfoUtil.cpp608 maxSets = _maxSets; in DescriptorPoolCreateInfo()
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c333 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) + in anv_CreateDescriptorPool()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c406 unsigned max_sets = pCreateInfo->maxSets * 2; in radv_CreateDescriptorPool()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp527 desc_pool_info.maxSets = static_cast<uint32_t>(frame_data_.size()); in create_descriptor_sets()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13649 , maxSets( maxSets_ ) in DescriptorPoolCreateInfo()
13686 maxSets = maxSets_; in setMaxSets()
13712 && ( maxSets == rhs.maxSets ) in operator ==()
13728 uint32_t maxSets; member
Dvulkan.h1969 uint32_t maxSets; member
/external/vulkan-validation-layers/demos/
Dcube.c1867 .maxSets = 1, in demo_prepare_descriptor_pool()
/external/mesa3d/include/vulkan/
Dvulkan.h1978 uint32_t maxSets; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2075 uint32_t maxSets; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2134 uint32_t maxSets; member