Home
last modified time | relevance | path

Searched refs:pPoolSizes (Results 1 – 25 of 56) sorted by relevance

123

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_pool.h121 if (val->pPoolSizes) { in vn_sizeof_VkDescriptorPoolCreateInfo_self()
124 size += vn_sizeof_VkDescriptorPoolSize(&val->pPoolSizes[i]); in vn_sizeof_VkDescriptorPoolCreateInfo_self()
175 if (val->pPoolSizes) { in vn_encode_VkDescriptorPoolCreateInfo_self()
178 vn_encode_VkDescriptorPoolSize(enc, &val->pPoolSizes[i]); in vn_encode_VkDescriptorPoolCreateInfo_self()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp51 size += pCreateInfo->pPoolSizes[i].descriptorCount * in ComputeRequiredAllocationSize()
52 sw::align(DescriptorSetLayout::GetDescriptorSize(pCreateInfo->pPoolSizes[i].type), 16); in ComputeRequiredAllocationSize()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c658 if (pCreateInfo->pPoolSizes[i].type != VK_DESCRIPTOR_TYPE_SAMPLER) in tu_CreateDescriptorPool()
659 bo_count += pCreateInfo->pPoolSizes[i].descriptorCount; in tu_CreateDescriptorPool()
661 switch(pCreateInfo->pPoolSizes[i].type) { in tu_CreateDescriptorPool()
664 dynamic_size += descriptor_size(device, pCreateInfo->pPoolSizes[i].type) * in tu_CreateDescriptorPool()
665 pCreateInfo->pPoolSizes[i].descriptorCount; in tu_CreateDescriptorPool()
672 pCreateInfo->pPoolSizes[i].descriptorCount; in tu_CreateDescriptorPool()
676 pCreateInfo->pPoolSizes[i].descriptorCount; in tu_CreateDescriptorPool()
683 bo_size += descriptor_size(device, pCreateInfo->pPoolSizes[i].type) * in tu_CreateDescriptorPool()
684 pCreateInfo->pPoolSizes[i].descriptorCount; in tu_CreateDescriptorPool()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiNullHandleTests.cpp262 const VkDescriptorPoolSize pPoolSizes[] = in test() local
275 …static_cast<deUint32>(DE_LENGTH_OF_ARRAY(pPoolSizes)), // uint32_t poolSize… in test()
276 pPoolSizes, // const VkDescriptorPoolSize* pPoolSizes; in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp262 const VkDescriptorPoolSize pPoolSizes[] = in test() local
275 …static_cast<deUint32>(DE_LENGTH_OF_ARRAY(pPoolSizes)), // uint32_t poolSize… in test()
276 pPoolSizes, // const VkDescriptorPoolSize* pPoolSizes; in test()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c803 bo_count += radv_descriptor_type_buffer_count(pCreateInfo->pPoolSizes[i].type) * in radv_CreateDescriptorPool()
804 pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
806 switch (pCreateInfo->pPoolSizes[i].type) { in radv_CreateDescriptorPool()
809 range_count += pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
819 bo_size += 32 * pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
823 bo_size += 64 * pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
837 bo_size += mutable_size * pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
840 bo_size += 64 * pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
844 bo_size += 96 * pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
847 bo_size += pCreateInfo->pPoolSizes[i].descriptorCount; in radv_CreateDescriptorPool()
/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c881 pCreateInfo->pPoolSizes[i].type == VK_DESCRIPTOR_TYPE_MUTABLE_VALVE ? in anv_CreateDescriptorPool()
883 anv_descriptor_data_for_type(device->physical, pCreateInfo->pPoolSizes[i].type); in anv_CreateDescriptorPool()
886 buffer_view_count += pCreateInfo->pPoolSizes[i].descriptorCount; in anv_CreateDescriptorPool()
889 pCreateInfo->pPoolSizes[i].type == VK_DESCRIPTOR_TYPE_MUTABLE_VALVE ? in anv_CreateDescriptorPool()
893 desc_data_size *= pCreateInfo->pPoolSizes[i].descriptorCount; in anv_CreateDescriptorPool()
898 if (pCreateInfo->pPoolSizes[i].type == in anv_CreateDescriptorPool()
902 if (pCreateInfo->pPoolSizes[i].type == in anv_CreateDescriptorPool()
908 desc_data_size += pCreateInfo->pPoolSizes[i].descriptorCount; in anv_CreateDescriptorPool()
913 descriptor_count += pCreateInfo->pPoolSizes[i].descriptorCount; in anv_CreateDescriptorPool()
/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp31 createInfo.pPoolSizes = &poolSize; in GrVkDescriptorPool()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c426 switch(pCreateInfo->pPoolSizes[i].type) { in v3dv_CreateDescriptorPool()
445 assert(pCreateInfo->pPoolSizes[i].descriptorCount > 0); in v3dv_CreateDescriptorPool()
446 if (pCreateInfo->pPoolSizes[i].type == in v3dv_CreateDescriptorPool()
453 bo_size += pCreateInfo->pPoolSizes[i].descriptorCount; in v3dv_CreateDescriptorPool()
455 descriptor_count += pCreateInfo->pPoolSizes[i].descriptorCount; in v3dv_CreateDescriptorPool()
456 bo_size += v3dv_X(device, descriptor_bo_size)(pCreateInfo->pPoolSizes[i].type) * in v3dv_CreateDescriptorPool()
457 pCreateInfo->pPoolSizes[i].descriptorCount; in v3dv_CreateDescriptorPool()
/third_party/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp29 createInfo.pPoolSizes = &poolSize; in Create()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c222 unsigned desc_count = pCreateInfo->pPoolSizes[i].descriptorCount; in panvk_CreateDescriptorPool()
224 switch(pCreateInfo->pPoolSizes[i].type) { in panvk_CreateDescriptorPool()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp42 createInfo.pPoolSizes = poolSizes.data(); in BindGroup()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp145 createInfo.pPoolSizes = mPoolSizes.data(); in AllocateDescriptorPool()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c314 const VkDescriptorPoolSize *pool_size = &pCreateInfo->pPoolSizes[i]; in vn_CreateDescriptorPool()
321 assert((pCreateInfo->pPoolSizes[i].type != in vn_CreateDescriptorPool()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp170 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp180 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc140 pool_info.pPoolSizes = pool_sizes.data(); in CreateDescriptorPools()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp202 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp194 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp610 pPoolSizes = &m_poolSizeCounts[0]; in DescriptorPoolCreateInfo()
619 pPoolSizes = &m_poolSizeCounts[0]; in addDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp610 pPoolSizes = &m_poolSizeCounts[0]; in DescriptorPoolCreateInfo()
619 pPoolSizes = &m_poolSizeCounts[0]; in addDescriptors()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp341 poolInfo.pPoolSizes = poolSizes.data(); in createCommandBuffers()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_descriptor_set.c1024 pCreateInfo->pPoolSizes[i].descriptorCount; in pvr_CreateDescriptorPool()
1027 pCreateInfo->pPoolSizes[i].type, in pvr_CreateDescriptorPool()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.txt2207 * pname:poolSizeCount is the number of elements in pname:pPoolSizes.
2208 * pname:pPoolSizes is a pointer to an array of slink:VkDescriptorPoolSize
2213 descriptor type appear in the pname:pPoolSizes array then the pool will be
2250 If a pname:pPoolSizes[i]::pname:type is
2269 Multiple pname:pPoolSizes entries with
2271 When multiple such pool entries are present in pname:pPoolSizes, they
2280 pname:pPoolSizes.
2286 validation as there is no confusion which pname:pPoolSizes entries will be
2309 is not enabled, pname:pPoolSizes must: not contain a
2316 * [[VUID-VkDescriptorPoolCreateInfo-pPoolSizes-04787]]
[all …]
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c1368 VkDescriptorType type = pCreateInfo->pPoolSizes[p].type; in dzn_descriptor_pool_create()
1369 uint32_t num_desc = pCreateInfo->pPoolSizes[p].descriptorCount; in dzn_descriptor_pool_create()

123