Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1232 void PhysicalDevice::GetFormatProperties(Format format, VkFormatProperties *pFormatProperties) in GetFormatProperties() argument
1234 pFormatProperties->linearTilingFeatures = 0; // Unsupported format in GetFormatProperties()
1235 pFormatProperties->optimalTilingFeatures = 0; // Unsupported format in GetFormatProperties()
1236 pFormatProperties->bufferFeatures = 0; // Unsupported format in GetFormatProperties()
1339 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
1367 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
1377 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
1393 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
1395 pFormatProperties->bufferFeatures |= in GetFormatProperties()
1444 pFormatProperties->optimalTilingFeatures |= in GetFormatProperties()
[all …]
DVkPromotedExtensions.cpp144 …rties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument
146 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
DVkPhysicalDevice.hpp79 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
DlibVulkan.cpp605 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument
608 physicalDevice, (int)format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
610 vk::PhysicalDevice::GetFormatProperties(format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
3342 …operties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2() argument
3345 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
3347 auto extInfo = reinterpret_cast<VkBaseInStructure const *>(pFormatProperties->pNext); in vkGetPhysicalDeviceFormatProperties2()
3354 …vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &(pFormatProperties->formatProperties)… in vkGetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c294 VkFormatProperties2 *pFormatProperties) in tu_GetPhysicalDeviceFormatProperties2() argument
300 vk_find_struct(pFormatProperties->pNext, FORMAT_PROPERTIES_3); in tu_GetPhysicalDeviceFormatProperties2()
307 pFormatProperties->formatProperties = (VkFormatProperties) { in tu_GetPhysicalDeviceFormatProperties2()
314 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in tu_GetPhysicalDeviceFormatProperties2()
320 if (pFormatProperties->formatProperties.linearTilingFeatures) { in tu_GetPhysicalDeviceFormatProperties2()
325 pFormatProperties->formatProperties.linearTilingFeatures; in tu_GetPhysicalDeviceFormatProperties2()
330 if (pFormatProperties->formatProperties.optimalTilingFeatures && in tu_GetPhysicalDeviceFormatProperties2()
337 pFormatProperties->formatProperties.optimalTilingFeatures; in tu_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c281 VkFormatProperties2 *pFormatProperties) in v3dv_GetPhysicalDeviceFormatProperties2() argument
292 pFormatProperties->formatProperties = (VkFormatProperties) { in v3dv_GetPhysicalDeviceFormatProperties2()
298 vk_foreach_struct(ext, pFormatProperties->pNext) { in v3dv_GetPhysicalDeviceFormatProperties2()
305 if (pFormatProperties->formatProperties.linearTilingFeatures) { in v3dv_GetPhysicalDeviceFormatProperties2()
311 pFormatProperties->formatProperties.linearTilingFeatures; in v3dv_GetPhysicalDeviceFormatProperties2()
314 if (pFormatProperties->formatProperties.optimalTilingFeatures) { in v3dv_GetPhysicalDeviceFormatProperties2()
320 pFormatProperties->formatProperties.optimalTilingFeatures; in v3dv_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c178 VkFormatProperties2* pFormatProperties) in lvp_GetPhysicalDeviceFormatProperties2() argument
186pFormatProperties->formatProperties.linearTilingFeatures = format_props.linearTilingFeatures & VK_… in lvp_GetPhysicalDeviceFormatProperties2()
187pFormatProperties->formatProperties.optimalTilingFeatures = format_props.optimalTilingFeatures & V… in lvp_GetPhysicalDeviceFormatProperties2()
188pFormatProperties->formatProperties.bufferFeatures = format_props.bufferFeatures & VK_ALL_FORMAT_F… in lvp_GetPhysicalDeviceFormatProperties2()
189 …VkFormatProperties3 *prop3 = (void*)vk_find_struct_const(pFormatProperties->pNext, FORMAT_PROPERTI… in lvp_GetPhysicalDeviceFormatProperties2()
195 …VkSubpassResolvePerformanceQueryEXT *perf = (void*)vk_find_struct_const(pFormatProperties->pNext, … in lvp_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c108 VkFormatProperties *pFormatProperties) in panvk_GetPhysicalDeviceFormatProperties() argument
112 get_format_properties(physical_device, format, pFormatProperties); in panvk_GetPhysicalDeviceFormatProperties()
118 VkFormatProperties2 *pFormatProperties) in panvk_GetPhysicalDeviceFormatProperties2() argument
123 &pFormatProperties->formatProperties); in panvk_GetPhysicalDeviceFormatProperties2()
126 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in panvk_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_formats.c140 VkFormatProperties2 *pFormatProperties) in pvr_GetPhysicalDeviceFormatProperties2() argument
144 pFormatProperties->formatProperties = (VkFormatProperties){ in pvr_GetPhysicalDeviceFormatProperties2()
152 vk_foreach_struct (ext, pFormatProperties->pNext) { in pvr_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.c182 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties() argument
193 *pFormatProperties = props2.formatProperties; in vk_common_GetPhysicalDeviceFormatProperties()
/third_party/vulkan-loader/loader/
Dterminator.c246 … VkFormatProperties2 *pFormatProperties) { in terminator_GetPhysicalDeviceFormatProperties2() argument
264 fpGetPhysicalDeviceFormatProperties2(phys_dev_term->phys_dev, format, pFormatProperties); in terminator_GetPhysicalDeviceFormatProperties2()
272 …GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, &pFormatProperties->formatPrope… in terminator_GetPhysicalDeviceFormatProperties2()
274 if (pFormatProperties->pNext != NULL) { in terminator_GetPhysicalDeviceFormatProperties2()
Dtrampoline.c2530 … VkFormatProperties2 *pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2() argument
2542 disp->GetPhysicalDeviceFormatProperties2KHR(unwrapped_phys_dev, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
2544 disp->GetPhysicalDeviceFormatProperties2(unwrapped_phys_dev, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl37 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
39 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
242 …s2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const
247 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties);
249 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
DvkVirtualInstanceInterface.inl12 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
51 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
DvkConcreteInstanceInterface.inl12 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
51 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
DvkFunctionPointerTypes.inl15 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
208 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
209 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1436 VkFormatProperties2 *pFormatProperties) in radv_GetPhysicalDeviceFormatProperties2() argument
1443 pFormatProperties->formatProperties.linearTilingFeatures = in radv_GetPhysicalDeviceFormatProperties2()
1445 pFormatProperties->formatProperties.optimalTilingFeatures = in radv_GetPhysicalDeviceFormatProperties2()
1447 pFormatProperties->formatProperties.bufferFeatures = in radv_GetPhysicalDeviceFormatProperties2()
1451 vk_find_struct(pFormatProperties, FORMAT_PROPERTIES_3); in radv_GetPhysicalDeviceFormatProperties2()
1460 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT)); in radv_GetPhysicalDeviceFormatProperties2()
1463 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT)); in radv_GetPhysicalDeviceFormatProperties2()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h104 VkFormatProperties* pFormatProperties);
174 VkFormatProperties2* pFormatProperties);
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp827 … VkFormatProperties* pFormatProperties) { in test_vkGetPhysicalDeviceFormatProperties() argument
828 if (nullptr != pFormatProperties) { in test_vkGetPhysicalDeviceFormatProperties()
829 …memcpy(pFormatProperties, &icd.GetPhysDevice(physicalDevice).format_properties[static_cast<uint32_… in test_vkGetPhysicalDeviceFormatProperties()
907 … VkFormatProperties2* pFormatProperties) { in test_vkGetPhysicalDeviceFormatProperties2() argument
908 if (nullptr != pFormatProperties) { in test_vkGetPhysicalDeviceFormatProperties2()
909 …test_vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &pFormatProperties->formatPropert… in test_vkGetPhysicalDeviceFormatProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1083 …alDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument
1105 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1106 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1107 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1110 pFormatProperties->optimalTilingFeatures |= VK_FORMAT_FEATURE_DISJOINT_BIT; in getPhysicalDeviceFormatProperties()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c945 VkFormatProperties2* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties2() argument
951 assert(pFormatProperties->sType == VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2); in anv_GetPhysicalDeviceFormatProperties2()
960 pFormatProperties->formatProperties = (VkFormatProperties) { in anv_GetPhysicalDeviceFormatProperties2()
966 vk_foreach_struct(ext, pFormatProperties->pNext) { in anv_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h18988 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in vn_sizeof_vkGetPhysicalDeviceFormatProperties() argument
18996 cmd_size += vn_sizeof_simple_pointer(pFormatProperties); in vn_sizeof_vkGetPhysicalDeviceFormatProperties()
18997 if (pFormatProperties) in vn_sizeof_vkGetPhysicalDeviceFormatProperties()
18998 cmd_size += vn_sizeof_VkFormatProperties_partial(pFormatProperties); in vn_sizeof_vkGetPhysicalDeviceFormatProperties()
19003 …cmd_flags, VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in vn_encode_vkGetPhysicalDeviceFormatProperties() argument
19012 if (vn_encode_simple_pointer(enc, pFormatProperties)) in vn_encode_vkGetPhysicalDeviceFormatProperties()
19013 vn_encode_VkFormatProperties_partial(enc, pFormatProperties); in vn_encode_vkGetPhysicalDeviceFormatProperties()
19016 …ties_reply(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in vn_sizeof_vkGetPhysicalDeviceFormatProperties_reply() argument
19023 cmd_size += vn_sizeof_simple_pointer(pFormatProperties); in vn_sizeof_vkGetPhysicalDeviceFormatProperties_reply()
19024 if (pFormatProperties) in vn_sizeof_vkGetPhysicalDeviceFormatProperties_reply()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c2209 VkFormatProperties2 *pFormatProperties) in vn_GetPhysicalDeviceFormatProperties2() argument
2215 if (!pFormatProperties->pNext) { in vn_GetPhysicalDeviceFormatProperties2()
2218 pFormatProperties->formatProperties = entry->properties; in vn_GetPhysicalDeviceFormatProperties2()
2224 physical_dev->instance, physicalDevice, format, pFormatProperties); in vn_GetPhysicalDeviceFormatProperties2()
2228 physical_dev, entry, &pFormatProperties->formatProperties); in vn_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c929 VkFormatProperties2 *pFormatProperties) in dzn_GetPhysicalDeviceFormatProperties2() argument
933 dzn_physical_device_get_format_properties(pdev, format, pFormatProperties); in dzn_GetPhysicalDeviceFormatProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3422 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
3578 VkFormatProperties* pFormatProperties);
5055 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
5138 VkFormatProperties2* pFormatProperties);
6424 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
6442 VkFormatProperties2* pFormatProperties);

12