Searched refs:CreateSamplerYcbcrConversion (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.cpp | 60 GR_VK_CALL(gpu->vkInterface(), CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
|
D | GrVkInterface.cpp | 235 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/ |
D | GrVkSamplerYcbcrConversion.cpp | 75 GR_VK_CALL_RESULT(gpu, result, CreateSamplerYcbcrConversion(gpu->device(), &ycbcrCreateInfo, in Create()
|
D | GrVkInterface.cpp | 235 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/ |
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/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 688 PFN_vkCreateSamplerYcbcrConversion CreateSamplerYcbcrConversion; member
|
D | vk_enum_to_str.c | 4711 …table->CreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion) gpa(device, "vkCreateSa… in vk_load_device_commands()
|