Searched refs:maxRayRecursionDepth (Results  1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 21665     if (!((a->maxRayRecursionDepth) == (b->maxRayRecursionDepth))) {  in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
  | 
| D | goldfish_vk_marshaling.cpp | 40672     vkStream->write((uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t));  in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR() 40704     vkStream->read((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, sizeof(uint32_t));  in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
  | 
| D | goldfish_vk_reserved_marshaling.cpp | 31853     memcpy((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, *ptr, sizeof(uint32_t));  in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
  | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_core.h | 16740     uint32_t           maxRayRecursionDepth;  member
  | 
| D | vulkan_structs.hpp | 65132 …: pNext( pNext_ ), shaderGroupHandleSize( shaderGroupHandleSize_ ), maxRayRecursionDepth( maxRayRe… 65170 …return std::tie( sType, pNext, shaderGroupHandleSize, maxRayRecursionDepth, maxShaderGroupStride, …  in reflect() 65186           && ( maxRayRecursionDepth == rhs.maxRayRecursionDepth )  in operator ==() 65206     uint32_t maxRayRecursionDepth = {};  member
  | 
| D | vulkan_hash.hpp | 8650 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth );  in operator ()()
  | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 31576     vkStream->write((uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t));  in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR() 31596     vkStream->read((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, sizeof(uint32_t));  in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
  | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 21050     memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t));  in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
  |