Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp21584 if (!((a->maxPipelineRayRecursionDepth) == (b->maxPipelineRayRecursionDepth))) { in checkEqual_VkRayTracingPipelineCreateInfoKHR()
Dgoldfish_vk_marshaling.cpp40490 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()
Dgoldfish_vk_reserved_marshaling.cpp31736 memcpy((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRayTracingPipelineCreateInfoKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp81008 …( 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
Dvulkan_core.h16717 uint32_t maxPipelineRayRecursionDepth; member
Dvulkan_hash.hpp10773 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoKHR.maxPipelineRayRecursionDepth ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp31415 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp20967 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkRayTracingPipelineCreateInfoKHR()