Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto246 // Original field: None uint32_t maxArrayLayers. stringarray? 0 string? 0 hasLenInfo? 0
247 optional uint32 maxArrayLayers = 3; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp372 if (!((a->maxArrayLayers) == (b->maxArrayLayers))) { in checkEqual_VkImageFormatProperties()
Dgoldfish_vk_marshaling.cpp566 vkStream->write((uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in marshal_VkImageFormatProperties()
576 vkStream->read((uint32_t*)&forUnmarshaling->maxArrayLayers, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp436 memcpy((uint32_t*)&forUnmarshaling->maxArrayLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h2854 uint32_t maxArrayLayers; member
Dvulkan_structs.hpp30994 …: maxExtent( maxExtent_ ), maxMipLevels( maxMipLevels_ ), maxArrayLayers( maxArrayLayers_ ), sampl…
31032 return std::tie( maxExtent, maxMipLevels, maxArrayLayers, sampleCounts, maxResourceSize ); in reflect()
31047 && ( maxArrayLayers == rhs.maxArrayLayers ) in operator ==()
31062 uint32_t maxArrayLayers = {}; member
Dvulkan_hash.hpp4083 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp511 vkStream->write((uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in marshal_VkImageFormatProperties()
521 vkStream->read((uint32_t*)&forUnmarshaling->maxArrayLayers, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp415 memcpy(*ptr, (uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()