Home
last modified time | relevance | path

Searched refs:bufferFeatures (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_format_feature_flags2.adoc60 slink:VkFormatProperties3KHR::pname:bufferFeatures.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc1781 * pname:bufferFeatures is a bitmask of elink:VkFormatFeatureFlagBits
1799 If pname:format is a block-compressed format, then pname:bufferFeatures
1818 and pname:bufferFeatures are:
2039 The following bits may: be set in pname:bufferFeatures, specifying that the
2351 * pname:bufferFeatures is a bitmask of elink:VkFormatFeatureFlagBits2
2355 and pname:bufferFeatures must: include the bits reported in the
2365 pname:bufferFeatures are:
2576 pname:bufferFeatures members.
2598 The following bits may: be set in pname:bufferFeatures, specifying that the
2799 .Feature bits in pname:bufferFeatures
[all …]
Dresources.adoc1176 slink:VkFormatProperties::pname:bufferFeatures found by calling
1183 is the value of slink:VkFormatProperties3::pname:bufferFeatures found by
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py648 bufferFeatures = printer.write_int("bufferFeatures", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2560 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()()
2586 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.bufferFeatures ); in operator ()()
Dvulkan_hash.hpp4516 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()()
4542 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.bufferFeatures ); in operator ()()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7109 pFormatProp->bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()
7115 pFormatProp->formatProperties.bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp492 vkStream->write((VkFormatFeatureFlags*)&forMarshaling->bufferFeatures, in marshal_VkFormatProperties()
503 vkStream->read((VkFormatFeatureFlags*)&forUnmarshaling->bufferFeatures, in unmarshal_VkFormatProperties()
10686 vkStream->write((VkFormatFeatureFlags2*)&forMarshaling->bufferFeatures, in marshal_VkFormatProperties3()
10702 vkStream->read((VkFormatFeatureFlags2*)&forUnmarshaling->bufferFeatures, in unmarshal_VkFormatProperties3()
Dgoldfish_vk_reserved_marshaling_guest.cpp403 memcpy(*ptr, (VkFormatFeatureFlags*)&forMarshaling->bufferFeatures, in reservedmarshal_VkFormatProperties()
7225 memcpy(*ptr, (VkFormatFeatureFlags2*)&forMarshaling->bufferFeatures, in reservedmarshal_VkFormatProperties3()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp547 vkStream->write((VkFormatFeatureFlags*)&forMarshaling->bufferFeatures, in marshal_VkFormatProperties()
558 vkStream->read((VkFormatFeatureFlags*)&forUnmarshaling->bufferFeatures, in unmarshal_VkFormatProperties()
13249 vkStream->write((VkFormatFeatureFlags2*)&forMarshaling->bufferFeatures, in marshal_VkFormatProperties3()
13277 vkStream->read((VkFormatFeatureFlags2*)&forUnmarshaling->bufferFeatures, in unmarshal_VkFormatProperties3()
Dgoldfish_vk_reserved_marshaling.cpp425 memcpy((VkFormatFeatureFlags*)&forUnmarshaling->bufferFeatures, *ptr, in reservedunmarshal_VkFormatProperties()
10186 memcpy((VkFormatFeatureFlags2*)&forUnmarshaling->bufferFeatures, *ptr, in reservedunmarshal_VkFormatProperties3()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2983 VkFormatFeatureFlags bufferFeatures; member
7303 VkFormatFeatureFlags2 bufferFeatures; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2069 slink:VkFormatProperties3KHR::pname:bufferFeatures correctly for storage
3321 slink:VkFormatProperties::pname:bufferFeatures (public
4018 must be supported in pname:bufferFeatures (internal issue 2686).