Searched refs:shaderStorageImageWriteWithoutFormat (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_format_feature_flags2.adoc | 56 <<features-shaderStorageImageWriteWithoutFormat, 57 pname:shaderStorageImageWriteWithoutFormat>> features may not report
|
D | spirvenv.adoc | 733 If <<features-shaderStorageImageWriteWithoutFormat, 734 pname:shaderStorageImageWriteWithoutFormat>> is not enabled, any 749 Vulkan 1.3, and <<features-shaderStorageImageWriteWithoutFormat, 750 pname:shaderStorageImageWriteWithoutFormat>> is not enabled, any 766 supported, and <<features-shaderStorageImageWriteWithoutFormat, 767 pname:shaderStorageImageWriteWithoutFormat>> is not enabled, any 783 * [[VUID-{refpage}-shaderStorageImageWriteWithoutFormat-07956]] 785 <<features-shaderStorageImageWriteWithoutFormat, 786 pname:shaderStorageImageWriteWithoutFormat>> is not enabled, any
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 3526 <<features-shaderStorageImageWriteWithoutFormat, 3527 pname:shaderStorageImageWriteWithoutFormat>>, only apply to the following 3593 <<features-shaderStorageImageWriteWithoutFormat, 3594 pname:shaderStorageImageWriteWithoutFormat>> must: support
|
D | features.adoc | 764 * [[features-shaderStorageImageWriteWithoutFormat]] 765 pname:shaderStorageImageWriteWithoutFormat specifies whether storage 769 pname:shaderStorageImageWriteWithoutFormat applies only to formats
|
D | resources.adoc | 5965 storage formats>> and pname:shaderStorageImageWriteWithoutFormat is 6030 storage formats>> and pname:shaderStorageImageWriteWithoutFormat is
|
D | interfaces.adoc | 713 and if the pname:shaderStorageImageWriteWithoutFormat feature is enabled
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1641 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageWriteWithoutFormat ); in operator ()()
|
D | vulkan_hash.hpp | 3186 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageWriteWithoutFormat ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 644 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 712 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 585 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 707 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 775 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 577 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3048 VkBool32 shaderStorageImageWriteWithoutFormat; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1370 <<features-shaderStorageImageWriteWithoutFormat>>, and
|