Searched refs:maxIndirectCommandsStreamCount (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 16238 if (!((a->maxIndirectCommandsStreamCount) == (b->maxIndirectCommandsStreamCount))) { in checkEqual_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
|
| D | goldfish_vk_marshaling.cpp | 29753 vkStream->write((uint32_t*)&forMarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV() 29788 vkStream->read((uint32_t*)&forUnmarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
|
| D | goldfish_vk_reserved_marshaling.cpp | 23274 memcpy((uint32_t*)&forUnmarshaling->maxIndirectCommandsStreamCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 13617 uint32_t maxIndirectCommandsStreamCount; member
|
| D | vulkan_structs.hpp | 52151 …ndirectCommandsTokenCount( maxIndirectCommandsTokenCount_ ), maxIndirectCommandsStreamCount( maxIn… 52189 …nt, maxIndirectSequenceCount, maxIndirectCommandsTokenCount, maxIndirectCommandsStreamCount, maxIn… in reflect() 52207 && ( maxIndirectCommandsStreamCount == rhs.maxIndirectCommandsStreamCount ) in operator ==() 52228 uint32_t maxIndirectCommandsStreamCount = {}; member
|
| D | vulkan_hash.hpp | 6764 …_COMBINE( seed, physicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 23323 vkStream->write((uint32_t*)&forMarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV() 23346 vkStream->read((uint32_t*)&forUnmarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 15627 memcpy(*ptr, (uint32_t*)&forMarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
|