Searched refs:CreateSamplerYcbcrConversion (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 85 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
|
D | GrVkInterface.cpp | 236 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/ |
D | vk_layer_dispatch_table.h | 427 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | vk_loader_extensions.c | 477 …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()
|
D | vk_dispatch_table_helper.h | 561 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 813 …VkResult res = VKSCR(CreateSamplerYcbcrConversion)(screen->dev, &sycci, NULL, &obj->sampler_conver… in resource_object_create()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2814 return disp->CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion()
|