/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 1232 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 …]
|
D | VkPromotedExtensions.cpp | 144 …rties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument 146 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
|
D | VkPhysicalDevice.hpp | 79 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
|
D | libVulkan.cpp | 605 …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/ |
D | tu_formats.c | 294 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/ |
D | v3dv_formats.c | 281 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/ |
D | lvp_formats.c | 178 VkFormatProperties2* pFormatProperties) in lvp_GetPhysicalDeviceFormatProperties2() argument 186 …pFormatProperties->formatProperties.linearTilingFeatures = format_props.linearTilingFeatures & VK_… in lvp_GetPhysicalDeviceFormatProperties2() 187 …pFormatProperties->formatProperties.optimalTilingFeatures = format_props.optimalTilingFeatures & V… in lvp_GetPhysicalDeviceFormatProperties2() 188 …pFormatProperties->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/ |
D | panvk_formats.c | 108 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/ |
D | pvr_formats.c | 140 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/ |
D | vk_physical_device.c | 182 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties() argument 193 *pFormatProperties = props2.formatProperties; in vk_common_GetPhysicalDeviceFormatProperties()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 246 … 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()
|
D | trampoline.c | 2530 … 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/ |
D | vkInstanceDriverImpl.inl | 37 …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);
|
D | vkVirtualInstanceInterface.inl | 12 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0; 51 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
|
D | vkConcreteInstanceInterface.inl | 12 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const; 51 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
|
D | vkFunctionPointerTypes.inl | 15 … (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/ |
D | radv_formats.c | 1436 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/ |
D | vk_loader_extensions.h | 104 VkFormatProperties* pFormatProperties); 174 VkFormatProperties2* pFormatProperties);
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 827 … 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/ |
D | vkNullDriver.cpp | 1083 …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/ |
D | anv_formats.c | 945 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/ |
D | vn_protocol_driver_device.h | 18988 …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/ |
D | vn_physical_device.c | 2209 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/ |
D | dzn_device.c | 929 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/ |
D | vulkan_core.h | 3422 …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);
|