Searched refs:maxVertexInputAttributes (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 27 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
|
D | limits.adoc | 363 * [[limits-maxVertexInputAttributes]] pname:maxVertexInputAttributes is 4472 | code:uint32_t | pname:maxVertexInputAttributes | - 4894 | pname:maxVertexInputAttributes | - | 16 | min
|
D | interfaces.adoc | 284 | vertex input | pname:maxVertexInputAttributes 365 pname:maxVertexInputAttributes member of the sname:VkPhysicalDeviceLimits
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 783 …maxVertexInputAttributes = printer.write_int("maxVertexInputAttributes", 4, indent, signed=False, …
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4430 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributes ); in operator ()()
|
D | vulkan_hash.hpp | 8437 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributes ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 781 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 703 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVertexInputAttributes, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 844 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 696 memcpy((uint32_t*)&forUnmarshaling->maxVertexInputAttributes, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3103 uint32_t maxVertexInputAttributes; member
|