Searched refs:shaderGroupHandleCaptureReplaySize (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 19225 vkStream->write((uint32_t*)&forMarshaling->shaderGroupHandleCaptureReplaySize, in marshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR() 19257 vkStream->read((uint32_t*)&forUnmarshaling->shaderGroupHandleCaptureReplaySize, in unmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
D | goldfish_vk_reserved_marshaling.cpp | 14899 memcpy((uint32_t*)&forUnmarshaling->shaderGroupHandleCaptureReplaySize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceRayTracingPipelinePropertiesKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_core.h | 18313 uint32_t shaderGroupHandleCaptureReplaySize; member
|
D | vulkan_structs.hpp | 72687 … ), shaderGroupBaseAlignment( shaderGroupBaseAlignment_ ), shaderGroupHandleCaptureReplaySize( sha… 72725 …sionDepth, maxShaderGroupStride, shaderGroupBaseAlignment, shaderGroupHandleCaptureReplaySize, max… in reflect() 72744 && ( shaderGroupHandleCaptureReplaySize == rhs.shaderGroupHandleCaptureReplaySize ) in operator ==() 72764 uint32_t shaderGroupHandleCaptureReplaySize = {}; member
|
D | vulkan_hash.hpp | 9545 …_COMBINE( seed, physicalDeviceRayTracingPipelinePropertiesKHR.shaderGroupHandleCaptureReplaySize ); in operator ()()
|