Home
last modified time | relevance | path

Searched refs:ATOM (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_ioctl.h82 #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)
Dr200_state_init.c631 #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/
Dradeon_ioctl.h101 #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)
Dradeon_state_init.c520 #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/
Dprefilter_tree.cc119 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()
Dprefilter.h31 ATOM, // The string atom() must match enumerator
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp51 static ATOM gWC;
55 ATOM WinGLTestContext::gWC = 0;
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp52 static ATOM gWC;
56 ATOM WinGLTestContext::gWC = 0;
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c169 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()
Dksdeviceprovider.h51 ATOM message_window_class;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.h37 ATOM mWindowClass;
/third_party/openGLES/extensions/NV/
DNV_shader_atomic_float64.txt126 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:)
DNV_shader_atomic_float.txt154 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:)
DNV_shader_atomic_int64.txt131 and storage modifiers are supported for the ATOM, ATOMB, and ATOMS
150 ATOM" in NV_gpu_program5, "Section 2.X.8.Z: ATOMS" in
DNV_shader_atomic_fp16_vector.txt165 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/
DNV_shader_atomic_float64.txt126 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:)
DNV_shader_atomic_float.txt154 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:)
DNV_shader_atomic_int64.txt131 and storage modifiers are supported for the ATOM, ATOMB, and ATOMS
150 ATOM" in NV_gpu_program5, "Section 2.X.8.Z: ATOMS" in
DNV_shader_atomic_fp16_vector.txt165 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/
Dast.py660 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/
DGLTestContext_angle.cpp123 static ATOM gWC;
128 ATOM ANGLEGLContext::gWC = 0;
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc119 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/
D11.2.1.rst84 - nv50/ir: do not try to attach JOIN ops to ATOM
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp124 static ATOM gWC;
129 ATOM ANGLEGLContext::gWC = 0;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h133 ATOM mWindowClass;

123