Searched refs:CreateSamplerYcbcrConversion (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.h | 197 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | api_gen.cpp | 327 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/ |
D | vk_layer_dispatch_table.h | 414 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | vk_dispatch_table_helper.h | 970 …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()
|