Home
last modified time | relevance | path

Searched refs:VkFormatProperties (Results 1 - 25 of 212) sorted by relevance

123456789

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp119 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 Dpanvk_formats.c41 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 Dvn_physical_device.h72 VkFormatProperties properties;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanFormatTablesTest.cpp77 VkFormatProperties formatProperties; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.h518 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 DRendererVk.cpp971 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 Dvk_mandatory_format_support_table_autogen.cpp43 constexpr FormatMap<VkFormatProperties> kFormatProperties = {
295 const VkFormatProperties &GetMandatoryFormatSupport(FormatID formatID) in GetMandatoryFormatSupport()
H A Dvk_format_utils.h237 // 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 DVkPhysicalDevice.hpp79 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
/third_party/vulkan-loader/tests/framework/icd/
H A Dphysical_device.h50 BUILDER_VECTOR(PhysicalDevice, VkFormatProperties, format_properties, format_properties)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp100 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDevice, format); in validateImageFeatureFlags()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp98 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDevice, format); in validateImageFeatureFlags()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c144 pFormatProperties->formatProperties = (VkFormatProperties){ in pvr_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c182 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h201 VkFormatProperties format_props[PIPE_FORMAT_COUNT];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport()
H A DvktYCbCrFilteringTests.cpp382 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 DVkYcbcrSamplerHelper.cpp57 VkFormatProperties formatProperties; in createBackendTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp60 const vk::VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), in checkSupport()
H A DvktYCbCrFilteringTests.cpp382 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 DvkQueryUtil.cpp275 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 DvktImageExtendedUsageBitTests.cpp212 VkFormatProperties formatProperties; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp212 VkFormatProperties formatProperties; in checkSupport()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp49 VkFormatProperties properties; in IsDepthStencilFormatSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc877 VkFormatProperties properties = VkFormatProperties(); in IsFormatSupportedByPhysicalDevice()

Completed in 20 milliseconds

123456789