Searched refs:maxArrayLayers (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 246 // 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/ |
| D | goldfish_vk_testing.cpp | 372 if (!((a->maxArrayLayers) == (b->maxArrayLayers))) { in checkEqual_VkImageFormatProperties()
|
| D | goldfish_vk_marshaling.cpp | 566 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()
|
| D | goldfish_vk_reserved_marshaling.cpp | 436 memcpy((uint32_t*)&forUnmarshaling->maxArrayLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 2854 uint32_t maxArrayLayers; member
|
| D | vulkan_structs.hpp | 30994 …: 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
|
| D | vulkan_hash.hpp | 4083 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 511 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()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 415 memcpy(*ptr, (uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()
|