Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_optical_flow.adoc56 if (!(formatProperties3.optimalTilingFeatures & VK_FORMAT_FEATURE_2_OPTICAL_FLOW_IMAGE_BIT_NV)) {
Dglossary.adoc219 * slink:VkFormatProperties::pname:optimalTilingFeatures
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp151 if (!(formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) { in recreateSwapchain()
584 formatFeatures = formatProperties.optimalTilingFeatures; in getFormatFeatures()
DSwapChainStateVk.cpp224 VkFormatFeatureFlags formatFeatures = formatProperties.optimalTilingFeatures; in createSwapChainCi()
DCompositorVk.cpp872 formatFeatures = formatProperties.optimalTilingFeatures; in getFormatFeatures()
DVkCommonOperations.cpp1854 ? formatProperties.optimalTilingFeatures in generateColorBufferVkImageCreateInfo_locked()
DVkDecoderGlobalState.cpp7108 pFormatProp->optimalTilingFeatures &= kEmulatedTextureOptimalTilingMask; in maskFormatPropertiesForEmulatedTextures()
7114 pFormatProp->formatProperties.optimalTilingFeatures &= kEmulatedTextureOptimalTilingMask; in maskFormatPropertiesForEmulatedTextures()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc1778 * pname:optimalTilingFeatures is a bitmask of
1804 and pname:optimalTilingFeatures must: not contain
1814 pname:linearTilingFeatures, pname:optimalTilingFeatures,
1831 pname:linearTilingFeatures and pname:optimalTilingFeatures,
1834 pname:linearTilingFeatures, pname:optimalTilingFeatures, and
2348 * pname:optimalTilingFeatures is a bitmask of
2354 The bits reported in pname:linearTilingFeatures, pname:optimalTilingFeatures
2364 pname:linearTilingFeatures, pname:optimalTilingFeatures, and
2376 pname:optimalTilingFeatures, specifying that the features are supported by
2575 This must: not be set in the pname:optimalTilingFeatures or
[all …]
Dfeatures.adoc548 be supported in pname:optimalTilingFeatures for the following formats:
573 be supported in pname:optimalTilingFeatures for the following formats:
615 be supported in pname:optimalTilingFeatures for the following formats:
702 be supported in pname:optimalTilingFeatures for the following formats:
3826 be supported in pname:optimalTilingFeatures for the following formats:
Dmemory.adoc2923 slink:VkFormatProperties::pname:optimalTilingFeatures as returned by
2934 slink:VkFormatProperties::pname:optimalTilingFeatures; or
2937 slink:VkFormatProperties::pname:optimalTilingFeatures.
Dresources.adoc1461 slink:VkFormatProperties::pname:optimalTilingFeatures found by calling
3935 slink:VkFormatProperties::pname:optimalTilingFeatures found by calling
5981 slink:VkFormatProperties::pname:optimalTilingFeatures found by calling
5999 slink:VkFormatProperties::pname:optimalTilingFeatures or
6000 slink:VkFormatProperties3::pname:optimalTilingFeatures found by calling
6018 of slink:VkFormatProperties::pname:optimalTilingFeatures found by
Dcapabilities.adoc1082 sname:VkFormatProperties::pname:optimalTilingFeatures returned by
Dvideo_extensions.adoc982 ename:VK_IMAGE_TILING_OPTIMAL, then the pname:optimalTilingFeatures
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp354 return (formatProperties.optimalTilingFeatures & features) == features; in supportsFeatures()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc331 through the `linearTilingFeatures` or `optimalTilingFeatures` of
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c230 if (!(props.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) in wsi_wl_display_add_vk_format()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py647optimalTilingFeatures = printer.write_int("optimalTilingFeatures", 4, indent, signed=False, big_en…
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp588 : formatProperties.optimalTilingFeatures; in addImageBufferCollectionConstraintsFUCHSIA()
2853 pProperties->formatFeatures = formatProperties.optimalTilingFeatures; in on_vkGetBufferCollectionPropertiesFUCHSIA()
Dgoldfish_vk_marshaling_guest.cpp490 vkStream->write((VkFormatFeatureFlags*)&forMarshaling->optimalTilingFeatures, in marshal_VkFormatProperties()
501 vkStream->read((VkFormatFeatureFlags*)&forUnmarshaling->optimalTilingFeatures, in unmarshal_VkFormatProperties()
10684 vkStream->write((VkFormatFeatureFlags2*)&forMarshaling->optimalTilingFeatures, in marshal_VkFormatProperties3()
10700 vkStream->read((VkFormatFeatureFlags2*)&forUnmarshaling->optimalTilingFeatures, in unmarshal_VkFormatProperties3()
Dgoldfish_vk_reserved_marshaling_guest.cpp400 memcpy(*ptr, (VkFormatFeatureFlags*)&forMarshaling->optimalTilingFeatures, in reservedmarshal_VkFormatProperties()
7222 memcpy(*ptr, (VkFormatFeatureFlags2*)&forMarshaling->optimalTilingFeatures, in reservedmarshal_VkFormatProperties3()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2559 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.optimalTilingFeatures ); in operator ()()
2585 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.optimalTilingFeatures ); in operator ()()
Dvulkan_hash.hpp4515 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.optimalTilingFeatures ); in operator ()()
4541 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.optimalTilingFeatures ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp545 vkStream->write((VkFormatFeatureFlags*)&forMarshaling->optimalTilingFeatures, in marshal_VkFormatProperties()
556 vkStream->read((VkFormatFeatureFlags*)&forUnmarshaling->optimalTilingFeatures, in unmarshal_VkFormatProperties()
13247 vkStream->write((VkFormatFeatureFlags2*)&forMarshaling->optimalTilingFeatures, in marshal_VkFormatProperties3()
13275 vkStream->read((VkFormatFeatureFlags2*)&forUnmarshaling->optimalTilingFeatures, in unmarshal_VkFormatProperties3()
Dgoldfish_vk_reserved_marshaling.cpp422 memcpy((VkFormatFeatureFlags*)&forUnmarshaling->optimalTilingFeatures, *ptr, in reservedunmarshal_VkFormatProperties()
10183 memcpy((VkFormatFeatureFlags2*)&forUnmarshaling->optimalTilingFeatures, *ptr, in reservedunmarshal_VkFormatProperties3()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2982 VkFormatFeatureFlags optimalTilingFeatures; member
7302 VkFormatFeatureFlags2 optimalTilingFeatures; member