Searched refs:AddressSpaceDeviceType (Results 1 – 12 of 12) sorted by relevance
126 create.type = static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in ping()151 create.type = static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in pingAtHva()285 create.type = static_cast<AddressSpaceDeviceType>(stream->getBe32()); in load()363 case AddressSpaceDeviceType::Graphics: in buildAddressSpaceDeviceContext()367 case AddressSpaceDeviceType::Media: in buildAddressSpaceDeviceContext()372 case AddressSpaceDeviceType::Sensors: in buildAddressSpaceDeviceContext()374 case AddressSpaceDeviceType::Power: in buildAddressSpaceDeviceContext()376 case AddressSpaceDeviceType::GenericPipe: in buildAddressSpaceDeviceContext()378 case AddressSpaceDeviceType::HostMemoryAllocator: in buildAddressSpaceDeviceContext()382 case AddressSpaceDeviceType::SharedSlotsHostMemoryAllocator: in buildAddressSpaceDeviceContext()[all …]
53 AddressSpaceDeviceType AddressSpaceHostMediaContext::getDeviceType() const { in getDeviceType()54 return AddressSpaceDeviceType::Media; in getDeviceType()
117 AddressSpaceDeviceType AddressSpaceHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()118 return AddressSpaceDeviceType::HostMemoryAllocator; in getDeviceType()
83 EXPECT_EQ(ctx.getDeviceType(), AddressSpaceDeviceType::HostMemoryAllocator); in TEST()
579 mIsVirtio = (create.type == AddressSpaceDeviceType::VirtioGpuGraphics);724 AddressSpaceDeviceType AddressSpaceGraphicsContext::getDeviceType() const { in getDeviceType()725 return AddressSpaceDeviceType::Graphics; in getDeviceType()
407 AddressSpaceDeviceType AddressSpaceSharedSlotsHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()408 return AddressSpaceDeviceType::SharedSlotsHostMemoryAllocator; in getDeviceType()
61 ping((uint64_t)AddressSpaceDeviceType::Graphics); in Client()
30 enum AddressSpaceDeviceType { enum57 virtual AddressSpaceDeviceType getDeviceType() const = 0;
37 AddressSpaceDeviceType getDeviceType() const override;
35 AddressSpaceDeviceType getDeviceType() const override;
51 AddressSpaceDeviceType getDeviceType() const override;
82 AddressSpaceDeviceType getDeviceType() const override;