Searched refs:maxTessellationPatchSize (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | tessellation.adoc | 609 equal to sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
|
D | shaders.adoc | 445 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize 2011 equal to sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize 2023 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize.
|
D | limits.adoc | 403 * [[limits-maxTessellationPatchSize]] pname:maxTessellationPatchSize is 4478 | code:uint32_t | pname:maxTessellationPatchSize | pname:tessellationShader 4905 | pname:maxTessellationPatchSize | 0 | 32 | min
|
D | pipelines.adoc | 514 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 789 …maxTessellationPatchSize = printer.write_int("maxTessellationPatchSize", 4, indent, signed=False, …
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4436 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationPatchSize ); in operator ()()
|
D | vulkan_hash.hpp | 8443 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationPatchSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 787 vkStream->write((uint32_t*)&forMarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 927 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 715 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 850 vkStream->write((uint32_t*)&forMarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 990 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 708 memcpy((uint32_t*)&forUnmarshaling->maxTessellationPatchSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3109 uint32_t maxTessellationPatchSize; member
|