Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp174 …erface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNex… in build() argument
182 maxSets, in build()
DvkBuilderUtil.hpp118 …erface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNex…
DvkStructTypes.inl870 deUint32 maxSets; member
DvkVulkan_c.inl2343 deUint32 maxSets; member
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp29 createInfo.maxSets = count; in GrVkDescriptorPool()
/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.cpp29 createInfo.maxSets = count; in GrVkDescriptorPool()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h151 uint32_t maxSets; // Max descriptor sets allowed in this pool
161 maxSets(pCreateInfo->maxSets),
162 availableSets(pCreateInfo->maxSets),
Dgpu_validation.cpp254 desc_pool_info.maxSets = pool_count; in GetDescriptorSets()
262 desc_pool_map_[pool_to_use].size = desc_pool_info.maxSets; in GetDescriptorSets()
Dparameter_validation_utils.cpp2527 if (pCreateInfo->maxSets <= 0) { in manual_PreCallValidateCreateDescriptorPool()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c433 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/
DvktApiObjectManagementTests.cpp1939 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/
DvktDrawCreateInfoUtil.hpp270 deUint32 maxSets);
DvktDrawCreateInfoUtil.cpp608 maxSets = _maxSets; in DescriptorPoolCreateInfo()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c643 .maxSets = 1, in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c643 .maxSets = 1, in main()
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c335 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) + in anv_CreateDescriptorPool()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h672 info.maxSets = max_sets; in create_info()
Dlayer_validation_tests.cpp3134 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 …]
Dvkrenderframework.cpp765 pool.maxSets = 1; in CreateVKDescriptorSet()
/external/mesa3d/include/vulkan/
Dvulkan.h2270 uint32_t maxSets; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2440 uint32_t maxSets; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2440 uint32_t maxSets; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2605 uint32_t maxSets; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2558 uint32_t maxSets; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2340 uint32_t maxSets; member

12