Home
last modified time | relevance | path

Searched refs:maxViewports (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_clip_space_w_scaling/
Dvertexpostproc.adoc118 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc1287 sname:VkPhysicalDeviceLimits::pname:maxViewports minus one.
1332 sname:VkPhysicalDeviceLimits::pname:maxViewports
1335 sname:VkPhysicalDeviceLimits::pname:maxViewports
1423 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
1480 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
1614 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
Dfragops.adoc485 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
572 sname:VkPhysicalDeviceLimits::pname:maxViewports
620 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
675 the remainder up to sname:VkPhysicalDeviceLimits::pname:maxViewports are
Dlimits.adoc541 * [[limits-maxViewports]] pname:maxViewports is the maximum number of
4505 | code:uint32_t | pname:maxViewports | pname:multiViewport
4932 | pname:maxViewports | 1 | 16 | min
Dprimsrast.adoc1791 sname:VkPhysicalDeviceLimits::pname:maxViewports
1954 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
Dinterfaces.adoc4852 [eq]#{lceil}(sname:VkPhysicalDeviceLimits::pname:maxViewports / 32){rceil}#
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py816 maxViewports = printer.write_int("maxViewports", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4469 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxViewports ); in operator ()()
Dvulkan_hash.hpp8476 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxViewports ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp821 vkStream->write((uint32_t*)&forMarshaling->maxViewports, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
961 vkStream->read((uint32_t*)&forUnmarshaling->maxViewports, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp775 memcpy(*ptr, (uint32_t*)&forMarshaling->maxViewports, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp884 vkStream->write((uint32_t*)&forMarshaling->maxViewports, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1024 vkStream->read((uint32_t*)&forUnmarshaling->maxViewports, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp768 memcpy((uint32_t*)&forUnmarshaling->maxViewports, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3136 uint32_t maxViewports; member