Home
last modified time | relevance | path

Searched refs:pFormatProperties (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp476 void PhysicalDevice::getFormatProperties(Format format, VkFormatProperties *pFormatProperties) const in getFormatProperties()
478 pFormatProperties->linearTilingFeatures = 0; // Unsupported format in getFormatProperties()
479 pFormatProperties->optimalTilingFeatures = 0; // Unsupported format in getFormatProperties()
480 pFormatProperties->bufferFeatures = 0; // Unsupported format in getFormatProperties()
567 pFormatProperties->optimalTilingFeatures |= in getFormatProperties()
595 pFormatProperties->optimalTilingFeatures |= in getFormatProperties()
605 pFormatProperties->optimalTilingFeatures |= in getFormatProperties()
620 pFormatProperties->optimalTilingFeatures |= in getFormatProperties()
622 pFormatProperties->bufferFeatures |= in getFormatProperties()
642 pFormatProperties->optimalTilingFeatures |= in getFormatProperties()
[all …]
DVkPromotedExtensions.cpp141 …rties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument
143 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
DVkPhysicalDevice.hpp70 void getFormatProperties(Format format, VkFormatProperties *pFormatProperties) const;
DlibVulkan.cpp443 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument
446 physicalDevice, (int)format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
448 vk::Cast(physicalDevice)->getFormatProperties(format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
2932 …operties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2() argument
2935 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
2937 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pFormatProperties->pNext); in vkGetPhysicalDeviceFormatProperties2()
2944 …vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &(pFormatProperties->formatProperties)… in vkGetPhysicalDeviceFormatProperties2()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c511 VkFormatProperties* pFormatProperties) in v3dv_GetPhysicalDeviceFormatProperties() argument
515 *pFormatProperties = (VkFormatProperties) { in v3dv_GetPhysicalDeviceFormatProperties()
528 VkFormatProperties2 *pFormatProperties) in v3dv_GetPhysicalDeviceFormatProperties2() argument
531 &pFormatProperties->formatProperties); in v3dv_GetPhysicalDeviceFormatProperties2()
533 vk_foreach_struct(ext, pFormatProperties->pNext) { in v3dv_GetPhysicalDeviceFormatProperties2()
539 if (pFormatProperties->formatProperties.linearTilingFeatures) { in v3dv_GetPhysicalDeviceFormatProperties2()
545 if (pFormatProperties->formatProperties.optimalTilingFeatures) { in v3dv_GetPhysicalDeviceFormatProperties2()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c240 VkFormatProperties* pFormatProperties) in lvp_GetPhysicalDeviceFormatProperties() argument
246 pFormatProperties); in lvp_GetPhysicalDeviceFormatProperties()
252 VkFormatProperties2* pFormatProperties) in lvp_GetPhysicalDeviceFormatProperties2() argument
258 &pFormatProperties->formatProperties); in lvp_GetPhysicalDeviceFormatProperties2()
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c481 VkFormatProperties2 *pFormatProperties) in tu_GetPhysicalDeviceFormatProperties2() argument
486 physical_device, format, &pFormatProperties->formatProperties); in tu_GetPhysicalDeviceFormatProperties2()
489 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in tu_GetPhysicalDeviceFormatProperties2()
494 if (pFormatProperties->formatProperties.linearTilingFeatures) { in tu_GetPhysicalDeviceFormatProperties2()
502 if (pFormatProperties->formatProperties.optimalTilingFeatures && in tu_GetPhysicalDeviceFormatProperties2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl20 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
90 …s2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const
95 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties);
97 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
DvkNullDriver.cpp1034 …alDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument
1056 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1057 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1058 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1061 pFormatProperties->optimalTilingFeatures |= VK_FORMAT_FEATURE_DISJOINT_BIT; in getPhysicalDeviceFormatProperties()
DvkConcreteInstanceInterface.inl7 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
19 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
DvkVirtualInstanceInterface.inl7 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
19 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
DvkFunctionPointerTypes.inl8 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
153 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
206 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
/external/mesa3d/src/intel/vulkan/
Danv_formats.c779 VkFormatProperties* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties() argument
785 *pFormatProperties = (VkFormatProperties) { in anv_GetPhysicalDeviceFormatProperties()
800 VkFormatProperties2* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties2() argument
804 &pFormatProperties->formatProperties); in anv_GetPhysicalDeviceFormatProperties2()
806 vk_foreach_struct(ext, pFormatProperties->pNext) { in anv_GetPhysicalDeviceFormatProperties2()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1116 VkFormatProperties* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties() argument
1122 pFormatProperties); in radv_GetPhysicalDeviceFormatProperties()
1128 VkFormatProperties2* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties2() argument
1134 &pFormatProperties->formatProperties); in radv_GetPhysicalDeviceFormatProperties2()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h43 VkFormatProperties* pFormatProperties);
715 VkFormatProperties2* pFormatProperties);
951 VkFormatProperties2* pFormatProperties);
Dlayer_chassis_dispatch.h49 VkFormatProperties* pFormatProperties);
745 VkFormatProperties2* pFormatProperties);
981 VkFormatProperties2* pFormatProperties);
Dchassis.h82 VkFormatProperties* pFormatProperties);
921 VkFormatProperties2* pFormatProperties);
1210 VkFormatProperties2* pFormatProperties);
2536 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { return f… in PreCallValidateGetPhysicalDeviceFormatProperties() argument
2537 …erties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) {}; in PreCallRecordGetPhysicalDeviceFormatProperties() argument
2538 …erties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) {}; in PostCallRecordGetPhysicalDeviceFormatProperties() argument
2968 …hysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { return f… in PreCallValidateGetPhysicalDeviceFormatProperties2() argument
2969 …ties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) {}; in PreCallRecordGetPhysicalDeviceFormatProperties2() argument
2970 …ties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) {}; in PostCallRecordGetPhysicalDeviceFormatProperties2() argument
3133 …hysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { return f… in PreCallValidateGetPhysicalDeviceFormatProperties2KHR() argument
[all …]
Dobject_tracker.h58 VkFormatProperties* pFormatProperties);
969 VkFormatProperties2* pFormatProperties);
1314 VkFormatProperties2* pFormatProperties);
Dchassis.cpp1074 VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument
1079 …rcept->PreCallValidateGetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
1084 …tercept->PreCallRecordGetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
1086 DispatchGetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
1089 …ercept->PostCallRecordGetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
4114 VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument
4119 …cept->PreCallValidateGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2()
4124 …ercept->PreCallRecordGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2()
4126 DispatchGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2()
4129 …rcept->PostCallRecordGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2()
[all …]
Dparameter_validation.cpp1617 VkFormatProperties* pFormatProperties) { in PreCallValidateGetPhysicalDeviceFormatProperties() argument
1620 …pointer("vkGetPhysicalDeviceFormatProperties", "pFormatProperties", pFormatProperties, "VUID-vkGet… in PreCallValidateGetPhysicalDeviceFormatProperties()
1621 if (pFormatProperties != NULL) in PreCallValidateGetPhysicalDeviceFormatProperties()
5035 VkFormatProperties2* pFormatProperties) { in PreCallValidateGetPhysicalDeviceFormatProperties2() argument
5038 …es2", "pFormatProperties", "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2", pFormatProperties, VK_STRUCTUR… in PreCallValidateGetPhysicalDeviceFormatProperties2()
5039 if (pFormatProperties != NULL) in PreCallValidateGetPhysicalDeviceFormatProperties2()
6259 VkFormatProperties2* pFormatProperties) { in PreCallValidateGetPhysicalDeviceFormatProperties2KHR() argument
6263 …KHR", "pFormatProperties", "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2", pFormatProperties, VK_STRUCTUR… in PreCallValidateGetPhysicalDeviceFormatProperties2KHR()
6264 if (pFormatProperties != NULL) in PreCallValidateGetPhysicalDeviceFormatProperties2KHR()
Dlayer_chassis_dispatch.cpp1038 VkFormatProperties* pFormatProperties) in DispatchGetPhysicalDeviceFormatProperties() argument
1041 …stance_dispatch_table.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in DispatchGetPhysicalDeviceFormatProperties()
3411 VkFormatProperties2* pFormatProperties) in DispatchGetPhysicalDeviceFormatProperties2() argument
3414 …tance_dispatch_table.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in DispatchGetPhysicalDeviceFormatProperties2()
4019 VkFormatProperties2* pFormatProperties) in DispatchGetPhysicalDeviceFormatProperties2KHR() argument
4022 …ce_dispatch_table.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties); in DispatchGetPhysicalDeviceFormatProperties2KHR()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h478 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
479 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
480 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
481 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
482 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
483 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
484 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
631 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
632 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
633 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
[all …]
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2738 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2894 VkFormatProperties* pFormatProperties);
4383 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
4466 VkFormatProperties2* pFormatProperties);
5024 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
5042 VkFormatProperties2* pFormatProperties);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2738 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2894 VkFormatProperties* pFormatProperties);
4383 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
4466 VkFormatProperties2* pFormatProperties);
5024 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
5042 VkFormatProperties2* pFormatProperties);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2995 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
3151 VkFormatProperties* pFormatProperties);
4641 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
4724 VkFormatProperties2* pFormatProperties);
5272 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
5290 VkFormatProperties2* pFormatProperties);

12