/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 174 …erface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNex… in build() argument 182 maxSets, in build()
|
D | vkBuilderUtil.hpp | 118 …erface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNex…
|
D | vkStructTypes.inl | 870 deUint32 maxSets; member
|
D | vkVulkan_c.inl | 2343 deUint32 maxSets; member
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 29 createInfo.maxSets = count; in GrVkDescriptorPool()
|
/external/skqp/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 29 createInfo.maxSets = count; in GrVkDescriptorPool()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 151 uint32_t maxSets; // Max descriptor sets allowed in this pool 161 maxSets(pCreateInfo->maxSets), 162 availableSets(pCreateInfo->maxSets),
|
D | gpu_validation.cpp | 254 desc_pool_info.maxSets = pool_count; in GetDescriptorSets() 262 desc_pool_map_[pool_to_use].size = desc_pool_info.maxSets; in GetDescriptorSets()
|
D | parameter_validation_utils.cpp | 2527 if (pCreateInfo->maxSets <= 0) { in manual_PreCallValidateCreateDescriptorPool()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 433 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct radv_descriptor_set); in radv_CreateDescriptorPool() 438 size += sizeof(struct radv_descriptor_pool_entry) * pCreateInfo->maxSets; in radv_CreateDescriptorPool() 462 pool->max_entry_count = pCreateInfo->maxSets; in radv_CreateDescriptorPool()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1939 deUint32 maxSets; member 1946 , maxSets (maxSets_) in Parameters() 1951 deUint32 maxSets, in singleType() 1957 return Parameters(flags, maxSets, poolSizes); in singleType() 1978 params.maxSets, in create() 2005 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes() 2017 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/skqp/src/compute/hs/vk/bench/ |
D | main.c | 643 .maxSets = 1, in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 643 .maxSets = 1, in main()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 335 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) + in anv_CreateDescriptorPool()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 672 info.maxSets = max_sets; in create_info()
|
D | layer_validation_tests.cpp | 3134 ds_pool_ci.maxSets = 1; in TEST_F() 8523 ds_pool_ci.maxSets = 1; in TEST_F() 8590 ds_pool_ci.maxSets = 1; in TEST_F() 9517 ds_pool_ci.maxSets = 1; in TEST_F() 10245 ds_pool_ci.maxSets = 1; in TEST_F() 10391 ds_pool_ci.maxSets = 1; in TEST_F() 10809 ds_pool_ci.maxSets = 1; in TEST_F() 11057 ds_pool_ci.maxSets = 1; in TEST_F() 11183 ds_pool_ci.maxSets = 1; in TEST_F() 11308 ds_pool_ci.maxSets = 1; in TEST_F() [all …]
|
D | vkrenderframework.cpp | 765 pool.maxSets = 1; in CreateVKDescriptorSet()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2270 uint32_t maxSets; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2440 uint32_t maxSets; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2440 uint32_t maxSets; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2605 uint32_t maxSets; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2558 uint32_t maxSets; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2340 uint32_t maxSets; member
|