Searched refs:bufferFeatures (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_format_feature_flags2.adoc | 60 slink:VkFormatProperties3KHR::pname:bufferFeatures.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 1781 * 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 …]
|
D | resources.adoc | 1176 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/ |
D | vulkan_printer.py | 648 bufferFeatures = printer.write_int("bufferFeatures", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2560 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()() 2586 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.bufferFeatures ); in operator ()()
|
D | vulkan_hash.hpp | 4516 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()() 4542 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.bufferFeatures ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 7109 pFormatProp->bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures() 7115 pFormatProp->formatProperties.bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 492 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 403 memcpy(*ptr, (VkFormatFeatureFlags*)&forMarshaling->bufferFeatures, in reservedmarshal_VkFormatProperties() 7225 memcpy(*ptr, (VkFormatFeatureFlags2*)&forMarshaling->bufferFeatures, in reservedmarshal_VkFormatProperties3()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 547 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 425 memcpy((VkFormatFeatureFlags*)&forUnmarshaling->bufferFeatures, *ptr, in reservedunmarshal_VkFormatProperties() 10186 memcpy((VkFormatFeatureFlags2*)&forUnmarshaling->bufferFeatures, *ptr, in reservedunmarshal_VkFormatProperties3()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2983 VkFormatFeatureFlags bufferFeatures; member 7303 VkFormatFeatureFlags2 bufferFeatures; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2069 slink:VkFormatProperties3KHR::pname:bufferFeatures correctly for storage 3321 slink:VkFormatProperties::pname:bufferFeatures (public 4018 must be supported in pname:bufferFeatures (internal issue 2686).
|