Lines Matching defs:vkCreateSamplerYcbcrConversion
2083 VkResult vkCreateSamplerYcbcrConversion( VkDevice device,
2088 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion );
16558 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0;
17759 vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetInstanceProcAddr( instance, "vkCreateSamplerYcbcrConversion" ) );
18294 if ( !vkCreateSamplerYcbcrConversion )
18295 vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR;
19064 vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( vkGetDeviceProcAddr( device, "vkCreateSamplerYcbcrConversion" ) );
19405 if ( !vkCreateSamplerYcbcrConversion )
19406 vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR;