Searched refs:maxTessellationEvaluationOutputComponents (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 795 …maxTessellationEvaluationOutputComponents = printer.write_int("maxTessellationEvaluationOutputComp…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 432 * [[limits-maxTessellationEvaluationOutputComponents]] 433 pname:maxTessellationEvaluationOutputComponents is the maximum number of 4484 | code:uint32_t | pname:maxTessellationEvaluationOutputComponents | pname:tessella… 4911 | pname:maxTessellationEvaluationOutputComponents | 0 |64 | min
|
D | interfaces.adoc | 289 | tessellation evaluation output| pname:maxTessellationEvaluationOutputComponents / 4
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4442 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationOutputComponents ); in operator ()()
|
D | vulkan_hash.hpp | 8449 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationEvaluationOutputComponents ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 798 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in marshal_VkPhysicalDeviceLimits() 938 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 732 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 861 vkStream->write((uint32_t*)&forMarshaling->maxTessellationEvaluationOutputComponents, in marshal_VkPhysicalDeviceLimits() 1001 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 725 memcpy((uint32_t*)&forUnmarshaling->maxTessellationEvaluationOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3115 uint32_t maxTessellationEvaluationOutputComponents; member
|