Searched refs:CreateSamplerYcbcrConversion (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 48 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
|
/external/skia/src/gpu/graphite/vk/ |
D | VulkanYcbcrConversion.cpp | 95 CreateSamplerYcbcrConversion( in Make()
|
/external/skia/src/gpu/vk/ |
D | VulkanInterface.cpp | 241 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/ |
D | vk_layer_dispatch_table.h | 371 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | vk_dispatch_table_helper.h | 539 …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()
|
D | layer_chassis_dispatch.cpp | 3500 …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()
|
D | chassis.cpp | 4266 VKAPI_ATTR VkResult VKAPI_CALL CreateSamplerYcbcrConversion( in CreateSamplerYcbcrConversion() function 9421 {"vkCreateSamplerYcbcrConversion", {false, (void*)CreateSamplerYcbcrConversion}},
|
D | chassis.h | 953 VKAPI_ATTR VkResult VKAPI_CALL CreateSamplerYcbcrConversion(
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_util.h | 142 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member 523 proc_table->CreateSamplerYcbcrConversion = in vn_util_init_device_proc_table()
|