Home
last modified time | relevance | path

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

123

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1881 void PhysicalDevice::GetFormatProperties(Format format, VkFormatProperties *pFormatProperties) in GetFormatProperties() argument
1888pFormatProperties->linearTilingFeatures = static_cast<VkFormatFeatureFlags>(formatProperties3.line… in GetFormatProperties()
1889pFormatProperties->optimalTilingFeatures = static_cast<VkFormatFeatureFlags>(formatProperties3.opt… in GetFormatProperties()
1890pFormatProperties->bufferFeatures = static_cast<VkFormatFeatureFlags>(formatProperties3.bufferFeat… in GetFormatProperties()
1893 void PhysicalDevice::GetFormatProperties(Format format, VkFormatProperties3 *pFormatProperties) in GetFormatProperties() argument
1895 pFormatProperties->linearTilingFeatures = 0; // Unsupported format in GetFormatProperties()
1896 pFormatProperties->optimalTilingFeatures = 0; // Unsupported format in GetFormatProperties()
1897 pFormatProperties->bufferFeatures = 0; // Unsupported format in GetFormatProperties()
2000 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
2028 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
[all …]
DVkPhysicalDevice.hpp107 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
108 static void GetFormatProperties(Format format, VkFormatProperties3 *pFormatProperties);
DVkPromotedExtensions.cpp169 …rties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument
171 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
DlibVulkan.cpp617 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument
620 physicalDevice, (int)format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
622 vk::PhysicalDevice::GetFormatProperties(format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
3773 …operties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2() argument
3776 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
3778 …VkBaseOutStructure *extensionProperties = reinterpret_cast<VkBaseOutStructure *>(pFormatProperties in vkGetPhysicalDeviceFormatProperties2()
3798 …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/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkInstanceDriverImpl.inl22 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
24 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
77 …s2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const
79 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties);
DvkVirtualInstanceInterface.inl9 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
20 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
DvkConcreteInstanceInterface.inl9 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
20 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
DvkFunctionPointerTypes.inl10 …) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
143 …) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
/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/generated/vulkan/
DvkInstanceDriverImpl.inl37 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
39 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
237 …s2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const
242 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties);
244 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
DvkVirtualInstanceInterface.inl12 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
50 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
DvkConcreteInstanceInterface.inl12 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
50 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
/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/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1082 …alDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument
1104 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1105 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1106 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1109 pFormatProperties->optimalTilingFeatures |= VK_FORMAT_FEATURE_DISJOINT_BIT; in getPhysicalDeviceFormatProperties()
/external/virglrenderer/src/venus/
Dvkr_physical_device.c485 args->pFormatProperties); in vkr_dispatch_vkGetPhysicalDeviceFormatProperties()
556 args->pFormatProperties); in vkr_dispatch_vkGetPhysicalDeviceFormatProperties2()
/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 …]
/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/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_device.h14179 args->pFormatProperties = vn_cs_decoder_alloc_temp(dec, sizeof(*args->pFormatProperties)); in vn_decode_vkGetPhysicalDeviceFormatProperties_args_temp()
14180 if (!args->pFormatProperties) return; in vn_decode_vkGetPhysicalDeviceFormatProperties_args_temp()
14181 vn_decode_VkFormatProperties_partial_temp(dec, args->pFormatProperties); in vn_decode_vkGetPhysicalDeviceFormatProperties_args_temp()
14183 args->pFormatProperties = NULL; in vn_decode_vkGetPhysicalDeviceFormatProperties_args_temp()
14201 if (vn_encode_simple_pointer(enc, args->pFormatProperties)) in vn_encode_vkGetPhysicalDeviceFormatProperties_reply()
14202 vn_encode_VkFormatProperties(enc, args->pFormatProperties); in vn_encode_vkGetPhysicalDeviceFormatProperties_reply()
14599 args->pFormatProperties = vn_cs_decoder_alloc_temp(dec, sizeof(*args->pFormatProperties)); in vn_decode_vkGetPhysicalDeviceFormatProperties2_args_temp()
14600 if (!args->pFormatProperties) return; in vn_decode_vkGetPhysicalDeviceFormatProperties2_args_temp()
14601 vn_decode_VkFormatProperties2_partial_temp(dec, args->pFormatProperties); in vn_decode_vkGetPhysicalDeviceFormatProperties2_args_temp()
14603 args->pFormatProperties = NULL; in vn_decode_vkGetPhysicalDeviceFormatProperties2_args_temp()
[all …]

123