Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py797maxGeometryInputComponents = printer.write_int("maxGeometryInputComponents", 4, indent, signed=Fal…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto358 …// Original field: None uint32_t maxGeometryInputComponents. stringarray? 0 string? 0 hasLenInfo? 0
359 optional uint32 maxGeometryInputComponents = 44; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp788 if (!((a->maxGeometryInputComponents) == (b->maxGeometryInputComponents))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp863 vkStream->write((uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1003 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp729 memcpy((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h2982 uint32_t maxGeometryInputComponents; member
Dvulkan_structs.hpp58333 …maxGeometryShaderInvocations( maxGeometryShaderInvocations_ ), maxGeometryInputComponents( maxGeom…
58371 …ationEvaluationOutputComponents, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeom… in reflect()
58427 && ( maxGeometryInputComponents == rhs.maxGeometryInputComponents ) in operator ==()
58543 uint32_t maxGeometryInputComponents = {}; member
Dvulkan_hash.hpp7638 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryInputComponents ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp800 vkStream->write((uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
940 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp736 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryInputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()