Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py791maxTessellationControlPerVertexOutputComponents = printer.write_int("maxTessellationControlPerVert…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc416 * [[limits-maxTessellationControlPerVertexOutputComponents]]
417 pname:maxTessellationControlPerVertexOutputComponents is the maximum
4480 | code:uint32_t | pname:maxTessellationControlPerVertexOutputComponents | pname:tessella…
4907 | pname:maxTessellationControlPerVertexOutputComponents | 0 |64 | min
Dinterfaces.adoc287 | tessellation control output | pname:maxTessellationControlPerVertexOutputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4438 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexOutputComponent… in operator ()()
Dvulkan_hash.hpp8445 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexOutputComponent… in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp790 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in marshal_VkPhysicalDeviceLimits()
930 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp720 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp853 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in marshal_VkPhysicalDeviceLimits()
993 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp713 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3111 uint32_t maxTessellationControlPerVertexOutputComponents; member