Home
last modified time | relevance | path

Searched refs:maxSets (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp27 createInfo.maxSets = count; in Create()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp174 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNext) const in build() argument
182 maxSets, in build()
H A DvkBuilderUtil.hpp118 Move<VkDescriptorPool> build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets, const void *pNext = DE_NULL) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1321 deUint32 maxSets; member
1328 , maxSets (maxSets_) in Parameters()
1333 deUint32 maxSets, in singleType()
1339 return Parameters(flags, maxSets, poolSizes); in singleType()
1355 params.maxSets, // uint32_t maxSets; in create()
1382 static std::vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1392 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
H A DvktMemoryDeviceMemoryReportTests.cpp1306 deUint32 maxSets; member
1313 , maxSets (maxSets_) in Parameters()
1318 deUint32 maxSets, in singleType()
1324 return Parameters(flags, maxSets, poolSizes); in singleType()
1340 params.maxSets, // uint32_t maxSets; in create()
1367 static std::vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1377 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1282 deUint32 maxSets; member
1289 , maxSets (maxSets_) in Parameters()
1294 deUint32 maxSets, in singleType()
1300 return Parameters(flags, maxSets, poolSizes); in singleType()
1316 params.maxSets, // uint32_t maxSets; in create()
1343 static std::vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1353 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
H A DvktMemoryDeviceMemoryReportTests.cpp1300 deUint32 maxSets; member
1307 , maxSets (maxSets_) in Parameters()
1312 deUint32 maxSets, in singleType()
1318 return Parameters(flags, maxSets, poolSizes); in singleType()
1334 params.maxSets, // uint32_t maxSets; in create()
1361 static std::vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1371 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_pool.h119 size += vn_sizeof_uint32_t(&val->maxSets); in vn_sizeof_VkDescriptorPoolCreateInfo_self()
173 vn_encode_uint32_t(enc, &val->maxSets); in vn_encode_VkDescriptorPoolCreateInfo_self()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp47 size_t size = pCreateInfo->maxSets * sw::align(sizeof(DescriptorSetHeader), 16); in ComputeRequiredAllocationSize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.cpp143 createInfo.maxSets = mMaxSets; in AllocateDescriptorPool()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c219 pool->max.sets = pCreateInfo->maxSets; in panvk_CreateDescriptorPool()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc138 pool_info.maxSets = 1; in CreateDescriptorPools()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp192 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp200 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c688 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct tu_descriptor_set); in tu_CreateDescriptorPool()
693 size += sizeof(struct tu_descriptor_pool_entry) * pCreateInfo->maxSets; in tu_CreateDescriptorPool()
726 pool->max_entry_count = pCreateInfo->maxSets; in tu_CreateDescriptorPool()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c472 pCreateInfo->maxSets * sizeof(struct v3dv_descriptor_set); in v3dv_CreateDescriptorPool()
476 size += sizeof(struct v3dv_descriptor_pool_entry) * pCreateInfo->maxSets; in v3dv_CreateDescriptorPool()
491 pool->max_entry_count = pCreateInfo->maxSets; in v3dv_CreateDescriptorPool()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c854 uint64_t entries_size = sizeof(struct radv_descriptor_pool_entry) * pCreateInfo->maxSets; in radv_CreateDescriptorPool()
858 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct radv_descriptor_set); in radv_CreateDescriptorPool()
909 pool->max_entry_count = pCreateInfo->maxSets; in radv_CreateDescriptorPool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2147 deUint32 maxSets; member
2154 , maxSets (maxSets_) in Parameters()
2159 deUint32 maxSets, in singleType()
2165 return Parameters(flags, maxSets, poolSizes); in singleType()
2186 params.maxSets, in create()
2213 static vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
2225 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp2147 deUint32 maxSets; member
2154 , maxSets (maxSets_) in Parameters()
2159 deUint32 maxSets, in singleType()
2165 return Parameters(flags, maxSets, poolSizes); in singleType()
2186 params.maxSets, in create()
2213 static vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
2225 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp270 deUint32 maxSets);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp270 deUint32 maxSets);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp342 poolInfo.maxSets = 1; in createCommandBuffers()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c308 pool->max.set_count = pCreateInfo->maxSets; in vn_CreateDescriptorPool()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c920 * extra space that we can chop it into maxSets pieces and align each one in anv_CreateDescriptorPool()
923 descriptor_bo_size += ANV_UBO_ALIGNMENT * pCreateInfo->maxSets; in anv_CreateDescriptorPool()
932 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) + in anv_CreateDescriptorPool()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c1354 VK_MULTIALLOC_DECL(&ma, struct dzn_descriptor_set, sets, pCreateInfo->maxSets); in dzn_descriptor_pool_create()
1362 pool->set_count = pCreateInfo->maxSets; in dzn_descriptor_pool_create()

Completed in 48 milliseconds

123