Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp21665 if (!((a->maxRayRecursionDepth) == (b->maxRayRecursionDepth))) { in checkEqual_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_marshaling.cpp40672 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()
Dgoldfish_vk_reserved_marshaling.cpp31853 memcpy((uint32_t*)&forUnmarshaling->maxRayRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h16740 uint32_t maxRayRecursionDepth; member
Dvulkan_structs.hpp65132 …: 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
Dvulkan_hash.hpp8650 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.maxRayRecursionDepth ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp31576 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp21050 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRayRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()