Searched refs:ValidateDevice (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.cc | 70 Status ValidateDevice(OpKernelContext* ctx, const ResourceHandle& p) { in ValidateDevice() function 304 TF_RETURN_IF_ERROR(internal::ValidateDevice(ctx, p)); in DeleteResource()
|
D | resource_mgr.h | 559 Status ValidateDevice(OpKernelContext* ctx, const ResourceHandle& p); 563 TF_RETURN_IF_ERROR(internal::ValidateDevice(ctx, p));
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 901 long Direct3DDevice9Ex::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D9::Direct3DDevice9Ex 905 return Direct3DDevice9::ValidateDevice(numPasses); in ValidateDevice()
|
D | Direct3DDevice9Ex.hpp | 127 long __stdcall ValidateDevice(unsigned long *numPasses) override;
|
D | Direct3DDevice9.hpp | 180 long __stdcall ValidateDevice(unsigned long *numPasses) override;
|
D | Direct3DDevice9.cpp | 5628 long Direct3DDevice9::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D9::Direct3DDevice9
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter.py.tpl | 58 r"tensorflow::internal::ValidateDevice|"
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 152 long __stdcall ValidateDevice(unsigned long *numPasses) override;
|
D | Direct3DDevice8.cpp | 4127 long Direct3DDevice8::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 316 STDMETHOD(ValidateDevice)(THIS_ DWORD* pNumPasses) PURE; in DECLARE_INTERFACE_() local 418 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a) 516 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->ValidateDevice(a)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 228 virtual HRESULT WINAPI ValidateDevice(DWORD *pNumPasses) = 0; 816 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9 *This, DWORD *pNumPasses); 943 #define IDirect3DDevice9_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a) 1067 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9Ex *This, DWORD *pNumPasses); 1210 #define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
|