Home
last modified time | relevance | path

Searched refs:maxTessellationPatchSize (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtessellation.adoc609 equal to sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
Dshaders.adoc445 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
2011 equal to sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
2023 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize.
Dlimits.adoc403 * [[limits-maxTessellationPatchSize]] pname:maxTessellationPatchSize is
4478 | code:uint32_t | pname:maxTessellationPatchSize | pname:tessellationShader
4905 | pname:maxTessellationPatchSize | 0 | 32 | min
Dpipelines.adoc514 sname:VkPhysicalDeviceLimits::pname:maxTessellationPatchSize
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py789maxTessellationPatchSize = printer.write_int("maxTessellationPatchSize", 4, indent, signed=False, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4436 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationPatchSize ); in operator ()()
Dvulkan_hash.hpp8443 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationPatchSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp787 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp715 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationPatchSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp850 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()
Dgoldfish_vk_reserved_marshaling.cpp708 memcpy((uint32_t*)&forUnmarshaling->maxTessellationPatchSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3109 uint32_t maxTessellationPatchSize; member