Searched refs:AddressSpaceDeviceType (Results 1 – 12 of 12) sorted by relevance
105 const AddressSpaceDeviceType device_type = in ping()106 static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in ping()130 const AddressSpaceDeviceType device_type = in pingAtHva()131 static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in pingAtHva()264 static_cast<AddressSpaceDeviceType>(stream->getBe32()); in load()335 buildAddressSpaceDeviceContext(const AddressSpaceDeviceType device_type, in buildAddressSpaceDeviceContext()341 case AddressSpaceDeviceType::Graphics: in buildAddressSpaceDeviceContext()345 case AddressSpaceDeviceType::Media: in buildAddressSpaceDeviceContext()349 case AddressSpaceDeviceType::Sensors: in buildAddressSpaceDeviceContext()351 case AddressSpaceDeviceType::Power: in buildAddressSpaceDeviceContext()[all …]
30 enum AddressSpaceDeviceType { enum57 virtual AddressSpaceDeviceType getDeviceType() const = 0;
112 AddressSpaceDeviceType AddressSpaceHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()113 return AddressSpaceDeviceType::HostMemoryAllocator; in getDeviceType()
52 AddressSpaceDeviceType AddressSpaceHostMediaContext::getDeviceType() const { in getDeviceType()53 return AddressSpaceDeviceType::Media; in getDeviceType()
33 AddressSpaceDeviceType getDeviceType() const override;
36 AddressSpaceDeviceType getDeviceType() const override;
51 AddressSpaceDeviceType getDeviceType() const override;
82 AddressSpaceDeviceType getDeviceType() const override;
386 AddressSpaceDeviceType AddressSpaceSharedSlotsHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()387 return AddressSpaceDeviceType::SharedSlotsHostMemoryAllocator; in getDeviceType()
69 EXPECT_EQ(ctx.getDeviceType(), AddressSpaceDeviceType::HostMemoryAllocator); in TEST()
716 AddressSpaceDeviceType AddressSpaceGraphicsContext::getDeviceType() const { in getDeviceType()717 return AddressSpaceDeviceType::Graphics; in getDeviceType()
61 ping((uint64_t)AddressSpaceDeviceType::Graphics); in Client()