/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp | 119 bool operator==(const VkFormatProperties& l, const VkFormatProperties& r) in operator ==() 156 VkFormatProperties& props1 = props2.formatProperties; in iterate() 157 const VkFormatProperties invalidProps = makeInvalidVulkanStructure<VkFormatProperties2>().formatProperties; in iterate() 158 const VkFormatProperties emptyProps {}; in iterate()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 41 VkFormatProperties *out_properties) in get_format_properties() 108 VkFormatProperties *pFormatProperties) in panvk_GetPhysicalDeviceFormatProperties() 145 VkFormatProperties format_props; in get_image_format_properties()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.h | 72 VkFormatProperties properties;
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanFormatTablesTest.cpp | 77 VkFormatProperties formatProperties; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.h | 518 template <VkFormatFeatureFlags VkFormatProperties::*features> 522 template <VkFormatFeatureFlags VkFormatProperties::*features> 604 // A cache of VkFormatProperties as queried from the device over time. 605 mutable angle::FormatMap<VkFormatProperties> mFormatProperties;
|
H A D | RendererVk.cpp | 971 VkFormatProperties invalid = {0, 0, kInvalidFormatFeatureFlags}; in RendererVk() 3088 return hasFormatFeatureBits<&VkFormatProperties::linearTilingFeatures>(formatID, featureBits); in hasLinearImageFormatFeatureBits() 3095 return getFormatFeatureBits<&VkFormatProperties::linearTilingFeatures>(formatID, featureBits); in getLinearImageFormatFeatureBits() 3102 return getFormatFeatureBits<&VkFormatProperties::optimalTilingFeatures>(formatID, featureBits); in getImageFormatFeatureBits() 3108 return hasFormatFeatureBits<&VkFormatProperties::optimalTilingFeatures>(formatID, featureBits); in hasImageFormatFeatureBits() 3114 return hasFormatFeatureBits<&VkFormatProperties::bufferFeatures>(formatID, featureBits); in hasBufferFormatFeatureBits() 3168 template <VkFormatFeatureFlags VkFormatProperties::*features> 3173 VkFormatProperties &deviceProperties = mFormatProperties[formatID]; in getFormatFeatureBits() 3179 const VkFormatProperties &mandatoryProperties = vk::GetMandatoryFormatSupport(formatID); in getFormatFeatureBits() 3201 template <VkFormatFeatureFlags VkFormatProperties [all...] |
H A D | vk_mandatory_format_support_table_autogen.cpp | 43 constexpr FormatMap<VkFormatProperties> kFormatProperties = { 295 const VkFormatProperties &GetMandatoryFormatSupport(FormatID formatID) in GetMandatoryFormatSupport()
|
H A D | vk_format_utils.h | 237 // This will return a reference to a VkFormatProperties with the feature flags supported 239 // of the Vulkan spec. If the vkFormat isn't mandatory, it will return a VkFormatProperties 241 const VkFormatProperties &GetMandatoryFormatSupport(angle::FormatID formatID);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 79 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | physical_device.h | 50 BUILDER_VECTOR(PhysicalDevice, VkFormatProperties, format_properties, format_properties)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 100 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDevice, format); in validateImageFeatureFlags()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 98 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDevice, format); in validateImageFeatureFlags()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 144 pFormatProperties->formatProperties = (VkFormatProperties){ in pvr_GetPhysicalDeviceFormatProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device.c | 182 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.h | 201 VkFormatProperties format_props[PIPE_FORMAT_COUNT];
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport()
|
H A D | vktYCbCrFilteringTests.cpp | 382 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format)); in iterate() 604 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format); in checkSupport()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkYcbcrSamplerHelper.cpp | 57 VkFormatProperties formatProperties; in createBackendTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport()
|
H A D | vktYCbCrFilteringTests.cpp | 382 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format)); in iterate() 604 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkQueryUtil.cpp | 275 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format) in getPhysicalDeviceFormatProperties() 277 VkFormatProperties properties; in getPhysicalDeviceFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 212 VkFormatProperties formatProperties; in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 212 VkFormatProperties formatProperties; in checkSupport()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 49 VkFormatProperties properties; in IsDepthStencilFormatSupported()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 877 VkFormatProperties properties = VkFormatProperties(); in IsFormatSupportedByPhysicalDevice()
|