Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/vk/
DGrVkCaps.cpp285 VkFormatProperties props; in stencil_format_supported()
286 memset(&props, 0, sizeof(VkFormatProperties)); in stencil_format_supported()
387 VkFormatProperties props; in init()
388 memset(&props, 0, sizeof(VkFormatProperties)); in init()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp30 VkFormatProperties format_props; in GetFormat()
Dvktestbinding.cpp346 const VkFormatProperties props = format_properties(fmt); in init_formats()
362 VkFormatProperties Device::format_properties(VkFormat format) { in format_properties()
363 VkFormatProperties data; in format_properties()
Dvktestframework.cpp198 VkFormatProperties format_props; in GetFormat()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.h56 std::map<VkFormat, VkFormatProperties> formats;
Dvkjson_unittest.cc59 VkFormatProperties format_props = { in main()
Dvkjson_instance.cc129 VkFormatProperties format_properties = {}; in VkJsonGetDevice()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1592 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInter… in formatProperties()
1602 VkFormatFeatureFlags VkFormatProperties::* field; in formatProperties()
1607 …{ &VkFormatProperties::linearTilingFeatures, "linearTilingFeatures", (VkFormatFeatureFlags)0 … in formatProperties()
1608 …{ &VkFormatProperties::optimalTilingFeatures, "optimalTilingFeatures", getRequiredOptimalTilingFea… in formatProperties()
1609 { &VkFormatProperties::bufferFeatures, "bufferFeatures", getRequiredBufferFeatures(format) } in formatProperties()
1712 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInte… in ycbcrFormatProperties()
1718 VkFormatFeatureFlags VkFormatProperties::* field; in ycbcrFormatProperties()
1724 …{ &VkFormatProperties::linearTilingFeatures, "linearTilingFeatures", false, allowedImageFeatures … in ycbcrFormatProperties()
1725 …{ &VkFormatProperties::optimalTilingFeatures, "optimalTilingFeatures", true, allowedImageFeatures … in ycbcrFormatProperties()
1726 { &VkFormatProperties::bufferFeatures, "bufferFeatures", false, (VkFormatFeatureFlags)0 } in ycbcrFormatProperties()
[all …]
DvktApiBufferViewCreateTests.cpp326 VkFormatProperties properties; in iterate()
DvktApiGranularityTests.cpp203 VkFormatProperties formatProperties; in initImages()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFormatProperties()
102 VkFormatProperties properties; in getPhysicalDeviceFormatProperties()
DvkQueryUtil.hpp42 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhys…
DvkConcreteInstanceInterface.inl7 …tProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkVirtualInstanceInterface.inl7 …tProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkInstanceDriverImpl.inl20 …ormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkStructTypes.inl96 struct VkFormatProperties struct
1384 VkFormatProperties formatProperties;
/external/mesa3d/src/intel/vulkan/
Danv_formats.c381 VkFormatProperties *out_properties) in anv_physical_device_get_format_properties()
443 VkFormatProperties* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties()
463 VkFormatProperties format_props; in anv_GetPhysicalDeviceImageFormatProperties()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h102 VkFormatProperties *pFormatProperties);
Dwsi_common_wayland.c81 VkFormatProperties props; in wsi_wl_display_add_vk_format()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c544 VkFormatProperties *out_properties) in radv_physical_device_get_format_properties()
948 VkFormatProperties* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties()
967 VkFormatProperties format_props; in radv_GetPhysicalDeviceImageFormatProperties()
/external/vulkan-validation-layers/loader/
Dloader.h588 VkFormatProperties *pFormatInfo);
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp102 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
126 …const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstance… in checkSupport()
DvktYCbCrViewTests.cpp451 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceI… in checkImageUsageSupport()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp99 VkFormatProperties formatProps; in isSupportedSamplableFormat()
114 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice,… in isLinearFilteringSupported()
DvktPipelineVertexInputTests.cpp64 VkFormatProperties formatProps; in isSupportedVertexFormat()
65 deMemset(&formatProps, 0, sizeof(VkFormatProperties)); in isSupportedVertexFormat()

123