/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 102 if (!(ptrs_.vkCreateDescriptorPool = reinterpret_cast<PFN_vkCreateDescriptorPool>(getInstanceProcAd… 103 return Result("Vulkan: Unable to load vkCreateDescriptorPool pointer");
|
D | vk-wrappers-1-0.h | 26 PFN_vkCreateDescriptorPool vkCreateDescriptorPool; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 102 if (!(ptrs_.vkCreateDescriptorPool = reinterpret_cast<PFN_vkCreateDescriptorPool>(getInstanceProcAd… 103 return Result("Vulkan: Unable to load vkCreateDescriptorPool pointer");
|
D | vk-wrappers-1-0.h | 26 PFN_vkCreateDescriptorPool vkCreateDescriptorPool; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 26 AMBER_VK_FUNC(vkCreateDescriptorPool)
|
D | pipeline.cc | 142 if (device_->GetPtrs()->vkCreateDescriptorPool(device_->GetVkDevice(), in CreateDescriptorPools()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 82 vkCreateDescriptorPool
|
D | vk_swiftshader.lds | 82 vkCreateDescriptorPool;
|
D | VkGetProcAddress.cpp | 228 MAKE_VULKAN_DEVICE_ENTRY(vkCreateDescriptorPool),
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 35 VK_INSTANCE(vkCreateDescriptorPool, VkResult, VkDevice, const VkDescriptorPoolCreateInfo *, const V…
|
D | Device.cpp | 291 return driver->vkCreateDescriptorPool(device, &info, 0, out); in CreateStorageBufferDescriptorPool()
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 94 vkCreateDescriptorPool
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 101 vkCreateDescriptorPool
|
D | gpa_helper.c | 105 if (!strcmp(funcName, "vkCreateDescriptorPool")) return vkCreateDescriptorPool; in trampoline_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 170 PFN_vkCreateDescriptorPool vkCreateDescriptorPool; member 569 extern PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
|
D | volk.c | 380 vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"); in volkGenLoadDevice() 781 …table->vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"… in volkGenLoadDeviceTable() 1184 PFN_vkCreateDescriptorPool vkCreateDescriptorPool; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 100 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateDescriptorPool", FUNCTIONORIGIN_DEV… 238 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateDescriptorPool", FUNCTIONORIGIN_DEV… 404 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateDescriptorPool", FUNCTIONORIGIN_DEV… 583 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDescriptorPool", FUNCTIONORIGIN_DEV…
|
D | vkInitDeviceFunctionPointers.inl | 68 …escriptorPool = (CreateDescriptorPoolFunc) GET_PROC_ADDR("vkCreateDescriptorPool");
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 203 err = vkCreateDescriptorPool(g_Device, &pool_info, g_Allocator, &g_DescriptorPool); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 195 err = vkCreateDescriptorPool(g_Device, &pool_info, g_Allocator, &g_DescriptorPool); in SetupVulkan()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 1598 return vkCreateDescriptorPool(device, &createInfo, nullptr, &mHandle);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1964 VkResult vkCreateDescriptorPool( VkDevice device, in vkCreateDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1969 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool ); in vkCreateDescriptorPool() 10954 …PFN_vkCreateDescriptorPool vkCreateDescriptorPool … member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11945 vkCreateDescriptorPool = in init() 13143 …vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkCreateDescri… in init()
|
/third_party/glfw/tests/ |
D | vulkan.c | 1471 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL, in demo_prepare_descriptor_pool()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1790 VkResult vkCreateDescriptorPool( VkDevice device, in vkCreateDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1795 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool ); in vkCreateDescriptorPool() 12945 …PFN_vkCreateDescriptorPool vkCreateDescriptorPool … member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 14043 …vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetInstanceProcAddr( instance, "vkCre… in init() 15278 …vkCreateDescriptorPool = PFN_vkCreateDescriptorPool( vkGetDeviceProcAddr( device, "vkC… in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1408 res = vkCreateDescriptorPool(info.device, &descriptor_pool, NULL, &info.desc_pool); in init_descriptor_pool()
|