Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp85 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
DGrVkInterface.cpp236 ACQUIRE_PROC(CreateSamplerYcbcrConversion, VK_NULL_HANDLE, device); in GrVkInterface()
239 ACQUIRE_PROC_SUFFIX(CreateSamplerYcbcrConversion, KHR, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h427 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dvk_loader_extensions.c477 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion)gpa(dev, "vkCreateSample… in loader_init_device_dispatch_table()
1536 …(!strcmp(name, "CreateSamplerYcbcrConversion")) return (void *)table->CreateSamplerYcbcrConversion; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h561 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c813 …VkResult res = VKSCR(CreateSamplerYcbcrConversion)(screen->dev, &sycci, NULL, &obj->sampler_conver… in resource_object_create()
/third_party/vulkan-loader/loader/
Dtrampoline.c2814 return disp->CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion()