Searched refs:shaderStorageImageReadWithoutFormat (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 157 …// Original field: basetype VkBool32 shaderStorageImageReadWithoutFormat. stringarray? 0 string? 0… 158 optional uint32 shaderStorageImageReadWithoutFormat = 32; field
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 570 if (!((a->shaderStorageImageReadWithoutFormat) == (b->shaderStorageImageReadWithoutFormat))) { in checkEqual_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_marshaling.cpp | 704 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 772 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling.cpp | 573 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 22341 …StorageImageMultisample( shaderStorageImageMultisample_ ), shaderStorageImageReadWithoutFormat( sh… 22549 shaderStorageImageReadWithoutFormat = shaderStorageImageReadWithoutFormat_; in setShaderStorageImageReadWithoutFormat() 22711 …torageImageExtendedFormats, shaderStorageImageMultisample, shaderStorageImageReadWithoutFormat, sh… in reflect() 22755 && ( shaderStorageImageReadWithoutFormat == rhs.shaderStorageImageReadWithoutFormat ) in operator ==() 22820 VULKAN_HPP_NAMESPACE::Bool32 shaderStorageImageReadWithoutFormat = {}; member
|
| D | vulkan_core.h | 2912 VkBool32 shaderStorageImageReadWithoutFormat; member
|
| D | vulkan_hash.hpp | 2982 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageReadWithoutFormat ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 641 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 709 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 582 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|