Searched refs:maxGeometryOutputComponents (Results  1 – 10 of 10) sorted by relevance
| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ | 
| D | vulkan_printer.py | 798 …maxGeometryOutputComponents = printer.write_int("maxGeometryOutputComponents", 4, indent, signed=F…
  | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ | 
| D | goldfish_vk_baseprotodefs.proto | 360 …// 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/ | 
| D | goldfish_vk_testing.cpp | 791     if (!((a->maxGeometryOutputComponents) == (b->maxGeometryOutputComponents))) {  in checkEqual_VkPhysicalDeviceLimits()
  | 
| D | goldfish_vk_marshaling.cpp | 864     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()
  | 
| D | goldfish_vk_reserved_marshaling.cpp | 731     memcpy((uint32_t*)&forUnmarshaling->maxGeometryOutputComponents, *ptr, sizeof(uint32_t));  in reservedunmarshal_VkPhysicalDeviceLimits()
  | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_core.h | 2983     uint32_t              maxGeometryOutputComponents;  member
  | 
| D | vulkan_structs.hpp | 58333 … ), maxGeometryInputComponents( maxGeometryInputComponents_ ), maxGeometryOutputComponents( maxGeo… 58371 …nts, maxGeometryShaderInvocations, maxGeometryInputComponents, maxGeometryOutputComponents, maxGeo…  in reflect() 58428           && ( maxGeometryOutputComponents == rhs.maxGeometryOutputComponents )  in operator ==() 58544     uint32_t maxGeometryOutputComponents = {};  member
  | 
| D | vulkan_hash.hpp | 7639     VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxGeometryOutputComponents );  in operator ()()
  | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 801     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()
  | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 738     memcpy(*ptr, (uint32_t*)&forMarshaling->maxGeometryOutputComponents, sizeof(uint32_t));  in reservedmarshal_VkPhysicalDeviceLimits()
  |