Home
last modified time | relevance | path

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

123

/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/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/modules_no_buildgn/vulkan/memory/
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 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1353 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
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 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1371 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
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 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1353 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
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 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
1371 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/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.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/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp143 createInfo.maxSets = mMaxSets; in AllocateDescriptorPool()
/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/mesa3d/src/panfrost/vulkan/
Dpanvk_descriptor_set.c219 pool->max.sets = pCreateInfo->maxSets; in panvk_CreateDescriptorPool()
/third_party/mesa3d/src/broadcom/vulkan/
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/freedreno/vulkan/
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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
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 …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/api/
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 …VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layout, int maxSets) in computePoolSizes()
2225 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
/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.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/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()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc138 pool_info.maxSets = 1; in CreateDescriptorPools()
/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/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);

123