Home
last modified time | relevance | path

Searched refs:maxTessellationControlPerPatchOutputComponents (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py792maxTessellationControlPerPatchOutputComponents = printer.write_int("maxTessellationControlPerPatch…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto348 …// Original field: None uint32_t maxTessellationControlPerPatchOutputComponents. stringarray? 0 st…
349 optional uint32 maxTessellationControlPerPatchOutputComponents = 39; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp769 if (!((a->maxTessellationControlPerPatchOutputComponents) == in checkEqual_VkPhysicalDeviceLimits()
770 (b->maxTessellationControlPerPatchOutputComponents))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp854 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits()
994 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp715 memcpy((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h2977 uint32_t maxTessellationControlPerPatchOutputComponents; member
Dvulkan_structs.hpp58333 … maxTessellationControlPerVertexOutputComponents_ ), maxTessellationControlPerPatchOutputComponent…
58371 …ts, maxTessellationControlPerVertexOutputComponents, maxTessellationControlPerPatchOutputComponent… in reflect()
58422 …&& ( maxTessellationControlPerPatchOutputComponents == rhs.maxTessellationControlPerPatchOutputCom… in operator ==()
58538 uint32_t maxTessellationControlPerPatchOutputComponents = {}; member
Dvulkan_hash.hpp7633 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxTessellationControlPerPatchOutputComponents in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp791 vkStream->write((uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in marshal_VkPhysicalDeviceLimits()
931 vkStream->read((uint32_t*)&forUnmarshaling->maxTessellationControlPerPatchOutputComponents, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp722 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTessellationControlPerPatchOutputComponents, in reservedmarshal_VkPhysicalDeviceLimits()