Searched refs:maxTessellationEvaluationInputComponents (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 794 …maxTessellationEvaluationInputComponents = printer.write_int("maxTessellationEvaluationInputCompon…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 428 * [[limits-maxTessellationEvaluationInputComponents]] 429 pname:maxTessellationEvaluationInputComponents is the maximum number of 4483 | code:uint32_t | pname:maxTessellationEvaluationInputComponents | pname:tessella… 4910 | pname:maxTessellationEvaluationInputComponents | 0 |64 | min
|
D | interfaces.adoc | 288 | tessellation evaluation input | pname:maxTessellationEvaluationInputComponents / 4
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4441 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationInputComponents ); in operator ()()
|
D | vulkan_hash.hpp | 8448 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationInputComponents ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 796 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in marshal_VkPhysicalDeviceLimits() 936 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 729 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 859 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationInputComponents, in marshal_VkPhysicalDeviceLimits() 999 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 722 memcpy((uint32_t*)&forUnmarshaling->maxTessellationEvaluationInputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3114 uint32_t maxTessellationEvaluationInputComponents; member
|