Home
last modified time | relevance | path

Searched refs:maxFramebufferWidth (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc192 <<limits-maxFramebufferWidth,pname:maxFramebufferWidth>>
201 <<limits-maxFramebufferWidth,pname:maxFramebufferHeight>>
4793 pname:width must: be less than or equal to <<limits-maxFramebufferWidth,
4794 pname:maxFramebufferWidth>>
6485 <<limits-maxFramebufferWidth, pname:maxFramebufferWidth>>
6613 <<limits-maxFramebufferWidth, pname:maxFramebufferWidth>>
Dlimits.adoc653 * [[limits-maxFramebufferWidth]] pname:maxFramebufferWidth is the maximum
4520 | code:uint32_t | pname:maxFramebufferWidth | -
4947 | pname:maxFramebufferWidth | - | 4096 | min
Dresources.adoc1834 sname:VkPhysicalDeviceLimits::pname:maxFramebufferWidth
1848 …latexmath:[\left\lceil{\frac{maxFramebufferWidth}{minFragmentDensityTexelSize_{width}}}\right\rcei…
1861 …latexmath:[\left\lceil{\frac{maxFramebufferWidth}{minFragmentDensityTexelSize_{width}}}\right\rcei…
2174 sname:VkPhysicalDeviceLimits::pname:maxFramebufferWidth
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py831maxFramebufferWidth = printer.write_int("maxFramebufferWidth", 4, indent, signed=False, big_endian…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4490 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFramebufferWidth ); in operator ()()
Dvulkan_hash.hpp8497 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxFramebufferWidth ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp840 vkStream->write((uint32_t*)&forMarshaling->maxFramebufferWidth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
979 vkStream->read((uint32_t*)&forUnmarshaling->maxFramebufferWidth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp810 memcpy(*ptr, (uint32_t*)&forMarshaling->maxFramebufferWidth, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp903 vkStream->write((uint32_t*)&forMarshaling->maxFramebufferWidth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1042 vkStream->read((uint32_t*)&forUnmarshaling->maxFramebufferWidth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp802 memcpy((uint32_t*)&forUnmarshaling->maxFramebufferWidth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3151 uint32_t maxFramebufferWidth; member