Searched refs:maxPipelineRayRecursionDepth (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 10576 …if (!((a->maxPipelineRayRecursionDepth) == (b->maxPipelineRayRecursionDepth))) { onFail("a->maxPip… in checkEqual_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_marshaling.cpp | 27899 vkStream->write((uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoKHR() 27972 vkStream->read((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 20765 memcpy((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_core.h | 11734 uint32_t maxPipelineRayRecursionDepth; member
|
| D | vulkan.hpp | 39915 …( pStages_ ), groupCount( groupCount_ ), pGroups( pGroups_ ), maxPipelineRayRecursionDepth( maxPip… 39927 …ast<uint32_t>( groups_.size() ) ), pGroups( groups_.data() ), maxPipelineRayRecursionDepth( maxPip… 40000 maxPipelineRayRecursionDepth = maxPipelineRayRecursionDepth_; in setMaxPipelineRayRecursionDepth() 40064 && ( maxPipelineRayRecursionDepth == rhs.maxPipelineRayRecursionDepth ) in operator ==() 40089 uint32_t maxPipelineRayRecursionDepth = {}; member
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 22919 vkStream->write((uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoKHR() 22979 vkStream->read((uint32_t*)&forUnmarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 15372 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPipelineRayRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkRayTracingPipelineCreateInfoKHR()
|