Home
last modified time | relevance | path

Searched refs:shaderStorageImageReadWithoutFormat (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto157 …// Original field: basetype VkBool32 shaderStorageImageReadWithoutFormat. stringarray? 0 string? 0…
158 optional uint32 shaderStorageImageReadWithoutFormat = 32; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp570 if (!((a->shaderStorageImageReadWithoutFormat) == (b->shaderStorageImageReadWithoutFormat))) { in checkEqual_VkPhysicalDeviceFeatures()
Dgoldfish_vk_marshaling.cpp704 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures()
772 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp573 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp22341 …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
Dvulkan_core.h2912 VkBool32 shaderStorageImageReadWithoutFormat; member
Dvulkan_hash.hpp2982 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageReadWithoutFormat ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp641 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, in marshal_VkPhysicalDeviceFeatures()
709 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageReadWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp582 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageReadWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()