Home
last modified time | relevance | path

Searched refs:maxTessellationControlTotalOutputComponents (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py793maxTessellationControlTotalOutputComponents = printer.write_int("maxTessellationControlTotalOutput…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc424 * [[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/
Dvulkansc_hash.hpp4440 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlTotalOutputComponents ); in operator ()()
Dvulkan_hash.hpp8447 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlTotalOutputComponents ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp794 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in marshal_VkPhysicalDeviceLimits()
934 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp726 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp857 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlTotalOutputComponents, in marshal_VkPhysicalDeviceLimits()
997 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp719 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlTotalOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3113 uint32_t maxTessellationControlTotalOutputComponents; member