Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkSamplerYcbcrConversion.cpp48 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
/external/skia/src/gpu/graphite/vk/
DVulkanYcbcrConversion.cpp95 CreateSamplerYcbcrConversion( in Make()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp241 ACQUIRE_PROC(CreateSamplerYcbcrConversion, VK_NULL_HANDLE, device); in VulkanInterface()
244 ACQUIRE_PROC_SUFFIX(CreateSamplerYcbcrConversion, KHR, VK_NULL_HANDLE, device); in VulkanInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h371 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dvk_dispatch_table_helper.h539 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in layer_init_device_dispatch_table()
540 …if (table->CreateSamplerYcbcrConversion == nullptr) { table->CreateSamplerYcbcrConversion = (PFN_v… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp3500 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateSamplerYcbcrConversion(device, p… in DispatchCreateSamplerYcbcrConversion()
3508 …VkResult result = layer_data->device_dispatch_table.CreateSamplerYcbcrConversion(device, (const Vk… in DispatchCreateSamplerYcbcrConversion()
Dchassis.cpp4266 VKAPI_ATTR VkResult VKAPI_CALL CreateSamplerYcbcrConversion( in CreateSamplerYcbcrConversion() function
9421 {"vkCreateSamplerYcbcrConversion", {false, (void*)CreateSamplerYcbcrConversion}},
Dchassis.h953 VKAPI_ATTR VkResult VKAPI_CALL CreateSamplerYcbcrConversion(
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h142 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
523 proc_table->CreateSamplerYcbcrConversion = in vn_util_init_device_proc_table()