Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp14237 if (!((a->maxRecursionDepth) == (b->maxRecursionDepth))) { in checkEqual_VkRayTracingPipelineCreateInfoNV()
14476 if (!((a->maxRecursionDepth) == (b->maxRecursionDepth))) { in checkEqual_VkPhysicalDeviceRayTracingPropertiesNV()
Dgoldfish_vk_marshaling.cpp25701 vkStream->write((uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoNV()
25755 vkStream->read((uint32_t*)&forUnmarshaling->maxRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoNV()
26216 vkStream->write((uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPropertiesNV()
26248 vkStream->read((uint32_t*)&forUnmarshaling->maxRecursionDepth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPropertiesNV()
Dgoldfish_vk_reserved_marshaling.cpp20037 memcpy((uint32_t*)&forUnmarshaling->maxRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkRayTracingPipelineCreateInfoNV()
20421 memcpy((uint32_t*)&forUnmarshaling->maxRecursionDepth, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPropertiesNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp65232 …: pNext( pNext_ ), shaderGroupHandleSize( shaderGroupHandleSize_ ), maxRecursionDepth( maxRecursio…
65270 …return std::tie( sType, pNext, shaderGroupHandleSize, maxRecursionDepth, maxShaderGroupStride, sha… in reflect()
65286 && ( maxRecursionDepth == rhs.maxRecursionDepth ) in operator ==()
65306 uint32_t maxRecursionDepth = {}; member
81352 …Stages( pStages_ ), groupCount( groupCount_ ), pGroups( pGroups_ ), maxRecursionDepth( maxRecursio…
81363 …atic_cast<uint32_t>( groups_.size() ) ), pGroups( groups_.data() ), maxRecursionDepth( maxRecursio…
81434 maxRecursionDepth = maxRecursionDepth_; in setMaxRecursionDepth()
81476 …tie( sType, pNext, flags, stageCount, pStages, groupCount, pGroups, maxRecursionDepth, layout, bas… in reflect()
81496 && ( maxRecursionDepth == rhs.maxRecursionDepth ) in operator ==()
81517 uint32_t maxRecursionDepth = {}; member
Dvulkan_core.h12048 uint32_t maxRecursionDepth; member
12137 uint32_t maxRecursionDepth; member
Dvulkan_hash.hpp8669 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRayTracingPropertiesNV.maxRecursionDepth ); in operator ()()
10812 VULKAN_HPP_HASH_COMBINE( seed, rayTracingPipelineCreateInfoNV.maxRecursionDepth ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp20323 vkStream->write((uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in marshal_VkRayTracingPipelineCreateInfoNV()
20361 vkStream->read((uint32_t*)&forUnmarshaling->maxRecursionDepth, sizeof(uint32_t)); in unmarshal_VkRayTracingPipelineCreateInfoNV()
20725 vkStream->write((uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in marshal_VkPhysicalDeviceRayTracingPropertiesNV()
20745 vkStream->read((uint32_t*)&forUnmarshaling->maxRecursionDepth, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceRayTracingPropertiesNV()
Dgoldfish_vk_reserved_marshaling_guest.cpp13647 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkRayTracingPipelineCreateInfoNV()
13890 memcpy(*ptr, (uint32_t*)&forMarshaling->maxRecursionDepth, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceRayTracingPropertiesNV()