Searched refs:maxRayRecursionDepth (Results 1 – 7 of 7) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 10634 …if (!((a->maxRayRecursionDepth) == (b->maxRayRecursionDepth))) { onFail("a->maxRayRecursionDepth (… in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
| D | goldfish_vk_marshaling.cpp | 28065 vkStream->write((uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR() 28098 vkStream->read((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 20874 memcpy((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_core.h | 11757 uint32_t maxRayRecursionDepth; member
|
| D | vulkan.hpp | 68776 …: shaderGroupHandleSize( shaderGroupHandleSize_ ), maxRayRecursionDepth( maxRayRecursionDepth_ ), … 68819 && ( maxRayRecursionDepth == rhs.maxRayRecursionDepth ) in operator ==() 68840 uint32_t maxRayRecursionDepth = {}; member
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 23073 vkStream->write((uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR() 23095 vkStream->read((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 15457 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|