/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Locked.cpp | 140 static constexpr bool Locked = true; in TEST_F() local 171 TestImplAddrReg(0xa2b34567, Dst1, 0x0507ddee, Locked, Size); \ in TEST_F() 203 static constexpr bool Locked = true; in TEST_F() local 216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 288 static constexpr bool Locked = true; in TEST_F() local 325 TestImpl(0x98987676543210ull, 0x1, 0x98987676543210ull, Locked); in TEST_F() 327 TestImpl(0x98987676543210ull, 0x1, 0x98987676543211ull, Locked); in TEST_F() 334 static constexpr bool Locked = true; in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Locked.cpp | 140 static constexpr bool Locked = true; in TEST_F() local 173 TestImplAddrReg(0xa2b34567, Dst1, 0x0507ddee, Locked, Size); \ in TEST_F() 199 static constexpr bool Locked = true; in TEST_F() local 212 GPRRegister::Encoded_Reg_esi, Locked); in TEST_F() 230 GPRRegister::Encoded_Reg_esi, Locked); in TEST_F() 248 GPRRegister::Encoded_Reg_esi, Locked); in TEST_F() 259 static constexpr bool Locked = true; in TEST_F() local 298 TestImpl(0x98987676543210ull, 0x1, 0x98987676543210ull, Locked); in TEST_F() 300 TestImpl(0x98987676543210ull, 0x1, 0x98987676543211ull, Locked); in TEST_F() 307 static constexpr bool Locked = true; in TEST_F() local [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvideomemory.c | 138 if (surface->Data.Locked > 0) in gst_msdk_video_memory_release_surface() 211 if ((flags & GST_MAP_WRITE) && mem->surface && mem->surface->Data.Locked) { in gst_video_meta_map_msdk_memory() 309 && mem->surface->Data.Locked) { in gst_msdk_video_memory_map_full()
|
D | gstmsdkcontext.c | 577 if (!surface->Data.Locked) { in check_surfaces_available() 613 if (!surface->Data.Locked) { in gst_msdk_context_get_surface_available()
|
D | gstmsdkdec.c | 171 if (surface->surface->Data.Locked == 0) { in gst_msdkdec_free_unlocked_msdk_surfaces() 1303 if (surface->surface->Data.Locked > 0) in gst_msdkdec_handle_frame() 1321 if (surface->surface->Data.Locked > 0) in gst_msdkdec_handle_frame() 1332 if (surface->surface->Data.Locked > 0) in gst_msdkdec_handle_frame()
|
D | gstmsdkbufferpool.c | 301 if (!surface || surface->Data.Locked > 0) { in gst_msdk_buffer_pool_acquire_buffer()
|
D | gstmsdksystemmemory.c | 260 && mem->surface->Data.Locked) { in gst_msdk_system_memory_map_full()
|
D | gstmsdkvpp.c | 216 if (surface->surface->Data.Locked) { in release_msdk_surface() 252 if (surface->surface->Data.Locked == 0) { in free_unlocked_msdk_surfaces_from_list() 888 locked_by_others = ! !in_surface->surface->Data.Locked; in gst_msdkvpp_transform()
|
/third_party/node/deps/npm/node_modules/xtend/ |
D | README.md | 26 ## Stability status: Locked
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.cpp | 257 Variable *Desired, bool Locked) in InstX86Cmpxchg() argument 259 llvm::dyn_cast<Variable>(DestOrAddr), Locked) { in InstX86Cmpxchg() 270 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b() argument 271 : InstX86BaseLockable(Func, InstX86Base::Cmpxchg, 5, nullptr, Locked) { in InstX86Cmpxchg8b() 378 bool Locked) in InstX86Xadd() argument 380 llvm::dyn_cast<Variable>(Dest), Locked) { in InstX86Xadd() 1460 if (this->Locked) { in emit() 1483 Asm->cmpxchg(Ty, Addr, Reg, this->Locked); in emitIAS() 1490 if (this->Locked) { in dump() 1502 if (this->Locked) { in emit() [all …]
|
D | IceInstX8664.cpp | 245 Variable *Desired, bool Locked) in InstX86Cmpxchg() argument 247 llvm::dyn_cast<Variable>(DestOrAddr), Locked) { in InstX86Cmpxchg() 258 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b() argument 259 : InstX86BaseLockable(Func, InstX86Base::Cmpxchg, 5, nullptr, Locked) { in InstX86Cmpxchg8b() 358 bool Locked) in InstX86Xadd() argument 360 llvm::dyn_cast<Variable>(Dest), Locked) { in InstX86Xadd() 1462 if (this->Locked) { in emit() 1485 Asm->cmpxchg(Ty, Addr, Reg, this->Locked); in emitIAS() 1492 if (this->Locked) { in dump() 1504 if (this->Locked) { in emit() [all …]
|
D | IceTargetLoweringX8664.h | 508 bool Locked) { in _cmpxchg() argument 509 Context.insert<Insts::Cmpxchg>(DestOrAddr, Eax, Desired, Locked); in _cmpxchg() 516 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b() argument 517 Context.insert<Insts::Cmpxchg8b>(Addr, Edx, Eax, Ecx, Ebx, Locked); in _cmpxchg8b() 790 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd() argument 791 Context.insert<Insts::Xadd>(Dest, Src, Locked); in _xadd()
|
D | IceTargetLoweringX8632.h | 512 bool Locked) { in _cmpxchg() argument 513 Context.insert<Insts::Cmpxchg>(DestOrAddr, Eax, Desired, Locked); in _cmpxchg() 520 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b() argument 521 Context.insert<Insts::Cmpxchg8b>(Addr, Edx, Eax, Ecx, Ebx, Locked); in _cmpxchg8b() 796 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd() argument 797 Context.insert<Insts::Xadd>(Dest, Src, Locked); in _xadd()
|
D | IceInstX8632.h | 2380 bool Locked; 2383 SizeT Maxsrcs, Variable *Dest, bool Locked) in InstX86BaseLockable() argument 2384 : InstX86Base(Func, Kind, Maxsrcs, Dest), Locked(Locked) { in InstX86BaseLockable() 2387 this->HasSideEffects = Locked; in InstX86BaseLockable() 2522 Variable *Desired, bool Locked) { in create() argument 2524 InstX86Cmpxchg(Func, DestOrAddr, Eax, Desired, Locked); in create() 2535 Variable *Desired, bool Locked); 2551 bool Locked) { in create() argument 2553 InstX86Cmpxchg8b(Func, Dest, Edx, Eax, Ecx, Ebx, Locked); in create() 2564 Variable *Ecx, Variable *Ebx, bool Locked); [all …]
|
D | IceInstX8664.h | 2321 bool Locked; 2324 SizeT Maxsrcs, Variable *Dest, bool Locked) in InstX86BaseLockable() argument 2325 : InstX86Base(Func, Kind, Maxsrcs, Dest), Locked(Locked) { in InstX86BaseLockable() 2328 this->HasSideEffects = Locked; in InstX86BaseLockable() 2463 Variable *Desired, bool Locked) { in create() argument 2465 InstX86Cmpxchg(Func, DestOrAddr, Eax, Desired, Locked); in create() 2476 Variable *Desired, bool Locked); 2492 bool Locked) { in create() argument 2494 InstX86Cmpxchg8b(Func, Dest, Edx, Eax, Ecx, Ebx, Locked); in create() 2505 Variable *Ecx, Variable *Ebx, bool Locked); [all …]
|
D | IceAssemblerX8632.h | 857 bool Locked); 858 void cmpxchg8b(const AsmAddress &address, bool Locked); 859 void xadd(Type Ty, const AsmAddress &address, GPRRegister reg, bool Locked);
|
D | IceAssemblerX8664.h | 853 bool Locked); 854 void cmpxchg8b(const AsmAddress &address, bool Locked); 855 void xadd(Type Ty, const AsmAddress &address, GPRRegister reg, bool Locked);
|
D | IceAssemblerX8632.cpp | 2934 GPRRegister reg, bool Locked) { in cmpxchg() argument 2938 if (Locked) in cmpxchg() 2948 void AssemblerX8632::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() argument 2950 if (Locked) in cmpxchg8b() 2958 bool Locked) { in xadd() argument 2962 if (Locked) in xadd()
|
D | IceAssemblerX8664.cpp | 3089 GPRRegister reg, bool Locked) { in cmpxchg() argument 3093 if (Locked) in cmpxchg() 3104 void AssemblerX8664::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() argument 3106 if (Locked) in cmpxchg8b() 3115 bool Locked) { in xadd() argument 3119 if (Locked) in xadd()
|
D | IceTargetLoweringX8632.cpp | 4315 constexpr bool Locked = true; in lowerAtomicCmpxchg() local 4316 _cmpxchg8b(Addr, T_edx, T_eax, T_ecx, T_ebx, Locked); in lowerAtomicCmpxchg() 4341 constexpr bool Locked = true; in lowerAtomicCmpxchg() local 4342 _cmpxchg(Addr, T_eax, DesiredReg, Locked); in lowerAtomicCmpxchg() 4438 constexpr bool Locked = true; in lowerAtomicRMW() local 4441 _xadd(Addr, T, Locked); in lowerAtomicRMW() 4453 constexpr bool Locked = true; in lowerAtomicRMW() local 4457 _xadd(Addr, T, Locked); in lowerAtomicRMW() 4556 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local 4557 _cmpxchg8b(Addr, T_edx, T_eax, T_ecx, T_ebx, Locked); in expandAtomicRMWAsCmpxchg() [all …]
|
D | IceTargetLoweringX8664.cpp | 3857 constexpr bool Locked = true; in lowerAtomicCmpxchg() local 3858 _cmpxchg(Addr, T_eax, DesiredReg, Locked); in lowerAtomicCmpxchg() 3946 constexpr bool Locked = true; in lowerAtomicRMW() local 3949 _xadd(Addr, T, Locked); in lowerAtomicRMW() 3955 constexpr bool Locked = true; in lowerAtomicRMW() local 3959 _xadd(Addr, T, Locked); in lowerAtomicRMW() 4052 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local 4053 _cmpxchg(Addr, T_eax, T, Locked); in expandAtomicRMWAsCmpxchg()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deinterlace_qsv.c | 377 if (!cur->surface.Data.Locked) { in clear_unused_frames() 427 qf->surface.Data.Locked = 0; in submit_frame()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1434 Locked = false; in ImFontAtlas() 1451 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ~ImFontAtlas() 1457 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearInputData() 1480 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearTexData() 1491 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearFonts() 1546 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFont() 1611 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromFileTTF() 1633 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromMemoryTTF() 1727 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in Build()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1425 Locked = false; in ImFontAtlas() 1442 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ~ImFontAtlas() 1448 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearInputData() 1471 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearTexData() 1482 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearFonts() 1537 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFont() 1600 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromFileTTF() 1622 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromMemoryTTF() 1716 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in Build()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1977 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ~ImFontAtlas() 1983 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearInputData() 2006 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearTexData() 2019 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in ClearFonts() 2069 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFont() 2139 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromFileTTF() 2161 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in AddFontFromMemoryTTF() 2255 …IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!… in Build()
|