Home
last modified time | relevance | path

Searched refs:VkFormatProperties (Results 1 – 25 of 81) sorted by relevance

1234

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp44 std::unordered_map<VkFormat, VkFormatProperties, std::hash<int> > format_properties_map;
55 … const VkFormatProperties *properties);
57 … const VkFormatProperties newProperties);
75VkFormatProperties *properties) { in GetOriginalPhysicalDeviceFormatPropertiesEXT()
83 … const VkFormatProperties newProperties) { in SetPhysicalDeviceFormatPropertiesEXT()
87 …memcpy(&(phy_dev_data->format_properties_map[format]), &newProperties, sizeof(VkFormatProperties)); in SetPhysicalDeviceFormatPropertiesEXT()
133 VkFormatProperties *pProperties) { in GetPhysicalDeviceFormatProperties()
139 … memcpy(pProperties, &phy_dev_data->format_properties_map[format], sizeof(VkFormatProperties)); in GetPhysicalDeviceFormatProperties()
Dvk_lunarg_device_profile_api_layer.h40 … const VkFormatProperties *properties);
42 … const VkFormatProperties newProperties);
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp563 VkFormatProperties props; in stencil_format_supported()
564 memset(&props, 0, sizeof(VkFormatProperties)); in stencil_format_supported()
670 VkFormatProperties props; in init()
671 memset(&props, 0, sizeof(VkFormatProperties)); in init()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp616 VkFormatProperties props; in stencil_format_supported()
617 memset(&props, 0, sizeof(VkFormatProperties)); in stencil_format_supported()
732 VkFormatProperties props; in init()
733 memset(&props, 0, sizeof(VkFormatProperties)); in init()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp50 void getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) const;
DVkPhysicalDevice.cpp330 void PhysicalDevice::getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) co… in getFormatProperties()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp31 VkFormatProperties format_props; in GetFormat()
Dvktestbinding.cpp354 const VkFormatProperties props = format_properties(fmt); in init_formats()
375 VkFormatProperties Device::format_properties(VkFormat format) { in format_properties()
376 VkFormatProperties data; in format_properties()
Dvkrenderframework.cpp512 VkFormatProperties props; in InitRenderTarget()
1009 VkFormatProperties image_fmt; in InitNoLayout()
1083 VkFormatProperties image_fmt; in init()
Dvktestframework.cpp211 VkFormatProperties format_props; in GetFormat()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp50 VkFormatProperties formatProperties; in getRenderTargetFormat()
90 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physical… in renderpassLifetimeTest()
527 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice… in framebufferCompatibleRenderPassTest()
882 …const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDev… in pipelineLayoutLifetimeGraphicsTest()
DvktApiFeatureInfo.cpp1928 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInter… in formatProperties()
1939 VkFormatFeatureFlags VkFormatProperties::* field; in formatProperties()
1944 …{ &VkFormatProperties::linearTilingFeatures, "linearTilingFeatures", (VkFormatFeatureFlags)0 … in formatProperties()
1945 …{ &VkFormatProperties::optimalTilingFeatures, "optimalTilingFeatures", getRequiredOptimalTilingFea… in formatProperties()
1946 …{ &VkFormatProperties::bufferFeatures, "bufferFeatures", getRequiredBufferFeatures(format) … in formatProperties()
2059 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInte… in ycbcrFormatProperties()
2065 VkFormatFeatureFlags VkFormatProperties::* field; in ycbcrFormatProperties()
2071 …{ &VkFormatProperties::linearTilingFeatures, "linearTilingFeatures", false, allowedImageFeatures … in ycbcrFormatProperties()
2072 …{ &VkFormatProperties::optimalTilingFeatures, "optimalTilingFeatures", true, allowedImageFeatures … in ycbcrFormatProperties()
2073 { &VkFormatProperties::bufferFeatures, "bufferFeatures", false, (VkFormatFeatureFlags)0 } in ycbcrFormatProperties()
[all …]
DvktApiBufferViewCreateTests.cpp128 VkFormatProperties properties; in checkSupport()
DvktApiGranularityTests.cpp205 VkFormatProperties formatProperties; in initImages()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp177 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties()
179 VkFormatProperties properties; in getPhysicalDeviceFormatProperties()
DvkQueryUtil.hpp52 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
DvkConcreteInstanceInterface.inl7 …tProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkVirtualInstanceInterface.inl7 …tProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp98 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(instance, physicalDe… in validateImageFeatureFlags()
DvktPipelineImageUtil.cpp101 VkFormatProperties formatProps; in isSupportedSamplableFormat()
109 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported()
119 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isMinMaxFilteringSupported()
DvktPipelineStencilExportTests.cpp128 VkFormatProperties formatProps; in isSupportedDepthStencilFormat()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c547 VkFormatProperties *out_properties) in radv_physical_device_get_format_properties()
1020 VkFormatProperties* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties()
1046 VkFormatProperties format_props; in radv_get_image_format_properties()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c657 VkFormatProperties* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties()
663 *pFormatProperties = (VkFormatProperties) { in anv_GetPhysicalDeviceFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp210 VkFormatProperties formatProps; in isSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp103 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
127 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()

1234