Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py790maxTessellationControlPerVertexInputComponents = printer.write_int("maxTessellationControlPerVerte…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc412 * [[limits-maxTessellationControlPerVertexInputComponents]]
413 pname:maxTessellationControlPerVertexInputComponents is the maximum
4479 | code:uint32_t | pname:maxTessellationControlPerVertexInputComponents | pname:tessella…
4906 | pname:maxTessellationControlPerVertexInputComponents | 0 |64 | min
Dinterfaces.adoc286 | tessellation control input | pname:maxTessellationControlPerVertexInputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4437 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexInputComponents in operator ()()
Dvulkan_hash.hpp8444 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexInputComponents in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp788 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexInputComponents, in marshal_VkPhysicalDeviceLimits()
928 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexInputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp717 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerVertexInputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp851 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexInputComponents, in marshal_VkPhysicalDeviceLimits()
991 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexInputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp710 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexInputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3110 uint32_t maxTessellationControlPerVertexInputComponents; member