Searched refs:maxVertexInputAttributeOffset (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 378 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributeOffset 577 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributeOffset
|
D | limits.adoc | 382 * [[limits-maxVertexInputAttributeOffset]] 383 pname:maxVertexInputAttributeOffset is the maximum vertex input 4474 | code:uint32_t | pname:maxVertexInputAttributeOffset | - 4901 | pname:maxVertexInputAttributeOffset | - | 2047 | min
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 785 …maxVertexInputAttributeOffset = printer.write_int("maxVertexInputAttributeOffset", 4, indent, sign…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4432 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributeOffset ); in operator ()()
|
D | vulkan_hash.hpp | 8439 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributeOffset ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 783 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 923 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 707 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 846 vkStream->write((uint32_t*)&forMarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 986 vkStream->read((uint32_t*)&forUnmarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 700 memcpy((uint32_t*)&forUnmarshaling->maxVertexInputAttributeOffset, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3105 uint32_t maxVertexInputAttributeOffset; member
|