Home
last modified time | relevance | path

Searched refs:STUB (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dcryptosession9.c31 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_GetCertificateSize()
39 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_GetCertificate()
47 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_NegotiateKeyExchange()
57 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_EncryptionBlt()
69 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_DecryptionBlt()
77 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_GetSurfacePitch()
85 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_StartSessionKeyRefresh()
91 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_FinishSessionKeyRefresh()
99 STUB(D3DERR_INVALIDCALL); in NineCryptoSession9_GetEncryptionBltKey()
H A Dauthenticatedchannel9.c31 STUB(D3DERR_INVALIDCALL); in NineAuthenticatedChannel9_GetCertificateSize()
39 STUB(D3DERR_INVALIDCALL); in NineAuthenticatedChannel9_GetCertificate()
47 STUB(D3DERR_INVALIDCALL); in NineAuthenticatedChannel9_NegotiateKeyExchange()
57 STUB(D3DERR_INVALIDCALL); in NineAuthenticatedChannel9_Query()
66 STUB(D3DERR_INVALIDCALL); in NineAuthenticatedChannel9_Configure()
H A Ddevice9video.c33 STUB(D3DERR_INVALIDCALL); in NineDevice9Video_GetContentProtectionCaps()
42 STUB(D3DERR_INVALIDCALL); in NineDevice9Video_CreateAuthenticatedChannel()
52 STUB(D3DERR_INVALIDCALL); in NineDevice9Video_CreateCryptoSession()
H A Dnine_debug.h95 #define STUB(ret) \ macro
101 #define STUB(ret) do { return ret; } while (0) macro
H A Dswapchain9ex.c58 STUB(D3DERR_INVALIDCALL); in NineSwapChain9Ex_GetLastPresentCount()
65 STUB(D3DERR_INVALIDCALL); in NineSwapChain9Ex_GetPresentStats()
H A Ddevice9ex.c75 STUB(D3D_OK); in NineDevice9Ex_SetConvolutionMonoKernel()
90 STUB(D3D_OK); in NineDevice9Ex_ComposeRects()
143 STUB(D3D_OK); in NineDevice9Ex_WaitForVBlank()
152 STUB(D3D_OK); in NineDevice9Ex_CheckResourceResidency()
H A Dnineexoverlayextension.c38 STUB(D3DERR_INVALIDCALL); in Nine9ExOverlayExtension_CheckDeviceOverlayType()
H A Ddevice9.c1083 STUB(D3DERR_INVALIDCALL); in NineDevice9_SetDialogBoxMode()
2831 STUB(D3D_OK); /* like wine */ in NineDevice9_SetPaletteEntries()
2839 STUB(D3DERR_INVALIDCALL); in NineDevice9_GetPaletteEntries()
2846 STUB(D3D_OK); /* like wine */ in NineDevice9_SetCurrentTexturePalette()
2853 STUB(D3DERR_INVALIDCALL); in NineDevice9_GetCurrentTexturePalette()
2922 STUB(0); in NineDevice9_GetNPatchMode()
4127 STUB(D3DERR_INVALIDCALL); in NineDevice9_DrawRectPatch()
4136 STUB(D3DERR_INVALIDCALL); in NineDevice9_DrawTriPatch()
4143 STUB(D3DERR_INVALIDCALL); in NineDevice9_DeletePatch()
H A Dsurface9.c614 STUB(D3DERR_INVALIDCALL); in NineSurface9_GetDC()
621 STUB(D3DERR_INVALIDCALL); in NineSurface9_ReleaseDC()
/third_party/node/deps/v8/src/execution/
H A Dframes.h113 V(STUB, StubFrame) \
792 Type type() const override { return STUB; }
1376 STUB, // BuiltinContinuationFrame member in v8::internal::BuiltinContinuationMode
1472 BuiltinContinuationMode::STUB, in Conservative()
H A Dframes.cc343 StackFrame::MarkerToType(marker) == StackFrame::STUB) { in IsNoFrameBytecodeHandlerPc()
684 return STUB; in ComputeType()
712 case STUB: in ComputeType()
1105 case STUB: in IterateCompiledFrame()
2488 case BuiltinContinuationMode::STUB: in BuiltinContinuationModeIsWithCatch()
H A Disolate.cc2035 case StackFrame::STUB: { in ThrowInternal()
2251 case StackFrame::STUB: { in ThrowInternal()
2731 } else if (frame->type() == StackFrame::STUB) { in ThrowInternal()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc885 BuiltinContinuationMode::STUB); in DoComputeOutputFrames()
1488 case BuiltinContinuationMode::STUB: in BuiltinContinuationModeIsJavaScript()
1501 case BuiltinContinuationMode::STUB: in BuiltinContinuationModeToFrameType()
1518 case BuiltinContinuationMode::STUB: in TrampolineForBuiltinContinuation()
1717 if (mode == BuiltinContinuationMode::STUB) { in DoComputeBuiltinContinuation()
1744 case BuiltinContinuationMode::STUB: in DoComputeBuiltinContinuation()
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc156 return StackFrame::STUB; in GetOutputStackFrameType()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1804 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc1808 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc406 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc1812 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc2090 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc1837 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc1882 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc276 __ LeaveFrame(StackFrame::STUB); in OnStackReplacement()

Completed in 78 milliseconds