Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py792maxTessellationControlPerPatchOutputComponents = printer.write_int("maxTessellationControlPerPatch…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc420 * [[limits-maxTessellationControlPerPatchOutputComponents]]
421 pname:maxTessellationControlPerPatchOutputComponents is the maximum
4481 | code:uint32_t | pname:maxTessellationControlPerPatchOutputComponents | pname:tessella…
4908 | pname:maxTessellationControlPerPatchOutputComponents | 0 |120 | min
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4439 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerPatchOutputComponents in operator ()()
Dvulkan_hash.hpp8446 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerPatchOutputComponents in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp792 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits()
932 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp723 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp855 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits()
995 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp716 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3112 uint32_t maxTessellationControlPerPatchOutputComponents; member