Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp60 GR_VK_CALL(gpu->vkInterface(), CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
DGrVkInterface.cpp235 ACQUIRE_PROC(CreateSamplerYcbcrConversion, VK_NULL_HANDLE, device); in GrVkInterface()
238 ACQUIRE_PROC_SUFFIX(CreateSamplerYcbcrConversion, KHR, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp75 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
DGrVkInterface.cpp235 ACQUIRE_PROC(CreateSamplerYcbcrConversion, VK_NULL_HANDLE, device); in GrVkInterface()
238 ACQUIRE_PROC_SUFFIX(CreateSamplerYcbcrConversion, KHR, VK_NULL_HANDLE, device); in GrVkInterface()
/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/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h688 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
Dvk_enum_to_str.c4711 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in vk_load_device_commands()