Searched refs:maxGeometryTotalOutputComponents (Results 1 – 10 of 10) sorted by relevance
| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ |
| D | vulkan_printer.py | 800 …maxGeometryTotalOutputComponents = printer.write_int("maxGeometryTotalOutputComponents", 4, indent…
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 364 …// Original field: None uint32_t maxGeometryTotalOutputComponents. stringarray? 0 string? 0 hasLen… 365 optional uint32 maxGeometryTotalOutputComponents = 47; field
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 797 if (!((a->maxGeometryTotalOutputComponents) == (b->maxGeometryTotalOutputComponents))) { in checkEqual_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_marshaling.cpp | 866 vkStream->write((uint32_t*)&forMarshaling->maxGeometryTotalOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 1006 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryTotalOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_reserved_marshaling.cpp | 735 memcpy((uint32_t*)&forUnmarshaling->maxGeometryTotalOutputComponents, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 2985 uint32_t maxGeometryTotalOutputComponents; member
|
| D | vulkan_structs.hpp | 58333 …), maxGeometryOutputVertices( maxGeometryOutputVertices_ ), maxGeometryTotalOutputComponents( maxG… 58371 …ts, maxGeometryOutputComponents, maxGeometryOutputVertices, maxGeometryTotalOutputComponents, maxF… in reflect() 58430 && ( maxGeometryTotalOutputComponents == rhs.maxGeometryTotalOutputComponents ) in operator ==() 58546 uint32_t maxGeometryTotalOutputComponents = {}; member
|
| D | vulkan_hash.hpp | 7641 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryTotalOutputComponents ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 803 vkStream->write((uint32_t*)&forMarshaling->maxGeometryTotalOutputComponents, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 943 vkStream->read((uint32_t*)&forUnmarshaling->maxGeometryTotalOutputComponents, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 742 memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryTotalOutputComponents, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|