Home
last modified time | relevance | path

Searched refs:shaderGroupHandleCaptureReplaySize (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp19225 vkStream->write((uint32_t*)&forMarshaling->shaderGroupHandleCaptureReplaySize, in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
19257 vkStream->read((uint32_t*)&forUnmarshaling->shaderGroupHandleCaptureReplaySize, in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
Dgoldfish_vk_reserved_marshaling.cpp14899 memcpy((uint32_t*)&forUnmarshaling->shaderGroupHandleCaptureReplaySize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h18313 uint32_t shaderGroupHandleCaptureReplaySize; member
Dvulkan_structs.hpp72687 … ), shaderGroupBaseAlignment( shaderGroupBaseAlignment_ ), shaderGroupHandleCaptureReplaySize( sha…
72725 …sionDepth, maxShaderGroupStride, shaderGroupBaseAlignment, shaderGroupHandleCaptureReplaySize, max… in reflect()
72744 && ( shaderGroupHandleCaptureReplaySize == rhs.shaderGroupHandleCaptureReplaySize ) in operator ==()
72764 uint32_t shaderGroupHandleCaptureReplaySize = {}; member
Dvulkan_hash.hpp9545 …_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleCaptureReplaySize ); in operator ()()