Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto159 …// Original field: basetype VkBool32 shaderStorageImageWriteWithoutFormat. stringarray? 0 string? …
160 optional uint32 shaderStorageImageWriteWithoutFormat = 33; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp573 if (!((a->shaderStorageImageWriteWithoutFormat) == (b->shaderStorageImageWriteWithoutFormat))) { in checkEqual_VkPhysicalDeviceFeatures()
Dgoldfish_vk_marshaling.cpp706 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures()
774 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp576 memcpy((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp22341 …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
Dvulkan_core.h2913 VkBool32 shaderStorageImageWriteWithoutFormat; member
Dvulkan_hash.hpp2983 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderStorageImageWriteWithoutFormat ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp643 vkStream->write((VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, in marshal_VkPhysicalDeviceFeatures()
711 vkStream->read((VkBool32*)&forUnmarshaling->shaderStorageImageWriteWithoutFormat, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp584 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderStorageImageWriteWithoutFormat, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()