/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_ioctl.h | 82 #define R200_STATECHANGE( rmesa, ATOM ) \ argument 85 rmesa->hw.ATOM.dirty = GL_TRUE; \ 89 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \ argument 93 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \ 94 R200_STATECHANGE( (rmesa), ATOM ); \ 95 (rmesa)->hw.ATOM.cmd[__index] = __dword; \ 99 #define R200_DB_STATE( ATOM ) \ argument 100 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 101 rmesa->hw.ATOM.cmd_size * 4)
|
D | r200_state_init.c | 631 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \ in r200InitState() argument 633 rmesa->hw.ATOM.cmd_size = SZ; \ in r200InitState() 634 rmesa->hw.ATOM.cmd = (GLuint *) calloc(SZ, sizeof(int)); \ in r200InitState() 635 rmesa->hw.ATOM.lastcmd = (GLuint *) calloc(SZ, sizeof(int)); \ in r200InitState() 636 rmesa->hw.ATOM.name = NM; \ in r200InitState() 637 rmesa->hw.ATOM.idx = IDX; \ in r200InitState() 639 rmesa->hw.ATOM.check = check_##CHK; \ in r200InitState() 642 rmesa->hw.ATOM.check = NULL; \ in r200InitState() 644 rmesa->hw.ATOM.dirty = GL_FALSE; \ in r200InitState()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_ioctl.h | 101 #define RADEON_STATECHANGE( rmesa, ATOM ) \ argument 104 rmesa->hw.ATOM.dirty = GL_TRUE; \ 108 #define RADEON_DB_STATE( ATOM ) \ argument 109 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \ 110 rmesa->hw.ATOM.cmd_size * 4)
|
D | radeon_state_init.c | 520 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ in radeonInitState() argument 522 rmesa->hw.ATOM.cmd_size = SZ; \ in radeonInitState() 523 rmesa->hw.ATOM.cmd = (GLuint *) calloc(SZ, sizeof(int)); \ in radeonInitState() 524 rmesa->hw.ATOM.lastcmd = (GLuint *) calloc(SZ, sizeof(int)); \ in radeonInitState() 525 rmesa->hw.ATOM.name = NM; \ in radeonInitState() 526 rmesa->hw.ATOM.is_tcl = FLAG; \ in radeonInitState() 527 rmesa->hw.ATOM.check = check_##CHK; \ in radeonInitState() 528 rmesa->hw.ATOM.dirty = GL_TRUE; \ in radeonInitState() 529 rmesa->hw.ATOM.idx = IDX; \ in radeonInitState() 533 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ in radeonInitState() argument [all …]
|
/third_party/re2/re2/ |
D | prefilter_tree.cc | 119 if (node->op() == Prefilter::ATOM) { in NodeString() 144 case Prefilter::ATOM: in KeepNode() 211 if (node->op() == Prefilter::ATOM) { in AssignUniqueIds() 252 case Prefilter::ATOM: in AssignUniqueIds() 388 if (node->op() == Prefilter::ATOM) { in DebugNodeString()
|
D | prefilter.h | 31 ATOM, // The string atom() must match enumerator
|
/third_party/flutter/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 51 static ATOM gWC; 55 ATOM WinGLTestContext::gWC = 0;
|
/third_party/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 52 static ATOM gWC; 56 ATOM WinGLTestContext::gWC = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksdeviceprovider.c | 169 static void unreg_msg_window_class (ATOM class_id, const char *class_name, 418 static ATOM 433 unreg_msg_window_class (ATOM class_id, const char *class_name, HINSTANCE inst) in unreg_msg_window_class() 446 ATOM wnd_class; in ks_provider_msg_window_thread() 516 ATOM wnd_class = 0; in gst_ks_device_provider_start()
|
D | ksdeviceprovider.h | 51 ATOM message_window_class;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
D | DisplayVkWin32.h | 37 ATOM mWindowClass;
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_atomic_float64.txt | 126 modifier to the ATOM instruction for the atomic operations "ADD" and 135 "F64" storage modifier with the "ATOM" opcode to perform atomic double- 138 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
D | NV_shader_atomic_float.txt | 154 modifier to the ATOM instruction for the atomic operations "ADD" and 163 "F32" storage modifier with the "ATOM" and "ATOMIM" opcodes to perform 166 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
D | NV_shader_atomic_int64.txt | 131 and storage modifiers are supported for the ATOM, ATOMB, and ATOMS 150 ATOM" in NV_gpu_program5, "Section 2.X.8.Z: ATOMS" in
|
D | NV_shader_atomic_fp16_vector.txt | 165 as storage modifiers to the ATOM instruction for the atomic operations 176 use the "F16X2" and "F16X4" storage modifiers with the "ATOM" opcodes to 179 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_atomic_float64.txt | 126 modifier to the ATOM instruction for the atomic operations "ADD" and 135 "F64" storage modifier with the "ATOM" opcode to perform atomic double- 138 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
D | NV_shader_atomic_float.txt | 154 modifier to the ATOM instruction for the atomic operations "ADD" and 163 "F32" storage modifier with the "ATOM" and "ATOMIM" opcodes to perform 166 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
D | NV_shader_atomic_int64.txt | 131 and storage modifiers are supported for the ATOM, ATOMB, and ATOMS 150 ATOM" in NV_gpu_program5, "Section 2.X.8.Z: ATOMS" in
|
D | NV_shader_atomic_fp16_vector.txt | 165 as storage modifiers to the ATOM instruction for the atomic operations 176 use the "F16X2" and "F16X4" storage modifiers with the "ATOM" opcodes to 179 (Add to the table in "Section 2.X.8.Z, ATOM" in NV_gpu_program5:)
|
/third_party/python/Lib/ |
D | ast.py | 660 ATOM = auto() variable in _Precedence 841 self.set_precedence(_Precedence.ATOM, node.target, node.value) 922 self.set_precedence(_Precedence.ATOM, node.value) 930 self.set_precedence(_Precedence.ATOM, node.value) 938 self.set_precedence(_Precedence.ATOM, node.value) 1427 self.set_precedence(_Precedence.ATOM, node.value) 1438 self.set_precedence(_Precedence.ATOM, node.func) 1466 self.set_precedence(_Precedence.ATOM, node.value) 1631 self.set_precedence(_Precedence.ATOM, node.cls)
|
/third_party/flutter/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 123 static ATOM gWC; 128 ATOM ANGLEGLContext::gWC = 0;
|
/third_party/cef/libcef/browser/native/ |
D | window_x11.cc | 119 x11::SetArrayProperty(xwindow_, x11::GetAtom(kWMProtocols), x11::Atom::ATOM, in CefWindowX11() 418 x11::SetArrayProperty(child, wm_state_atom, x11::Atom::ATOM, in ProcessXEvent()
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.2.1.rst | 84 - nv50/ir: do not try to attach JOIN ops to ATOM
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 124 static ATOM gWC; 129 ATOM ANGLEGLContext::gWC = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 133 ATOM mWindowClass;
|