Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py797maxGeometryInputComponents = printer.write_int("maxGeometryInputComponents", 4, indent, signed=Fal…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc442 * [[limits-maxGeometryInputComponents]] pname:maxGeometryInputComponents
4486 | code:uint32_t | pname:maxGeometryInputComponents | pname:geometryShader
4913 | pname:maxGeometryInputComponents | 0 | 64 | min
Dinterfaces.adoc290 | geometry input | pname:maxGeometryInputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4444 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryInputComponents ); in operator ()()
Dvulkan_hash.hpp8451 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryInputComponents ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp801 vkStream->write((uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
941 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp737 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp864 vkStream->write((uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1004 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp730 memcpy((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3117 uint32_t maxGeometryInputComponents; member