/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 132 …st DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const in build() 140 maxSets, in build()
|
D | vkBuilderUtil.hpp | 97 …t DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const;
|
D | vkStructTypes.inl | 870 deUint32 maxSets; member
|
D | vkStrUtilImpl.inl | 2549 s << "\tmaxSets = " << value.maxSets << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 624 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()
|
D | parameter_validation.cpp | 3561 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/ |
D | GrVkDescriptorPool.cpp | 34 createInfo.maxSets = 2; // Currently we allow one set for samplers and one set for uniforms in GrVkDescriptorPool()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 951 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 …]
|
D | vkrenderframework.cpp | 489 pool.maxSets = 1; in CreateVKDescriptorSet()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1779 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/ |
D | vktDrawCreateInfoUtil.hpp | 270 deUint32 maxSets);
|
D | vktDrawCreateInfoUtil.cpp | 608 maxSets = _maxSets; in DescriptorPoolCreateInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.hpp | 270 deUint32 maxSets);
|
D | vktQueryPoolCreateInfoUtil.cpp | 611 maxSets = _maxSets; in DescriptorPoolCreateInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.hpp | 272 deUint32 maxSets);
|
D | vktDynamicStateCreateInfoUtil.cpp | 608 maxSets = _maxSets; in DescriptorPoolCreateInfo()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 532 desc_pool_info.maxSets = frame_data_.size(); in create_descriptor_sets()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1390 .maxSets = 1, in demo_prepare_descriptor_pool()
|
D | cube.c | 1652 .maxSets = 1, in demo_prepare_descriptor_pool()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1913 uint32_t maxSets; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1922 uint32_t maxSets; member
|