/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager_test.cc | 125 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in MakeReductionTestCase() 174 auto* device = GetDevice(num_ranks_per_node, node, i); in MakeGatherTestCase() 219 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in MakeBroadcastTestCase() 262 GetDevice(test_case->num_ranks_per_node, node, local_rank); in VerifyResults() 326 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in RunMultiNodeAllReduceTest() 375 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in RunMultiNodeBroadcastTest() 418 static BaseGPUDevice* GetDevice(int num_ranks_per_node, int node, in GetDevice() function in tensorflow::NcclManagerTest 469 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() 516 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() 536 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_formation.cc | 53 StringRef GetDevice(Operation* op) { in GetDevice() function 89 GetDevice(defining_op) == c.device) in CanMergeIntoCluster() 184 auto device = GetDevice(&op); in BuildClusters()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DBaseTexture8.cpp | 96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DBaseTexture8 100 return Direct3DResource8::GetDevice(device); in GetDevice()
|
D | Direct3DIndexBuffer8.cpp | 96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DIndexBuffer8 100 return Direct3DResource8::GetDevice(device); in GetDevice()
|
D | Direct3DVertexBuffer8.cpp | 135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVertexBuffer8 139 return Direct3DResource8::GetDevice(device); in GetDevice()
|
D | Direct3DVolume8.cpp | 125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolume8 129 return resource->GetDevice(device); in GetDevice()
|
D | Direct3DTexture8.cpp | 123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DTexture8 127 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
|
D | Direct3DCubeTexture8.cpp | 132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DCubeTexture8 136 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
|
D | Direct3DVolumeTexture8.cpp | 124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolumeTexture8 128 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
|
D | Direct3DSurface8.cpp | 147 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DSurface8 151 return resource->GetDevice(device); in GetDevice()
|
D | Direct3DBaseTexture8.hpp | 46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
|
/external/swiftshader/src/D3D9/ |
D | Direct3DIndexBuffer9.cpp | 107 long Direct3DIndexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DIndexBuffer9 113 return Direct3DResource9::GetDevice(device); in GetDevice()
|
D | Direct3DBaseTexture9.cpp | 109 long Direct3DBaseTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DBaseTexture9 115 return Direct3DResource9::GetDevice(device); in GetDevice()
|
D | Direct3DVertexBuffer9.cpp | 146 long Direct3DVertexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVertexBuffer9 152 return Direct3DResource9::GetDevice(device); in GetDevice()
|
D | Direct3DVolume9.cpp | 141 long Direct3DVolume9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVolume9 147 return resource->GetDevice(device); in GetDevice()
|
D | Direct3DPixelShader9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVertexShader9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DVertexDeclaration9.hpp | 40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DQuery9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DTexture9.cpp | 134 long Direct3DTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DTexture9 140 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
|
D | Direct3DCubeTexture9.cpp | 143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DCubeTexture9 149 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
|
D | Direct3DVertexBuffer9.hpp | 46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 597 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local 613 #define IDirect3DResource8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) 625 #define IDirect3DResource8_GetDevice(p,a) (p)->GetDevice(a) 649 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local 668 #define IDirect3DBaseTexture8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) 683 #define IDirect3DBaseTexture8_GetDevice(p,a) (p)->GetDevice(a) 711 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local 735 #define IDirect3DTexture8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) 755 #define IDirect3DTexture8_GetDevice(p,a) (p)->GetDevice(a) 788 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local [all …]
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 380 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 386 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 392 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 602 HRESULT (WINAPI *GetDevice)(IDirect3DBaseTexture9 *This, IDirect3DDevice9 **ppDevice); 628 #define IDirect3DBaseTexture9_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_scaledrenderbuffer.h | 33 CFX_RenderDevice* GetDevice() const;
|