Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py795maxTessellationEvaluationOutputComponents = printer.write_int("maxTessellationEvaluationOutputComp…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc432 * [[limits-maxTessellationEvaluationOutputComponents]]
433 pname:maxTessellationEvaluationOutputComponents is the maximum number of
4484 | code:uint32_t | pname:maxTessellationEvaluationOutputComponents | pname:tessella…
4911 | pname:maxTessellationEvaluationOutputComponents | 0 |64 | min
Dinterfaces.adoc289 | tessellation evaluation output| pname:maxTessellationEvaluationOutputComponents / 4
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4442 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationOutputComponents ); in operator ()()
Dvulkan_hash.hpp8449 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationOutputComponents ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp798 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in marshal_VkPhysicalDeviceLimits()
938 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp732 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp861 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in marshal_VkPhysicalDeviceLimits()
1001 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp725 memcpy((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3115 uint32_t maxTessellationEvaluationOutputComponents; member