Searched refs:shaderStorageImageWriteWithoutFormat (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 159 …// Original field: basetype VkBool32 shaderStorageImageWriteWithoutFormat. stringarray? 0 string? … 160 optional uint32 shaderStorageImageWriteWithoutFormat = 33; field
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 573 if (!((a->shaderStorageImageWriteWithoutFormat) == (b->shaderStorageImageWriteWithoutFormat))) { in checkEqual_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_marshaling.cpp | 706 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 774 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling.cpp | 576 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 22341 …eadWithoutFormat( shaderStorageImageReadWithoutFormat_ ), shaderStorageImageWriteWithoutFormat( sh… 22555 shaderStorageImageWriteWithoutFormat = shaderStorageImageWriteWithoutFormat_; in setShaderStorageImageWriteWithoutFormat() 22711 …ageImageMultisample, shaderStorageImageReadWithoutFormat, shaderStorageImageWriteWithoutFormat, sh… in reflect() 22756 && ( shaderStorageImageWriteWithoutFormat == rhs.shaderStorageImageWriteWithoutFormat ) in operator ==() 22821 VULKAN_HPP_NAMESPACE::Bool32 shaderStorageImageWriteWithoutFormat = {}; member
|
| D | vulkan_core.h | 2913 VkBool32 shaderStorageImageWriteWithoutFormat; member
|
| D | vulkan_hash.hpp | 2983 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageWriteWithoutFormat ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 643 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures() 711 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 584 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|