Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc378 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributeOffset
577 sname:VkPhysicalDeviceLimits::pname:maxVertexInputAttributeOffset
Dlimits.adoc382 * [[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/
Dvulkan_printer.py785maxVertexInputAttributeOffset = printer.write_int("maxVertexInputAttributeOffset", 4, indent, sign…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4432 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributeOffset ); in operator ()()
Dvulkan_hash.hpp8439 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxVertexInputAttributeOffset ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp783 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp707 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVertexInputAttributeOffset, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp846 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()
Dgoldfish_vk_reserved_marshaling.cpp700 memcpy((uint32_t*)&forUnmarshaling->maxVertexInputAttributeOffset, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3105 uint32_t maxVertexInputAttributeOffset; member