Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFormatProperties (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp86 …device_profile_data->instance_dispatch_table->GetPhysicalDeviceFormatProperties(physicalDevice, fo… in GetOriginalPhysicalDeviceFormatPropertiesEXT()
156 VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFor… in GetPhysicalDeviceFormatProperties() function
171 …device_profile_data->instance_dispatch_table->GetPhysicalDeviceFormatProperties(physicalDevice, fo… in GetPhysicalDeviceFormatProperties()
226 …kGetPhysicalDeviceFormatProperties")) return (PFN_vkVoidFunction)GetPhysicalDeviceFormatProperties; in GetInstanceProcAddr()
Dwrap_objects.cpp134 …phys_dev->inst->layer_disp.GetPhysicalDeviceFormatProperties(vk_phys_dev, format, pFormatPropertie… in vkGetPhysicalDeviceFormatProperties()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp289 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in stencil_format_supported()
398 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in init()
DGrVkInterface.cpp50 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp293 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in stencil_format_supported()
402 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in init()
DGrVkInterface.cpp50 ACQUIRE_PROC(GetPhysicalDeviceFormatProperties, instance, VK_NULL_HANDLE); in GrVkInterface()
/external/vulkan-validation-layers/loader/
Dextension_manual.c319 …icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, &pFormatProp… in terminator_GetPhysicalDeviceFormatProperties2KHR()
Dtrampoline.c584 disp->GetPhysicalDeviceFormatProperties(unwrapped_pd, format, pFormatInfo);
Dloader.c5780 if (NULL != icd_term->dispatch.GetPhysicalDeviceFormatProperties) {
5781 …icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, pFormatInfo);
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1494 …dev_data->instance_data->dispatch_table.GetPhysicalDeviceFormatProperties(dev_data->physical_devic… in ValidatePipelineUnlocked()
4593 …instance_data->dispatch_table.GetPhysicalDeviceFormatProperties(device_data->physical_device, form… in GetFormatProperties()