/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 156 … result = dispatch_table->CreateBuffer(dev_data_->GetDevice(), &buffer_create_info, NULL, &buffer); in AllocMemoryChunk() 161 dispatch_table->GetBufferMemoryRequirements(dev_data_->GetDevice(), buffer, &mem_reqs); in AllocMemoryChunk() 170 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk() 173 result = dispatch_table->AllocateMemory(dev_data_->GetDevice(), &mem_alloc, NULL, &memory); in AllocMemoryChunk() 175 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk() 179 result = dispatch_table->BindBufferMemory(dev_data_->GetDevice(), buffer, memory, 0); in AllocMemoryChunk() 181 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk() 182 dispatch_table->FreeMemory(dev_data_->GetDevice(), memory, NULL); in AllocMemoryChunk() 186 …result = dispatch_table->MapMemory(dev_data_->GetDevice(), memory, 0, mem_alloc.allocationSize, 0,… in AllocMemoryChunk() 189 dispatch_table->UnmapMemory(dev_data_->GetDevice(), memory); in AllocMemoryChunk() [all …]
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager_test.cc | 98 auto* device = GetDevice(local_rank); in MakeReductionTestCase() 147 auto* device = GetDevice(i); in MakeGatherTestCase() 194 auto* device = GetDevice(rank); in VerifyResults() 223 static BaseGPUDevice* GetDevice(size_t rank) { in GetDevice() function in tensorflow::NcclManagerTest 268 auto* device = this->GetDevice(rank); in TYPED_TEST() 315 auto* device = this->GetDevice(rank); in TYPED_TEST() 337 auto* device = this->GetDevice(rank); in TYPED_TEST() 380 auto* device = this->GetDevice(rank); in TYPED_TEST() 435 auto* device = this->GetDevice(local_rank); in TYPED_TEST() 472 auto* device = this->GetDevice(rank); in TYPED_TEST() [all …]
|
/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 | Direct3DTexture8.cpp | 123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DTexture8 127 return Direct3DBaseTexture8::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 | 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/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/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 | Direct3DVertexShader9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DPixelShader9.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 | Direct3DVertexDeclaration9.hpp | 40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DQuery9.hpp | 41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
|
D | Direct3DCubeTexture9.cpp | 143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DCubeTexture9 149 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
|
D | Direct3DVolumeTexture9.cpp | 135 long Direct3DVolumeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVolumeTexture9 141 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
|
/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 { in GetDevice() function
|