Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py794maxTessellationEvaluationInputComponents = printer.write_int("maxTessellationEvaluationInputCompon…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc428 * [[limits-maxTessellationEvaluationInputComponents]]
429 pname:maxTessellationEvaluationInputComponents is the maximum number of
4483 | code:uint32_t | pname:maxTessellationEvaluationInputComponents | pname:tessella…
4910 | pname:maxTessellationEvaluationInputComponents | 0 |64 | min
Dinterfaces.adoc288 | tessellation evaluation input | pname:maxTessellationEvaluationInputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4441 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationInputComponents ); in operator ()()
Dvulkan_hash.hpp8448 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationInputComponents ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp796 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in marshal_VkPhysicalDeviceLimits()
936 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp729 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp859 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in marshal_VkPhysicalDeviceLimits()
999 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp722 memcpy((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3114 uint32_t maxTessellationEvaluationInputComponents; member