Searched refs:rayTracingInvocationReorder (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 20987 if (!((a->rayTracingInvocationReorder) == (b->rayTracingInvocationReorder))) { in checkEqual_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
|
| D | goldfish_vk_marshaling.cpp | 39264 vkStream->write((VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV() 39288 vkStream->read((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
|
| D | goldfish_vk_reserved_marshaling.cpp | 30789 memcpy((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 64598 : pNext( pNext_ ), rayTracingInvocationReorder( rayTracingInvocationReorder_ ) 64626 rayTracingInvocationReorder = rayTracingInvocationReorder_; in setRayTracingInvocationReorder() 64650 return std::tie( sType, pNext, rayTracingInvocationReorder ); in reflect() 64665 && ( rayTracingInvocationReorder == rhs.rayTracingInvocationReorder ); in operator ==() 64678 VULKAN_HPP_NAMESPACE::Bool32 rayTracingInvocationReorder = {}; member
|
| D | vulkan_core.h | 16376 VkBool32 rayTracingInvocationReorder; member
|
| D | vulkan_hash.hpp | 8583 …H_COMBINE( seed, physicalDeviceRayTracingInvocationReorderFeaturesNV.rayTracingInvocationReorder ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 30473 vkStream->write((VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV() 30485 vkStream->read((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 20376 memcpy(*ptr, (VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
|