Searched refs:DestroySamplerYcbcrConversion (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSamplerYcbcrConversion.cpp | 96 GR_VK_CALL(fGpu->vkInterface(), DestroySamplerYcbcrConversion(fGpu->device(), in freeGPUData()
|
H A D | GrVkInterface.cpp | 238 ACQUIRE_PROC(DestroySamplerYcbcrConversion, VK_NULL_HANDLE, device); in GrVkInterface() 241 ACQUIRE_PROC_SUFFIX(DestroySamplerYcbcrConversion, KHR, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 438 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
|
H A D | vk_dispatch_table_helper.h | 172 table->DestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)gpa(device, "vkDestroySamplerYcbcrConversion"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 469 table->DestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)gpa(dev, "vkDestroySamplerYcbcrConversion"); in loader_init_device_dispatch_table() 2088 if (!strcmp(name, "DestroySamplerYcbcrConversion")) { in loader_lookup_device_dispatch_table() 2090 return (void *)table->DestroySamplerYcbcrConversion; in loader_lookup_device_dispatch_table()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 172 table->DestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)gpa(device, "vkDestroySamplerYcbcrConversion"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 2974 disp->DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
|
Completed in 34 milliseconds