Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp29 createInfo.maxSets = count; in GrVkDescriptorPool()
/third_party/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp27 createInfo.maxSets = count; in Create()
/third_party/vk-gl-cts/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…
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp40 createInfo.maxSets = 1; in BindGroup()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_pool.h47 size += vn_sizeof_uint32_t(&val->maxSets); in vn_sizeof_VkDescriptorPoolCreateInfo_self()
83 vn_encode_uint32_t(enc, &val->maxSets); in vn_encode_VkDescriptorPoolCreateInfo_self()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
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/
DDescriptorSetAllocator.cpp143 createInfo.maxSets = mMaxSets; in AllocateDescriptorPool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1293 deUint32 maxSets; member
1300 , maxSets (maxSets_) in Parameters()
1305 deUint32 maxSets, in singleType()
1311 return Parameters(flags, maxSets, poolSizes); in singleType()
1327 params.maxSets, // uint32_t maxSets; in create()
1354 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1364 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c425 pCreateInfo->maxSets * sizeof(struct v3dv_descriptor_set); in v3dv_CreateDescriptorPool()
429 size += sizeof(struct v3dv_descriptor_pool_entry) * pCreateInfo->maxSets; in v3dv_CreateDescriptorPool()
444 pool->max_entry_count = pCreateInfo->maxSets; in v3dv_CreateDescriptorPool()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c627 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct tu_descriptor_set); in tu_CreateDescriptorPool()
632 size += sizeof(struct tu_descriptor_pool_entry) * pCreateInfo->maxSets; in tu_CreateDescriptorPool()
665 pool->max_entry_count = pCreateInfo->maxSets; in tu_CreateDescriptorPool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1956 deUint32 maxSets; member
1963 , maxSets (maxSets_) in Parameters()
1968 deUint32 maxSets, in singleType()
1974 return Parameters(flags, maxSets, poolSizes); in singleType()
1995 params.maxSets, in create()
2022 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
2034 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c350 pool->max.sets = pCreateInfo->maxSets; in panvk_CreateDescriptorPool()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp168 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp178 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c795 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct radv_descriptor_set); in radv_CreateDescriptorPool()
800 size += sizeof(struct radv_descriptor_pool_entry) * pCreateInfo->maxSets; in radv_CreateDescriptorPool()
843 pool->max_entry_count = pCreateInfo->maxSets; in radv_CreateDescriptorPool()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp200 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp593 uint32_t maxSets) in init() argument
604 descriptorPoolInfo.maxSets = maxSets; in init()
608 mFreeDescriptorSets = maxSets; in init()
Dvk_helpers.h144 uint32_t maxSets);
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp192 pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); in SetupVulkan()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp270 deUint32 maxSets);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp342 poolInfo.maxSets = 1; in createCommandBuffers()
/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c846 descriptor_bo_size += ANV_UBO_ALIGNMENT * pCreateInfo->maxSets; in anv_CreateDescriptorPool()
855 pCreateInfo->maxSets * sizeof(struct anv_descriptor_set) + in anv_CreateDescriptorPool()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c249 pool->max.set_count = pCreateInfo->maxSets; in vn_CreateDescriptorPool()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c325 dpci.maxSets = ZINK_DEFAULT_MAX_DESCS; in descriptor_pool_create()
1838 dpci.maxSets = 1; in zink_descriptors_init_bindless()

12