Searched refs:deviceGeneratedCommands (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 16270 if (!((a->deviceGeneratedCommands) == (b->deviceGeneratedCommands))) { in checkEqual_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
|
| D | goldfish_vk_marshaling.cpp | 29808 vkStream->write((VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV() 29832 vkStream->read((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
|
| D | goldfish_vk_reserved_marshaling.cpp | 23316 memcpy((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 52051 : pNext( pNext_ ), deviceGeneratedCommands( deviceGeneratedCommands_ ) 52079 deviceGeneratedCommands = deviceGeneratedCommands_; in setDeviceGeneratedCommands() 52103 return std::tie( sType, pNext, deviceGeneratedCommands ); in reflect() 52118 && ( deviceGeneratedCommands == rhs.deviceGeneratedCommands ); in operator ==() 52131 VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands = {}; member
|
| D | vulkan_core.h | 13628 VkBool32 deviceGeneratedCommands; member
|
| D | vulkan_hash.hpp | 6749 …_HPP_HASH_COMBINE( seed, physicalDeviceDeviceGeneratedCommandsFeaturesNV.deviceGeneratedCommands ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 23366 vkStream->write((VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV() 23378 vkStream->read((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 15655 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
|