Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp16270 if (!((a->deviceGeneratedCommands) == (b->deviceGeneratedCommands))) { in checkEqual_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
Dgoldfish_vk_marshaling.cpp29808 vkStream->write((VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
29832 vkStream->read((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
Dgoldfish_vk_reserved_marshaling.cpp23316 memcpy((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp52051 : 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
Dvulkan_core.h13628 VkBool32 deviceGeneratedCommands; member
Dvulkan_hash.hpp6749 …_HPP_HASH_COMBINE( seed, physicalDeviceDeviceGeneratedCommandsFeaturesNV.deviceGeneratedCommands ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp23366 vkStream->write((VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
23378 vkStream->read((VkBool32*)&forUnmarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()
Dgoldfish_vk_reserved_marshaling_guest.cpp15655 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceGeneratedCommands, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV()