Searched refs:maxTessellationControlPerVertexOutputComponents (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 791 …maxTessellationControlPerVertexOutputComponents = printer.write_int("maxTessellationControlPerVert…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 416 * [[limits-maxTessellationControlPerVertexOutputComponents]] 417 pname:maxTessellationControlPerVertexOutputComponents is the maximum 4480 | code:uint32_t | pname:maxTessellationControlPerVertexOutputComponents | pname:tessella… 4907 | pname:maxTessellationControlPerVertexOutputComponents | 0 |64 | min
|
D | interfaces.adoc | 287 | tessellation control output | pname:maxTessellationControlPerVertexOutputComponents / 4
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4438 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexOutputComponent… in operator ()()
|
D | vulkan_hash.hpp | 8445 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerVertexOutputComponent… in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 790 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in marshal_VkPhysicalDeviceLimits() 930 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 720 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 853 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerVertexOutputComponents, in marshal_VkPhysicalDeviceLimits() 993 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 713 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerVertexOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3111 uint32_t maxTessellationControlPerVertexOutputComponents; member
|