Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp156 … 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/
Dnccl_manager_test.cc98 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/
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()
DDirect3DTexture8.cpp123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DTexture8
127 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DVolume8.cpp125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolume8
129 return resource->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/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/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()
DDirect3DVertexShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DPixelShader9.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()
DDirect3DVertexDeclaration9.hpp40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DQuery9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DCubeTexture9.cpp143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DCubeTexture9
149 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
DDirect3DVolumeTexture9.cpp135 long Direct3DVolumeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVolumeTexture9
141 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
/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 { in GetDevice() function

123