Searched refs:maxPipelineRayRecursionDepth (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 21584 if (!((a->maxPipelineRayRecursionDepth) == (b->maxPipelineRayRecursionDepth))) { in checkEqual_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_marshaling.cpp | 40490 vkStream->write((uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoKHR() 40569 vkStream->read((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 31736 memcpy((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 81008 …( pStages_ ), groupCount( groupCount_ ), pGroups( pGroups_ ), maxPipelineRayRecursionDepth( maxPip… 81019 …ast<uint32_t>( groups_.size() ) ), pGroups( groups_.data() ), maxPipelineRayRecursionDepth( maxPip… 81090 maxPipelineRayRecursionDepth = maxPipelineRayRecursionDepth_; in setMaxPipelineRayRecursionDepth() 81150 …Type, pNext, flags, stageCount, pStages, groupCount, pGroups, maxPipelineRayRecursionDepth, pLibra… in reflect() 81170 && ( maxPipelineRayRecursionDepth == rhs.maxPipelineRayRecursionDepth ) in operator ==() 81194 uint32_t maxPipelineRayRecursionDepth = {}; member
|
| D | vulkan_core.h | 16717 uint32_t maxPipelineRayRecursionDepth; member
|
| D | vulkan_hash.hpp | 10773 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 31415 vkStream->write((uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoKHR() 31477 vkStream->read((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 20967 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkRayTracingPipelineCreateInfoKHR()
|