Home
last modified time | relevance | path

Searched refs:PFN_vkCreateSamplerYcbcrConversion (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h230 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion;
Dgoldfish_vk_dispatch.cpp511 (PFN_vkCreateSamplerYcbcrConversion)dlSymFunc(lib, "vkCreateSamplerYcbcrConversion"); in init_vulkan_dispatch_from_system_loader()
1360 (PFN_vkCreateSamplerYcbcrConversion)vk->vkGetInstanceProcAddr( in init_vulkan_dispatch_from_instance()
2294 (PFN_vkCreateSamplerYcbcrConversion)vk->vkGetDeviceProcAddr( in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp4762 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0;
5251 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetInstanceProcAddr( instan… in init()
5666 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetDeviceProcAddr( device, … in init()
Dvulkan.hpp9295 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0;
10460 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetInstanceProcAddr( instan… in init()
11534 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetDeviceProcAddr( device, … in init()
Dvulkansc_raii.hpp407 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetDeviceProcAddr( device, … in DeviceDispatcher()
767 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0;
Dvulkan_raii.hpp734 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetDeviceProcAddr( device, … in DeviceDispatcher()
1612 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5595 typedef VkResult (VKAPI_PTR *PFN_vkCreateSamplerYcbcrConversion)(VkDevice device, const VkSamplerYc… typedef