Searched refs:shaderStorageImageReadWithoutFormat (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_format_feature_flags2.adoc | 54 <<features-shaderStorageImageReadWithoutFormat, 55 pname:shaderStorageImageReadWithoutFormat>> and
|
D | spirvenv.adoc | 739 If <<features-shaderStorageImageReadWithoutFormat, 740 pname:shaderStorageImageReadWithoutFormat>> is not enabled, any variable 756 Vulkan 1.3, and <<features-shaderStorageImageReadWithoutFormat, 757 pname:shaderStorageImageReadWithoutFormat>> is not enabled, any variable 774 supported, and <<features-shaderStorageImageReadWithoutFormat, 775 pname:shaderStorageImageReadWithoutFormat>> is not enabled, any variable 790 * [[VUID-{refpage}-shaderStorageImageReadWithoutFormat-07957]] 792 <<features-shaderStorageImageReadWithoutFormat, 793 pname:shaderStorageImageReadWithoutFormat>> is not enabled, any variable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 3524 <<features-shaderStorageImageReadWithoutFormat, 3525 pname:shaderStorageImageReadWithoutFormat>> and 3585 <<features-shaderStorageImageReadWithoutFormat, 3586 pname:shaderStorageImageReadWithoutFormat>> must: support
|
D | features.adoc | 755 * [[features-shaderStorageImageReadWithoutFormat]] 756 pname:shaderStorageImageReadWithoutFormat specifies whether storage 760 pname:shaderStorageImageReadWithoutFormat applies only to formats listed
|
D | resources.adoc | 5961 formats>> and pname:shaderStorageImageReadWithoutFormat is enabled on 6026 formats>> and pname:shaderStorageImageReadWithoutFormat is enabled on
|
D | interfaces.adoc | 724 format>> list and if the pname:shaderStorageImageReadWithoutFormat
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1640 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageReadWithoutFormat ); in operator ()()
|
D | vulkan_hash.hpp | 3185 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageReadWithoutFormat ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 642 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 710 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 583 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 705 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 773 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 574 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3047 VkBool32 shaderStorageImageReadWithoutFormat; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1369 buffers in the <<features-shaderStorageImageReadWithoutFormat>>,
|