Home
last modified time | relevance | path

Searched refs:DC (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp103 LLVMDisasmContext *DC = new LLVMDisasmContext( in LLVMCreateDisasmCPUFeatures() local
107 if (!DC) in LLVMCreateDisasmCPUFeatures()
110 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()
111 return DC; in LLVMCreateDisasmCPUFeatures()
133 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); in LLVMDisasmDispose() local
134 delete DC; in LLVMDisasmDispose()
139 static void emitComments(LLVMDisasmContext *DC, in emitComments() argument
142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()
144 const MCAsmInfo *MAI = DC->getAsmInfo(); in emitComments()
162 DC->CommentsToEmit.clear(); in emitComments()
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen9/
Dsends.asm2 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle…
4 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD8, Mask = 0x0) mlen 2 ex_mlen 4 rlen…
6 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle…
8 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, or) mlen 1 ex_mlen 1 rlen 1 { align…
10 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, or) mlen 2 ex_mlen 2 rlen 2 { alig…
12 …dp data 1 MsgDesc: ( DC untyped surface write, Surface = 254, SIMD16, Mask = 0xe) mlen 2 ex_mlen 2…
14 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 254, SIMD16, add) mlen 2 ex_mlen 2 rlen 0 { a…
16 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD16, Mask = 0x0) mlen 2 ex_mlen 4 rle…
18 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD8, Mask = 0x0) mlen 2 ex_mlen 4 rlen…
20 …dp data 1 MsgDesc: ( DC untyped surface write, Surface = 1, SIMD8, Mask = 0x0) mlen 1 ex_mlen 4 rl…
[all …]
/third_party/openGLES/extensions/NV/
DWGL_NV_gpu_affinity.txt49 This extension also introduces the concept called affinity-DC. An
50 affinity-DC is a device context with a GPU affinity mask embedded
55 command wglEnumGpusNV. An affinity-DC is created by calling
57 which make up the affinity mask. An affinity-DC can also
58 indirectly be created by obtaining a DC from a pBuffer handle, by
60 affinity-DC by calling wglCreatePbuffer.
62 A context created from an affinity DC will inherit the GPU
63 affinity mask from the DC. Once inherited, it cannot be changed.
69 1. Make the affinity-context current to an affinity-DC. This
71 as the affinity mask in the DC. There is no window
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_gpu_affinity.txt49 This extension also introduces the concept called affinity-DC. An
50 affinity-DC is a device context with a GPU affinity mask embedded
55 command wglEnumGpusNV. An affinity-DC is created by calling
57 which make up the affinity mask. An affinity-DC can also
58 indirectly be created by obtaining a DC from a pBuffer handle, by
60 affinity-DC by calling wglCreatePbuffer.
62 A context created from an affinity DC will inherit the GPU
63 affinity mask from the DC. Once inherited, it cannot be changed.
69 1. Make the affinity-context current to an affinity-DC. This
71 as the affinity mask in the DC. There is no window
[all …]
/third_party/mesa3d/src/imgui/
Dimgui.cpp2193 …window->DC.CursorPosPrevLine.y = window->DC.CursorPos.y - line_height; // Setting those field… in SetCursorPosYAndSetupDummyPrevLine()
2194 …window->DC.PrevLineSize.y = (line_height - GImGui->Style.ItemSpacing.y); // If we end up needin… in SetCursorPosYAndSetupDummyPrevLine()
2195 if (window->DC.ColumnsSet) in SetCursorPosYAndSetupDummyPrevLine()
2196 …window->DC.ColumnsSet->LineMinY = window->DC.CursorPos.y; // Setting this so that cell Y… in SetCursorPosYAndSetupDummyPrevLine()
2466 if (window->DC.NavHideHighlightOneFrame) in RenderNavHighlight()
2665 const ImGuiNavLayer nav_layer = window->DC.NavLayerCurrent; in SetFocusID()
2672 if (window->DC.LastItemId == id) in SetFocusID()
2673 …window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastI… in SetFocusID()
2719 g.CurrentWindow->DC.LastItemStatusFlags |= ImGuiItemStatusFlags_Edited; in MarkItemEdited()
2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); in ItemSize()
[all …]
Dimgui_widgets.cpp139 …const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrentLineTextB… in TextUnformatted()
140 const float wrap_pos_x = window->DC.TextWrapPos; in TextUnformatted()
220 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextUnformatted()
293 …bool need_backup = (GImGui->CurrentWindow->DC.TextWrapPos < 0.0f); // Keep existing wrap position… in TextWrappedV()
321 …const ImRect value_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.… in LabelTextV()
322 …const ImRect total_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w + (label_size.x > 0.0f… in LabelTextV()
356 …const float text_base_offset_y = ImMax(0.0f, window->DC.CurrentLineTextBaseOffset); // Latch befor… in BulletTextV()
357 …const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadd… in BulletTextV()
358 …const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0… in BulletTextV()
410 if (id != 0 && window->DC.LastItemId != id) in ButtonBehavior()
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dsend.asm36 … data MsgDesc: ( DC OWORD dual block write, 255, 0) mlen 3 rlen 0 { align16 1Q };
38 … data MsgDesc: ( DC OWORD dual block read, 255, 0) mlen 2 rlen 1 { align16 1Q };
336 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, or) mlen 2 rlen 1 { align1 1Q };
338 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, inc) mlen 1 rlen 0 { align1 1Q };
340 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, or) mlen 4 rlen 2 { align1 1H };
342 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, inc) mlen 2 rlen 0 { align1 1H };
346 …dp data 1 MsgDesc: ( DC typed surface read, Surface = 1, SIMD16, Mask = 0x0) mlen 3 rlen 4 { align…
348 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD16, Mask = 0x0) mlen 7 rlen 0 { alig…
350 …dp data 1 MsgDesc: ( DC typed surface read, Surface = 1, SIMD8, Mask = 0x0) mlen 3 rlen 4 { align1…
352 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 2, SIMD8, Mask = 0x0) mlen 7 rlen 0 { align…
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp326 ImRect outer_rect(outer_window->DC.CursorPos, outer_window->DC.CursorPos + actual_outer_size); in BeginTableEx()
410 table->HostIndentX = inner_window->DC.Indent.x; in BeginTableEx()
415 temp_data->HostBackupColumnsOffset = outer_window->DC.ColumnsOffset; in BeginTableEx()
416 temp_data->HostBackupPrevLineSize = inner_window->DC.PrevLineSize; in BeginTableEx()
417 temp_data->HostBackupCurrLineSize = inner_window->DC.CurrLineSize; in BeginTableEx()
418 temp_data->HostBackupCursorMaxPos = inner_window->DC.CursorMaxPos; in BeginTableEx()
419 temp_data->HostBackupItemWidth = outer_window->DC.ItemWidth; in BeginTableEx()
420 temp_data->HostBackupItemWidthStackSize = outer_window->DC.ItemWidthStack.Size; in BeginTableEx()
421 inner_window->DC.PrevLineSize = inner_window->DC.CurrLineSize = ImVec2(0.0f, 0.0f); in BeginTableEx()
464 outer_window->DC.CurrentTableIdx = table_idx; in BeginTableEx()
[all …]
Dimgui.cpp2271 const ImVec2 pos = window->DC.CursorPos; in CalcListClipping()
2294 float off_y = pos_y - window->DC.CursorPos.y; in SetCursorPosYAndSetupForPrevLine()
2295 window->DC.CursorPos.y = pos_y; in SetCursorPosYAndSetupForPrevLine()
2296 window->DC.CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, pos_y); in SetCursorPosYAndSetupForPrevLine()
2297 …window->DC.CursorPosPrevLine.y = window->DC.CursorPos.y - line_height; // Setting those fields so… in SetCursorPosYAndSetupForPrevLine()
2298 …window->DC.PrevLineSize.y = (line_height - g.Style.ItemSpacing.y); // If we end up needing mo… in SetCursorPosYAndSetupForPrevLine()
2299 if (ImGuiOldColumns* columns = window->DC.CurrentColumns) in SetCursorPosYAndSetupForPrevLine()
2300 …columns->LineMinY = window->DC.CursorPos.y; // Setting this so that cell Y… in SetCursorPosYAndSetupForPrevLine()
2305 table->RowPosY2 = window->DC.CursorPos.y; in SetCursorPosYAndSetupForPrevLine()
2335 StartPosY = window->DC.CursorPos.y; in Begin()
[all …]
Dimgui_widgets.cpp166 …const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrLineTextBase… in TextEx()
167 const float wrap_pos_x = window->DC.TextWrapPos; in TextEx()
244 …const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.… in TextEx()
330 …bool need_backup = (g.CurrentWindow->DC.TextWrapPos < 0.0f); // Keep existing wrap position if on… in TextWrappedV()
365 const ImVec2 pos = window->DC.CursorPos; in LabelTextV()
400 ImVec2 pos = window->DC.CursorPos; in BulletTextV()
401 pos.y += window->DC.CurrLineTextBaseOffset; in BulletTextV()
681 ImVec2 pos = window->DC.CursorPos; in ButtonEx()
682 …if ((flags & ImGuiButtonFlags_AlignTextBaseLine) && style.FramePadding.y < window->DC.CurrLineText… in ButtonEx()
683 pos.y += window->DC.CurrLineTextBaseOffset - style.FramePadding.y; in ButtonEx()
[all …]
/third_party/typescript/tests/baselines/reference/
DmoduleWithStatementsOfEveryKind.types76 declare class DC {
77 >DC : DC
158 export declare class DC {
159 >DC : DC
DmoduleWithStatementsOfEveryKind.symbols72 declare class DC {
73 >DC : Symbol(DC, Decl(moduleWithStatementsOfEveryKind.ts, 22, 50))
76 >x : Symbol(DC.x, Decl(moduleWithStatementsOfEveryKind.ts, 24, 22))
150 export declare class DC {
151 >DC : Symbol(DC, Decl(moduleWithStatementsOfEveryKind.ts, 51, 57))
154 >x : Symbol(DC.x, Decl(moduleWithStatementsOfEveryKind.ts, 53, 29))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDisassembler.h72 int LLVMSetDisasmOptions(LLVMDisasmContextRef DC, uint64_t Options);
88 void LLVMDisasmDispose(LLVMDisasmContextRef DC);
100 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, uint8_t *Bytes,
/third_party/mesa3d/src/intel/tools/tests/gen7/
Dsend.asm30 … data MsgDesc: ( DC OWORD dual block write, 255, 0) mlen 3 rlen 0 { align16 1Q };
32 … data MsgDesc: ( DC OWORD dual block read, 255, 0) mlen 2 rlen 1 { align16 1Q };
244 … data MsgDesc: ( DC untyped atomic, 0, imin) mlen 2 rlen 1 { align16 1Q };
296 … data MsgDesc: ( DC untyped surface write, 1, 32) mlen 5 rlen 0 { align1 1Q };
298 … data MsgDesc: ( DC untyped surface write, 1, 16) mlen 10 rlen 0 { align1 1H };
460 … data MsgDesc: ( DC untyped surface read, 1, 32) mlen 1 rlen 4 { align1 1Q };
462 … data MsgDesc: ( DC untyped surface read, 1, 16) mlen 2 rlen 8 { align1 1H };
570 … data MsgDesc: ( DC untyped atomic, 0, inc) mlen 1 rlen 1 { align16 1Q };
634 data MsgDesc: ( DC untyped atomic, 1, inc) mlen 1 rlen 1 { align1 1Q };
636 data MsgDesc: ( DC untyped atomic, 1, inc) mlen 2 rlen 2 { align1 1H };
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec.c33 const int DC = (dc); \
34 STORE(0, y, DC + (d)); \
35 STORE(1, y, DC + (c)); \
36 STORE(2, y, DC - (c)); \
37 STORE(3, y, DC - (d)); \
114 const int DC = in[0] + 4; in TransformDC_C() local
118 STORE(i, j, DC); in TransformDC_C()
216 int DC = 16; in DC16_C() local
219 DC += dst[-1 + j * BPS] + dst[j - BPS]; in DC16_C()
221 Put16(DC >> 5, dst); in DC16_C()
[all …]
Denc.c293 int DC = 0; in DCMode() local
296 for (j = 0; j < size; ++j) DC += top[j]; in DCMode()
298 for (j = 0; j < size; ++j) DC += left[j]; in DCMode()
300 DC += DC; in DCMode()
302 DC = (DC + round) >> shift; in DCMode()
304 for (j = 0; j < size; ++j) DC += left[j]; in DCMode()
305 DC += DC; in DCMode()
306 DC = (DC + round) >> shift; in DCMode()
308 DC = 0x80; in DCMode()
310 Fill(dst, DC, size); in DCMode()
Denc_msa.c524 int DC; in DCMode16x16() local
532 DC = HADD_UH_U32(dctemp); in DCMode16x16()
533 DC = (DC + 16) >> 5; in DCMode16x16()
537 DC = HADD_UH_U32(dcleft); in DCMode16x16()
538 DC = (DC + DC + 16) >> 5; in DCMode16x16()
542 DC = HADD_UH_U32(dctop); in DCMode16x16()
543 DC = (DC + DC + 16) >> 5; in DCMode16x16()
545 DC = 0x80; in DCMode16x16()
547 out = (v16u8)__msa_fill_b(DC); in DCMode16x16()
/third_party/toybox/tests/files/bc/
Dprint_results.txt3343 .DC
3344 1.DC
3345 71.DC
3722 DC
3725 DC.2A0
4105 .DC
4106 1.DC
4107 62.DC
4249 .1DC
4250 1.1DC
[all …]
Dparse.txt12097 DC
12098 0.DC
12099 1.DC
12100 DC.DC
13178 DC
13179 0.DC
13180 1.DC
13181 DC.DC
14259 DC
14260 0.DC
[all …]
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/
DmoduleWithStatementsOfEveryKind.ts25 declare class DC { class
54 export declare class DC { class
/third_party/mesa3d/src/intel/tools/tests/gen8/
Dsend.asm12 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD16, Mask = 0x0) mlen 7 rlen 0 { alig…
14 …dp data 1 MsgDesc: ( DC typed surface write, Surface = 1, SIMD8, Mask = 0x0) mlen 7 rlen 0 { align…
84 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, inc) mlen 2 rlen 2 { align1 1H };
94 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, inc) mlen 1 rlen 1 { align1 1Q };
324 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 2, SIMD16, inc) mlen 2 rlen 0 { align1 1H };
408 … data MsgDesc: ( DC OWORD block write, 253, 2) mlen 2 rlen 0 { align1 1Q };
516 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, inc) mlen 2 rlen 0 { align1 1H };
524 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, or) mlen 2 rlen 1 { align1 1Q };
526 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, inc) mlen 1 rlen 0 { align1 1Q };
528 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, or) mlen 4 rlen 2 { align1 1H };
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dmdct15.asm52 addps %2, xm0 ; DC[0].re, DC[0].im, junk...
53 movlhps %2, %2 ; DC[0].re, DC[0].im, DC[0].re, DC[0].im
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.c106 guint8 DID, SDID, DC; in get_ancillary_16() local
137 DC = data[parser->offset + i + 2] & 0xff; in get_ancillary_16()
141 if (parser->offset + i + DC + 1 >= parser->work_data_size) in get_ancillary_16()
147 anc->data_count = DC; in get_ancillary_16()
160 i += DC; in get_ancillary_16()
215 guint8 DID, SDID, DC; in get_ancillary_8() local
242 DC = data[parser->offset + i + 2]; in get_ancillary_8()
246 if (parser->offset + i + DC + 1 >= parser->work_data_size) in get_ancillary_8()
252 anc->data_count = DC; in get_ancillary_8()
258 i += DC; in get_ancillary_8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp25 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat() local
26 DC->setSelectionKind(SC->getSelectionKind()); in copyComdat()
27 Dst->setComdat(DC); in copyComdat()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_buffer_region.txt76 4. Which DC gets used for buffer region operations?
78 The DC that was allocated on the CreateBufferRegionARB call is
81 analogous to the RC method for handling the DC.
212 wglCreateBufferRegionARB. The DC specified when the region was
245 wglCreateBufferRegionARB. The DC specified when the region was
271 is discarded. The DC used to create the region must still be valid

12345678910