/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 112 VkPtr<PFN_vkGetImageSubresourceLayout> fGetImageSubresourceLayout;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 250 PFN_vkGetImageSubresourceLayout GetImageSubresourceLayout = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 217 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout; 625 extern PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout;
|
H A D | volk.c | 427 vkGetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)load(context, "vkGetImageSubresourceLayout"); in volkGenLoadDevice() 828 table->vkGetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)load(context, "vkGetImageSubresourceLayout"); in volkGenLoadDeviceTable() 1240 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout;
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 344 PFN_vkGetImageSubresourceLayout GetImageSubresourceLayout;
|
H A D | vk_dispatch_table_helper.h | 78 table->GetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)gpa(device, "vkGetImageSubresourceLayout"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 375 table->GetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)gpa(dev, "vkGetImageSubresourceLayout"); in loader_init_device_dispatch_table()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5060 typedef void (GLAD_API_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource * pSubresource, VkSubresourceLayout * pLayout); typedef 5471 GLAD_API_CALL PFN_vkGetImageSubresourceLayout glad_vkGetImageSubresourceLayout; 5806 PFN_vkGetImageSubresourceLayout glad_vkGetImageSubresourceLayout = NULL; 5974 glad_vkGetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout) load(userptr, "vkGetImageSubresourceLayout"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 78 table->GetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)gpa(device, "vkGetImageSubresourceLayout"); in layer_init_device_dispatch_table()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 10936 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout = 0; 11919 PFN_vkGetImageSubresourceLayout( vkGetInstanceProcAddr( instance, "vkGetImageSubresourceLayout" ) ); 13121 PFN_vkGetImageSubresourceLayout( vkGetDeviceProcAddr( device, "vkGetImageSubresourceLayout" ) );
|
H A D | vulkan_raii.hpp | 737 PFN_vkGetImageSubresourceLayout( vkGetDeviceProcAddr( device, "vkGetImageSubresourceLayout" ) ); in init() 1620 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout = 0;
|
H A D | vulkan_core.h | 3567 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 16456 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout = 0; 17653 vkGetImageSubresourceLayout = PFN_vkGetImageSubresourceLayout( vkGetInstanceProcAddr( instance, "vkGetImageSubresourceLayout" ) ); 18971 vkGetImageSubresourceLayout = PFN_vkGetImageSubresourceLayout( vkGetDeviceProcAddr( device, "vkGetImageSubresourceLayout" ) );
|
H A D | vulkan_raii.hpp | 727 vkGetImageSubresourceLayout = PFN_vkGetImageSubresourceLayout( vkGetDeviceProcAddr( device, "vkGetImageSubresourceLayout" ) ); in DeviceDispatcher() 1770 PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout = 0; [all...] |
H A D | vulkan_core.h | 3981 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2670 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3474 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3831 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3616 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); typedef
|