Searched refs:reportedAddress (Results 1 – 4 of 4) sorted by relevance
139 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 address163 In this case, the value of `reportedAddress` should be
342 * pname:reportedAddress is the GPU virtual address recorded by the device.346 The combination of pname:reportedAddress and pname:addressPrecision allow351 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 address360 In this case, the value of pname:reportedAddress should be treated as an
15484 VkDeviceAddress reportedAddress; member
3288 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultAddressInfoEXT.reportedAddress ); in operator ()()