Searched refs:accelerationStructureHostCommands (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 21332 if (!((a->accelerationStructureHostCommands) == (b->accelerationStructureHostCommands))) { in checkEqual_VkPhysicalDeviceAccelerationStructureFeaturesKHR()
|
| D | goldfish_vk_marshaling.cpp | 39983 vkStream->write((VkBool32*)&forMarshaling->accelerationStructureHostCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR() 40015 vkStream->read((VkBool32*)&forUnmarshaling->accelerationStructureHostCommands, in unmarshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 31338 memcpy((VkBool32*)&forUnmarshaling->accelerationStructureHostCommands, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 48154 …uctureIndirectBuild( accelerationStructureIndirectBuild_ ), accelerationStructureHostCommands( acc… 48200 accelerationStructureHostCommands = accelerationStructureHostCommands_; in setAccelerationStructureHostCommands() 48230 …StructureCaptureReplay, accelerationStructureIndirectBuild, accelerationStructureHostCommands, des… in reflect() 48248 && ( accelerationStructureHostCommands == rhs.accelerationStructureHostCommands ) in operator ==() 48265 VULKAN_HPP_NAMESPACE::Bool32 accelerationStructureHostCommands = {}; member
|
| D | vulkan_core.h | 16507 VkBool32 accelerationStructureHostCommands; member
|
| D | vulkan_hash.hpp | 6199 …_COMBINE( seed, physicalDeviceAccelerationStructureFeaturesKHR.accelerationStructureHostCommands ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 31026 vkStream->write((VkBool32*)&forMarshaling->accelerationStructureHostCommands, sizeof(VkBool32)); in marshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR() 31046 vkStream->read((VkBool32*)&forUnmarshaling->accelerationStructureHostCommands, in unmarshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 20724 memcpy(*ptr, (VkBool32*)&forMarshaling->accelerationStructureHostCommands, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceAccelerationStructureFeaturesKHR()
|