Home
last modified time | relevance | path

Searched refs:descriptorPoolCreateInfo (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp683 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
684 descriptorPoolCreateInfo.sType = in createDescriptorPool()
686 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
687 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
688 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
689 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
692 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp687 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
688 descriptorPoolCreateInfo.sType = in createDescriptorPool()
690 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
691 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
692 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
693 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
694 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
696 &descriptorPoolCreateInfo, in createDescriptorPool()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp684 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = {}; in createDescriptorPool() local
685 descriptorPoolCreateInfo.sType = in createDescriptorPool()
687 descriptorPoolCreateInfo.pNext = nullptr; in createDescriptorPool()
688 descriptorPoolCreateInfo.flags = 0; in createDescriptorPool()
689 descriptorPoolCreateInfo.maxSets = descriptorPoolSizes.size(); in createDescriptorPool()
690 descriptorPoolCreateInfo.poolSizeCount = descriptorPoolSizes.size(); in createDescriptorPool()
691 descriptorPoolCreateInfo.pPoolSizes = descriptorPoolSizes.data(); in createDescriptorPool()
693 &descriptorPoolCreateInfo, 0, in createDescriptorPool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp236 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = in test() local
251 …ue<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCreateInfo)); in test()
259 …criptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCreateInfo, recordin… in test()
H A DvktApiDescriptorPoolTests.cpp209 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = in outOfPoolMemoryTest() local
219 …<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPoolCreateInfo)); in outOfPoolMemoryTest()
H A DvktApiPipelineTests.cpp950 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = in pipelineLayoutLifetimeTest() local
960 VK_CHECK(vk.createDescriptorPool(device, &descriptorPoolCreateInfo, DE_NULL, &descriptorPool)); in pipelineLayoutLifetimeTest()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dcommand.cpp1684 descriptorPoolCreateInfo.pNext = 0; in record_pipeline()
1686 descriptorPoolCreateInfo.maxSets = 1; in record_pipeline()
1687 descriptorPoolCreateInfo.poolSizeCount = 3; in record_pipeline()
1688 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_pipeline()
1948 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
1950 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
1951 descriptorPoolCreateInfo.poolSizeCount = 2; in record_import_android_hardware_buffer()
1952 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_import_android_hardware_buffer()
2172 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
2174 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dcommand.cpp1684 descriptorPoolCreateInfo.pNext = 0; in record_pipeline()
1686 descriptorPoolCreateInfo.maxSets = 1; in record_pipeline()
1687 descriptorPoolCreateInfo.poolSizeCount = 3; in record_pipeline()
1688 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_pipeline()
1948 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
1950 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
1951 descriptorPoolCreateInfo.poolSizeCount = 2; in record_import_android_hardware_buffer()
1952 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_import_android_hardware_buffer()
2172 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
2174 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/
H A Dcommand.cpp1691 descriptorPoolCreateInfo.pNext = 0; in record_pipeline()
1693 descriptorPoolCreateInfo.maxSets = 1; in record_pipeline()
1694 descriptorPoolCreateInfo.poolSizeCount = 3; in record_pipeline()
1695 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_pipeline()
1955 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
1957 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
1958 descriptorPoolCreateInfo.poolSizeCount = 2; in record_import_android_hardware_buffer()
1959 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_import_android_hardware_buffer()
2179 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
2181 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dcommand.cpp1684 descriptorPoolCreateInfo.pNext = 0; in record_pipeline()
1686 descriptorPoolCreateInfo.maxSets = 1; in record_pipeline()
1687 descriptorPoolCreateInfo.poolSizeCount = 3; in record_pipeline()
1688 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_pipeline()
1948 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
1950 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
1951 descriptorPoolCreateInfo.poolSizeCount = 2; in record_import_android_hardware_buffer()
1952 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_import_android_hardware_buffer()
2172 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
2174 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/
H A Dcommand.cpp1684 descriptorPoolCreateInfo.pNext = 0; in record_pipeline()
1686 descriptorPoolCreateInfo.maxSets = 1; in record_pipeline()
1687 descriptorPoolCreateInfo.poolSizeCount = 3; in record_pipeline()
1688 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_pipeline()
1948 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
1950 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
1951 descriptorPoolCreateInfo.poolSizeCount = 2; in record_import_android_hardware_buffer()
1952 descriptorPoolCreateInfo.pPoolSizes = poolSizes; in record_import_android_hardware_buffer()
2172 descriptorPoolCreateInfo.pNext = 0; in record_import_android_hardware_buffer()
2174 descriptorPoolCreateInfo.maxSets = 1; in record_import_android_hardware_buffer()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_Vulkan/
H A DGSH_Vulkan.cpp402 auto descriptorPoolCreateInfo = Framework::Vulkan::DescriptorPoolCreateInfo(); in CreateDescriptorPool() local
403 descriptorPoolCreateInfo.poolSizeCount = static_cast<uint32>(poolSizes.size()); in CreateDescriptorPool()
404 descriptorPoolCreateInfo.pPoolSizes = poolSizes.data(); in CreateDescriptorPool()
405 descriptorPoolCreateInfo.maxSets = 0x1000; in CreateDescriptorPool()
407 … = m_context->device.vkCreateDescriptorPool(m_context->device, &descriptorPoolCreateInfo, nullptr,… in CreateDescriptorPool()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/vulkan/
H A Dvulkan-utils.c224 static const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = { in createDescriptors() local
232 &descriptorPoolCreateInfo, NULL, in createDescriptors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp679 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = in UnusedAttachmentTestInstance() local
689 m_descriptorPool = createDescriptorPool(vk, vkDevice, &descriptorPoolCreateInfo); in UnusedAttachmentTestInstance()
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Drendervulkan.cpp667 VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = { in init_device() local
676 res = vkCreateDescriptorPool(device, &descriptorPoolCreateInfo, 0, &descriptorPool); in init_device()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp1290 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo = in create() local
1300 return createDescriptorPool(env.vkd, env.device, &descriptorPoolCreateInfo); in create()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp767 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo{ in init() local
775 gpu.device, descriptorPoolCreateInfo, descriptorPool))) { in init()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp767 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo{ in init() local
775 gpu.device, descriptorPoolCreateInfo, descriptorPool))) { in init()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp767 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo{ in init() local
775 gpu.device, descriptorPoolCreateInfo, descriptorPool))) { in init()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp767 const VkDescriptorPoolCreateInfo descriptorPoolCreateInfo{ in init() local
775 gpu.device, descriptorPoolCreateInfo, descriptorPool))) { in init()

12