Searched refs:maxTessellationControlPerPatchOutputComponents (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 792 …maxTessellationControlPerPatchOutputComponents = printer.write_int("maxTessellationControlPerPatch…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 420 * [[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/ |
D | vulkansc_hash.hpp | 4439 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerPatchOutputComponents… in operator ()()
|
D | vulkan_hash.hpp | 8446 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerPatchOutputComponents… in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 792 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits() 932 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 723 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 855 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits() 995 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 716 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3112 uint32_t maxTessellationControlPerPatchOutputComponents; member
|