Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc27 There are sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributes
283 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributes
372 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributes
469 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributes
571 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributes
Dlimits.adoc363 * [[limits-maxVertexInputAttributes]] pname:maxVertexInputAttributes is
4472 | code:uint32_t | pname:maxVertexInputAttributes | -
4894 | pname:maxVertexInputAttributes | - | 16 | min
Dinterfaces.adoc284 | vertex input | pname:maxVertexInputAttributes
365 pname:maxVertexInputAttributes member of the sname:VkPhysicalDeviceLimits
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py783maxVertexInputAttributes = printer.write_int("maxVertexInputAttributes", 4, indent, signed=False, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4430 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributes ); in operator ()()
Dvulkan_hash.hpp8437 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributes ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp781 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
921 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp703 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp844 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
984 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp696 memcpy((uint32_t*)&forUnmarshaling->maxVertexInputAttributes, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3103 uint32_t maxVertexInputAttributes; member