/external/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() function in __anond36a35430111::DawnTestContextImpl 130 device = createDevice(*instance, type); in Create()
|
/external/skia/tools/sk_app/ |
D | DawnWindowContext.h | 35 wgpu::Device createDevice(dawn_native::BackendType type);
|
D | DawnWindowContext.cpp | 109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
|
/external/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
|
/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.cpp | 114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
|
D | DisplayImpl.h | 101 virtual DeviceImpl *createDevice();
|
/external/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 12 CreateDeviceFunc createDevice; variable
|
D | vkInitInstanceFunctionPointers.inl | 12 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
|
D | vkInstanceDriverImpl.inl | 45 VkResult InstanceDriver::createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* p… function in InstanceDriver 47 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
|
D | vkRefUtil.inl | 5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
|
D | vkRefUtilImpl.inl | 196 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter… function 199 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object));
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 47 DeviceImpl *createDevice() override;
|
D | DisplayNULL.cpp | 125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 74 DeviceImpl *createDevice() override;
|
D | DisplayEAGL.mm | 192 DeviceImpl *DisplayEAGL::createDevice()
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 85 DeviceImpl *createDevice() override;
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.h | 128 LogicalResult createDevice();
|
D | VulkanRuntime.cpp | 164 if (failed(createInstance()) || failed(createDevice()) || in run() 249 LogicalResult VulkanRuntime::createDevice() { in createDevice() function in VulkanRuntime
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 358 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice() 373 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.h | 85 DeviceImpl *createDevice() override;
|
D | DisplayD3D.cpp | 206 DeviceImpl *DisplayD3D::createDevice() in createDevice() function in rx::DisplayD3D
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 53 DeviceImpl *createDevice() override;
|
/external/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 122 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
|
/external/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 351 device = physicalDevice.createDevice(deviceCreateInfo, nullptr); in initialize()
|