Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 25 of 74) sorted by relevance

123

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc125 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/
Dcluster_formation.cc53 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/
DDirect3DBaseTexture8.cpp96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DBaseTexture8
100 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DIndexBuffer8.cpp96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DIndexBuffer8
100 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer8.cpp135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVertexBuffer8
139 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DVolume8.cpp125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolume8
129 return resource->GetDevice(device); in GetDevice()
DDirect3DTexture8.cpp123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DTexture8
127 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DCubeTexture8.cpp132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DCubeTexture8
136 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DVolumeTexture8.cpp124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolumeTexture8
128 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DSurface8.cpp147 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DSurface8
151 return resource->GetDevice(device); in GetDevice()
DDirect3DBaseTexture8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
/external/swiftshader/src/D3D9/
DDirect3DIndexBuffer9.cpp107 long Direct3DIndexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DIndexBuffer9
113 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DBaseTexture9.cpp109 long Direct3DBaseTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DBaseTexture9
115 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer9.cpp146 long Direct3DVertexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVertexBuffer9
152 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DVolume9.cpp141 long Direct3DVolume9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVolume9
147 return resource->GetDevice(device); in GetDevice()
DDirect3DPixelShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexDeclaration9.hpp40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DQuery9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DTexture9.cpp134 long Direct3DTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DTexture9
140 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
DDirect3DCubeTexture9.cpp143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DCubeTexture9
149 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer9.hpp46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
/external/swiftshader/include/Direct3D/
Dd3d8.h597 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/
Dd3d9.h117 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/
Dcpdf_scaledrenderbuffer.h33 CFX_RenderDevice* GetDevice() const;

123