Home
last modified time | relevance | path

Searched refs:reportedAddress (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc139 VkDeviceAddress reportedAddress;
149 precision. The combination of `reportedAddress` and `addressPrecision`
154 lower_address = (pInfo->reportedAddress & ~(pInfo->addressPrecision-1))
155 upper_address = (pInfo->reportedAddress | (pInfo->addressPrecision-1))
161 It is valid for the `reportedAddress` to contain a more precise address
163 In this case, the value of `reportedAddress` should be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc342 * pname:reportedAddress is the GPU virtual address recorded by the device.
346 The combination of pname:reportedAddress and pname:addressPrecision allow
351 lower_address = (pInfo->reportedAddress & ~(pInfo->addressPrecision-1))
352 upper_address = (pInfo->reportedAddress | (pInfo->addressPrecision-1))
358 It is valid for the pname:reportedAddress to contain a more precise address
360 In this case, the value of pname:reportedAddress should be treated as an
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15484 VkDeviceAddress reportedAddress; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp3288 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultAddressInfoEXT.reportedAddress ); in operator ()()