HomeSort by relevance Sort by last modified time
    Searched refs:GetPhysicalDeviceImageFormatProperties (Results 1 - 14 of 14) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 39 PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties;
api_gen.cpp 129 INIT_PROC(instance, GetPhysicalDeviceImageFormatProperties);
296 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 180 GetPhysicalDeviceImageFormatProperties;
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 25 GET_PROC(GetPhysicalDeviceImageFormatProperties);
  /external/vulkan-validation-layers/loader/
loader.h 211 GetPhysicalDeviceImageFormatProperties;
table_ops.h 544 table->GetPhysicalDeviceImageFormatProperties =
668 if (!strcmp(name, "GetPhysicalDeviceImageFormatProperties")
    [all...]
loader.c 103 .GetPhysicalDeviceImageFormatProperties =
    [all...]
trampoline.c 546 return disp->GetPhysicalDeviceImageFormatProperties(
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 174 {"vkGetPhysicalDeviceImageFormatProperties", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetPhysicalDeviceImageFormatProperties>(GetPhysicalDeviceImageFormatProperties))},
null_driver_gen.h 41 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/layers/
device_limits.cpp 258 ->instance_dispatch_table->GetPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, flags,
    [all...]
image.cpp 291 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceImageFormatProperties(
    [all...]
parameter_validation.cpp     [all...]

Completed in 126 milliseconds