Home
last modified time | relevance | path

Searched refs:CreateSamplerYcbcrConversion (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.h197 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dapi_gen.cpp327 INIT_PROC(false, dev, CreateSamplerYcbcrConversion); in InitDispatchTable()
500 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre…
712 …reateSamplerYcbcrConversion", reinterpret_cast<PFN_vkVoidFunction>(CreateSamplerYcbcrConversion) }, in GetInstanceProcAddr()
1387 VKAPI_ATTR VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCre… in CreateSamplerYcbcrConversion() function
1388 …return GetData(device).dispatch.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcb… in CreateSamplerYcbcrConversion()
2283 …return vulkan::api::CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion… in vkCreateSamplerYcbcrConversion()
/device/generic/vulkan-cereal/include/vulkan/
Dvk_layer_dispatch_table.h414 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dvk_dispatch_table_helper.h970 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in layer_init_device_dispatch_table()
971 …if (table->CreateSamplerYcbcrConversion == nullptr) { table->CreateSamplerYcbcrConversion = (PFN_v… in layer_init_device_dispatch_table()