Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp20987 if (!((a->rayTracingInvocationReorder) == (b->rayTracingInvocationReorder))) { in checkEqual_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
Dgoldfish_vk_marshaling.cpp39264 vkStream->write((VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
39288 vkStream->read((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
Dgoldfish_vk_reserved_marshaling.cpp30789 memcpy((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp64598 : 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
Dvulkan_core.h16376 VkBool32 rayTracingInvocationReorder; member
Dvulkan_hash.hpp8583 …H_COMBINE( seed, physicalDeviceRayTracingInvocationReorderFeaturesNV.rayTracingInvocationReorder ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp30473 vkStream->write((VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
30485 vkStream->read((VkBool32*)&forUnmarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()
Dgoldfish_vk_reserved_marshaling_guest.cpp20376 memcpy(*ptr, (VkBool32*)&forMarshaling->rayTracingInvocationReorder, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV()