Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/vk/
DGrVkCaps.cpp131 VkFormatProperties props; in format_supported_for_feature()
132 memset(&props, 0, sizeof(VkFormatProperties)); in format_supported_for_feature()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp36 VkFormatProperties format_props; in GetFormat()
Dvktestbinding.cpp368 const VkFormatProperties props = format_properties(fmt); in init_formats()
386 VkFormatProperties Device::format_properties(VkFormat format) { in format_properties()
387 VkFormatProperties data; in format_properties()
Dvktestframework.cpp214 VkFormatProperties format_props; in GetFormat()
Dvkrenderframework.cpp300 VkFormatProperties props; in InitRenderTarget()
691 VkFormatProperties image_fmt; in init()
/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, VkPhysic…
DvkConcreteInstanceInterface.inl7 …atProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkVirtualInstanceInterface.inl7 …atProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkInstanceDriverImpl.inl20 …ormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
DvkNullDriver.cpp510 …ALL getPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat, VkFormatProperties* pFormatProp… in getPhysicalDeviceFormatProperties()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.h60 std::map<VkFormat, VkFormatProperties> formats;
Dvkjson_unittest.cc66 VkFormatProperties format_props = { in main()
Dvkjson_instance.cc85 VkFormatProperties format_properties = {}; in VkJsonGetDevice()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1418 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInterf… in formatProperties()
1423 VkFormatFeatureFlags VkFormatProperties::* field; in formatProperties()
1428 …{ &VkFormatProperties::linearTilingFeatures, "linearTilingFeatures", (VkFormatFeatureFlags)0 … in formatProperties()
1429 …{ &VkFormatProperties::optimalTilingFeatures, "optimalTilingFeatures", getRequiredOptimalTilingFea… in formatProperties()
1430 { &VkFormatProperties::bufferFeatures, "buffeFeatures", getRequiredBufferFeatures(format) } in formatProperties()
1459 …const VkFormatProperties properties = getPhysicalDeviceFormatProperties(context.getInstanceInterfa… in optimalTilingFeaturesSupported()
1695 const VkFormatProperties& formatProperties, in isRequiredImageParameterCombination()
1782 …const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstance… in imageFormatProperties()
DvktApiBufferViewCreateTests.cpp102 VkFormatProperties properties; in iterate()
/external/vulkan-validation-layers/loader/
Dloader.h564 VkFormatProperties *pFormatInfo);
/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()
DvktPipelineBlendTests.cpp62 VkFormatProperties formatProps; in isSupportedBlendFormat()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c96 VkFormatProperties format_props[VK_FORMAT_RANGE_SIZE];
767 const VkFormatProperties *props = &dev->format_props[fmt]; in app_dev_dump_format_props()
/external/vulkan-validation-layers/layers/
Dimage.cpp278 VkFormatProperties properties; in vkCreateImage()
378 VkFormatProperties properties; in vkCreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp68 VkFormatProperties formatProps; in isSupportedLinearTilingFormat()
77 VkFormatProperties formatProps; in isSupportedOptimalTilingFormat()
/external/skia/third_party/vulkan/
Dvulkan.h1209 typedef struct VkFormatProperties { struct
1213 } VkFormatProperties; argument
2201 …ormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
2357 VkFormatProperties* pFormatProperties);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1218 typedef struct VkFormatProperties { struct
1222 } VkFormatProperties; argument
2210 …ormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProp…
2366 VkFormatProperties* pFormatProperties);

12