Home
last modified time | relevance | path

Searched refs:maxFramebufferLayers (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py833maxFramebufferLayers = printer.write_int("maxFramebufferLayers", 4, indent, signed=False, big_endi…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto430 // Original field: None uint32_t maxFramebufferLayers. stringarray? 0 string? 0 hasLenInfo? 0
431 optional uint32 maxFramebufferLayers = 80; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp899 if (!((a->maxFramebufferLayers) == (b->maxFramebufferLayers))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp904 vkStream->write((uint32_t*)&forMarshaling->maxFramebufferLayers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1043 vkStream->read((uint32_t*)&forUnmarshaling->maxFramebufferLayers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp805 memcpy((uint32_t*)&forUnmarshaling->maxFramebufferLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h3018 uint32_t maxFramebufferLayers; member
Dvulkan_structs.hpp58333 …amebufferWidth_ ), maxFramebufferHeight( maxFramebufferHeight_ ), maxFramebufferLayers( maxFramebu…
58371 …terpolationOffsetBits, maxFramebufferWidth, maxFramebufferHeight, maxFramebufferLayers, framebuffe… in reflect()
58463 && ( maxFramebufferLayers == rhs.maxFramebufferLayers ) in operator ==()
58579 uint32_t maxFramebufferLayers = {}; member
Dvulkan_hash.hpp7686 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFramebufferLayers ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp841 vkStream->write((uint32_t*)&forMarshaling->maxFramebufferLayers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
980 vkStream->read((uint32_t*)&forUnmarshaling->maxFramebufferLayers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp813 memcpy(*ptr, (uint32_t*)&forMarshaling->maxFramebufferLayers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()