Home
last modified time | relevance | path

Searched refs:maxSets (Results 1 – 21 of 21) 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.inl2549 s << "\tmaxSets = " << value.maxSets << '\n';
/external/vulkan-validation-layers/layers/
Dcore_validation.h624 uint32_t maxSets; // Max descriptor sets allowed in this pool member
633 …: pool(pool), maxSets(pCreateInfo->maxSets), availableSets(pCreateInfo->maxSets), createInfo(*pCre… in _DESCRIPTOR_POOL_NODE()
Dparameter_validation.cpp3561 bool PostCreateDescriptorPool(VkDevice device, uint32_t maxSets, VkDescriptorPool *pDescriptorPool,… in PostCreateDescriptorPool() argument
3591 PostCreateDescriptorPool(device, pCreateInfo->maxSets, pDescriptorPool, result); in vkCreateDescriptorPool()
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp34 createInfo.maxSets = 2; // Currently we allow one set for samplers and one set for uniforms in GrVkDescriptorPool()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp951 ds_pool_ci.maxSets = 1; in TEST_F()
1405 ds_pool_ci.maxSets = 1; in TEST_F()
1469 ds_pool_ci.maxSets = 1; in TEST_F()
1601 ds_pool_ci.maxSets = 1; in TEST_F()
1694 ds_pool_ci.maxSets = 1; in TEST_F()
1776 ds_pool_ci.maxSets = 1; in TEST_F()
2030 ds_pool_ci.maxSets = 5; in TEST_F()
2589 ds_pool_ci.maxSets = 1; in TEST_F()
2850 ds_pool_ci.maxSets = 1; in TEST_F()
2977 ds_pool_ci.maxSets = 1; in TEST_F()
[all …]
Dvkrenderframework.cpp489 pool.maxSets = 1; in CreateVKDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1779 deUint32 maxSets; member
1786 , maxSets (maxSets_) in Parameters()
1791 deUint32 maxSets, in singleType()
1797 return Parameters(flags, maxSets, poolSizes); in singleType()
1818 params.maxSets, in create()
1845 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1857 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/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp270 deUint32 maxSets);
DvktQueryPoolCreateInfoUtil.cpp611 maxSets = _maxSets; in DescriptorPoolCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp272 deUint32 maxSets);
DvktDynamicStateCreateInfoUtil.cpp608 maxSets = _maxSets; in DescriptorPoolCreateInfo()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp532 desc_pool_info.maxSets = frame_data_.size(); in create_descriptor_sets()
/external/vulkan-validation-layers/demos/
Dtri.c1390 .maxSets = 1, in demo_prepare_descriptor_pool()
Dcube.c1652 .maxSets = 1, in demo_prepare_descriptor_pool()
/external/skia/third_party/vulkan/
Dvulkan.h1913 uint32_t maxSets; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1922 uint32_t maxSets; member