Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc29 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings number of vertex
280 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
326 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
375 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
466 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
527 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
574 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
635 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
638 or equal to sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
760 sname:VkPhysicalDeviceLimits::pname:maxVertexInputBindings
[all …]
Dlimits.adoc372 * [[limits-maxVertexInputBindings]] pname:maxVertexInputBindings is the
4473 | code:uint32_t | pname:maxVertexInputBindings | -
4896 | pname:maxVertexInputBindings | - | 16 | min
4899 | pname:maxVertexInputBindings | - | 16 ^10^ | min
5393 required minimum value of pname:maxVertexInputBindings is code:8.
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py784maxVertexInputBindings = printer.write_int("maxVertexInputBindings", 4, indent, signed=False, big_…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4431 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputBindings ); in operator ()()
Dvulkan_hash.hpp8438 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputBindings ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp782 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputBindings, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
922 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputBindings, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp705 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVertexInputBindings, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp845 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputBindings, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
985 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputBindings, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp698 memcpy((uint32_t*)&forUnmarshaling->maxVertexInputBindings, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3104 uint32_t maxVertexInputBindings; member