Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py798maxGeometryOutputComponents = printer.write_int("maxGeometryOutputComponents", 4, indent, signed=F…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto360 …// Original field: None uint32_t maxGeometryOutputComponents. stringarray? 0 string? 0 hasLenInfo?…
361 optional uint32 maxGeometryOutputComponents = 45; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp791 if (!((a->maxGeometryOutputComponents) == (b->maxGeometryOutputComponents))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp864 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
1004 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp731 memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h2983 uint32_t maxGeometryOutputComponents; member
Dvulkan_structs.hpp58333 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo…
58371 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo… in reflect()
58428 && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents ) in operator ==()
58544 uint32_t maxGeometryOutputComponents = {}; member
Dvulkan_hash.hpp7639 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp801 vkStream->write((uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
941 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp738 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()