Searched defs:GetPlatform (Results 1 – 6 of 6) sorted by relevance
42 virtual std::string GetPlatform() const { return "default"; } in GetPlatform() function
41 std::string GetPlatform() const override { return "ASCEND"; } in GetPlatform() function
33 def GetPlatform(target_environment): function
282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase
593 dawn_platform::Platform* DeviceBase::GetPlatform() const { in GetPlatform() function in dawn_native::DeviceBase
171 DawnPerfTestPlatform* DawnPerfTestEnvironment::GetPlatform() const { in GetPlatform() function in DawnPerfTestEnvironment