Home
last modified time | relevance | path

Searched refs:DestroySamplerYcbcrConversion (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkSamplerYcbcrConversion.cpp96 GR_VK_CALL(fGpu->vkInterface(), DestroySamplerYcbcrConversion(fGpu->device(), in freeGPUData()
H A DGrVkInterface.cpp238 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 Dvk_layer_dispatch_table.h438 PFN_vkDestroySamplerYcbcrConversion DestroySamplerYcbcrConversion; member
H A Dvk_dispatch_table_helper.h172 table->DestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)gpa(device, "vkDestroySamplerYcbcrConversion"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c469 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 Dvk_dispatch_table_helper.h172 table->DestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)gpa(device, "vkDestroySamplerYcbcrConversion"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2974 disp->DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()

Completed in 34 milliseconds