/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_descriptor_pool.h | 121 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/ |
D | VkDescriptorPool.cpp | 51 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/ |
D | tu_descriptor_set.c | 658 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/ |
D | vktApiNullHandleTests.cpp | 262 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/ |
D | vktApiNullHandleTests.cpp | 262 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/ |
D | radv_descriptor_set.c | 803 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/ |
D | anv_descriptor_set.c | 881 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/ |
D | GrVkDescriptorPool.cpp | 31 createInfo.pPoolSizes = &poolSize; in GrVkDescriptorPool()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_descriptor_set.c | 426 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/ |
D | GrVkDescriptorPool.cpp | 29 createInfo.pPoolSizes = &poolSize; in Create()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_descriptor_set.c | 222 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/ |
D | BindGroupVk.cpp | 42 createInfo.pPoolSizes = poolSizes.data(); in BindGroup()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.cpp | 145 createInfo.pPoolSizes = mPoolSizes.data(); in AllocateDescriptorPool()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_descriptor_set.c | 314 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/ |
D | main.cpp | 170 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 180 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | pipeline.cc | 140 pool_info.pPoolSizes = pool_sizes.data(); in CreateDescriptorPools()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 202 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 194 pool_info.pPoolSizes = pool_sizes; in SetupVulkan()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 610 pPoolSizes = &m_poolSizeCounts[0]; in DescriptorPoolCreateInfo() 619 pPoolSizes = &m_poolSizeCounts[0]; in addDescriptors()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 610 pPoolSizes = &m_poolSizeCounts[0]; in DescriptorPoolCreateInfo() 619 pPoolSizes = &m_poolSizeCounts[0]; in addDescriptors()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 341 poolInfo.pPoolSizes = poolSizes.data(); in createCommandBuffers()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_descriptor_set.c | 1024 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/ |
D | descriptorsets.txt | 2207 * 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/ |
D | dzn_descriptor_set.c | 1368 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()
|