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/ |
D | vertexpostproc.adoc | 118 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | vertexpostproc.adoc | 1287 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
|
D | fragops.adoc | 485 `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
|
D | limits.adoc | 541 * [[limits-maxViewports]] pname:maxViewports is the maximum number of 4505 | code:uint32_t | pname:maxViewports | pname:multiViewport 4932 | pname:maxViewports | 1 | 16 | min
|
D | primsrast.adoc | 1791 sname:VkPhysicalDeviceLimits::pname:maxViewports 1954 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
D | interfaces.adoc | 4852 [eq]#{lceil}(sname:VkPhysicalDeviceLimits::pname:maxViewports / 32){rceil}#
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 816 maxViewports = printer.write_int("maxViewports", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4469 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxViewports ); in operator ()()
|
D | vulkan_hash.hpp | 8476 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxViewports ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 821 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 775 memcpy(*ptr, (uint32_t*)&forMarshaling->maxViewports, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 884 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 768 memcpy((uint32_t*)&forUnmarshaling->maxViewports, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3136 uint32_t maxViewports; member
|