Searched refs:maxTessellationControlTotalOutputComponents (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 793 …maxTessellationControlTotalOutputComponents = printer.write_int("maxTessellationControlTotalOutput…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 424 * [[limits-maxTessellationControlTotalOutputComponents]] 425 pname:maxTessellationControlTotalOutputComponents is the maximum total 4482 | code:uint32_t | pname:maxTessellationControlTotalOutputComponents | pname:tessella… 4909 | pname:maxTessellationControlTotalOutputComponents | 0 |2048 | min
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4440 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlTotalOutputComponents ); in operator ()()
|
D | vulkan_hash.hpp | 8447 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlTotalOutputComponents ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 794 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in marshal_VkPhysicalDeviceLimits() 934 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 726 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 857 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in marshal_VkPhysicalDeviceLimits() 997 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 719 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3113 uint32_t maxTessellationControlTotalOutputComponents; member
|