Home
last modified time | relevance | path

Searched refs:maxIndirectCommandsStreamCount (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp16238 if (!((a->maxIndirectCommandsStreamCount) == (b->maxIndirectCommandsStreamCount))) { in checkEqual_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
Dgoldfish_vk_marshaling.cpp29753 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()
Dgoldfish_vk_reserved_marshaling.cpp23274 memcpy((uint32_t*)&forUnmarshaling->maxIndirectCommandsStreamCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h13617 uint32_t maxIndirectCommandsStreamCount; member
Dvulkan_structs.hpp52151 …ndirectCommandsTokenCount( maxIndirectCommandsTokenCount_ ), maxIndirectCommandsStreamCount( maxIn…
52189 …nt, maxIndirectSequenceCount, maxIndirectCommandsTokenCount, maxIndirectCommandsStreamCount, maxIn… in reflect()
52207 && ( maxIndirectCommandsStreamCount == rhs.maxIndirectCommandsStreamCount ) in operator ==()
52228 uint32_t maxIndirectCommandsStreamCount = {}; member
Dvulkan_hash.hpp6764 …_COMBINE( seed, physicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp23323 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp15627 memcpy(*ptr, (uint32_t*)&forMarshaling->maxIndirectCommandsStreamCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV()