/third_party/mbedtls/library/ |
D | bn_mul.h | 844 #define EMIT __asm _emit macro 847 EMIT 0x0F EMIT 0x6E EMIT 0xC9 \ 848 EMIT 0x0F EMIT 0x6E EMIT 0xC3 \ 849 EMIT 0x0F EMIT 0x6E EMIT 0x1F \ 850 EMIT 0x0F EMIT 0xD4 EMIT 0xCB \ 851 EMIT 0x0F EMIT 0x6E EMIT 0x16 \ 852 EMIT 0x0F EMIT 0xF4 EMIT 0xD0 \ 853 EMIT 0x0F EMIT 0x6E EMIT 0x66 EMIT 0x04 \ 854 EMIT 0x0F EMIT 0xF4 EMIT 0xE0 \ 855 EMIT 0x0F EMIT 0x6E EMIT 0x76 EMIT 0x08 \ [all …]
|
/third_party/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | multi-line.txt | 16 EMIT 19 EMIT 22 EMIT 25 EMIT 30 EMIT 33 EMIT 36 EMIT 39 EMIT
|
D | line.txt | 12 EMIT 16 EMIT 20 EMIT 24 EMIT
|
D | mov.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | add.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | add-mix.txt | 12 EMIT 16 EMIT 20 EMIT
|
D | mov-cb-2d.txt | 13 EMIT 17 EMIT 21 EMIT
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 229 EMIT(OEND, 0); in llvm_regcomp() 237 EMIT(OEND, 0); in llvm_regcomp() 293 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 329 EMIT(OLPAREN, subno); in p_ere_exp() 336 EMIT(ORPAREN, subno); in p_ere_exp() 352 EMIT(OBOL, 0); in p_ere_exp() 358 EMIT(OEOL, 0); in p_ere_exp() 374 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 270 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 357 EMIT(OEND, 0); in llvm_regcomp() 365 EMIT(OEND, 0); in llvm_regcomp() 421 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 457 EMIT(OLPAREN, subno); in p_ere_exp() 464 EMIT(ORPAREN, subno); in p_ere_exp() 480 EMIT(OBOL, 0); in p_ere_exp() 486 EMIT(OEOL, 0); in p_ere_exp() 502 EMIT(OANY, 0); in p_ere_exp() [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | parse.js | 48 const EMIT = Symbol('emit') constant 113 this[EMIT]('nullBlock') 130 this[EMIT]('ignoredEntry', entry) 142 this[EMIT]('ignoredEntry', entry) 233 [EMIT] (ev, data, extra) { 241 this[EMIT]('meta', this[META]) 351 this[EMIT](DONE)
|
/third_party/gstreamer/gstreamer/gst/printf/ |
D | vasnprintf.c | 97 #define EMIT(c) \ in print_long_long() macro 184 EMIT ('-'); in print_long_long() 186 EMIT ('+'); in print_long_long() 188 EMIT (' '); in print_long_long() 194 EMIT ('0'); in print_long_long() 197 EMIT ('0'); in print_long_long() 198 EMIT (digits[16]); in print_long_long() 210 EMIT ('0'); in print_long_long() 217 EMIT (*pointer); in print_long_long() 223 EMIT (' '); in print_long_long() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 120 OP01(EMIT)
|
D | tgsi_info_opcodes.h | 98 OPCODE(0, 1, NONE, EMIT)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_geometry_program4.txt | 61 (using the EMIT opcode) to define the output primitive. The attributes of 487 The special instruction "EMIT" specifies that a vertex is completed. A 492 After an EMIT instruction is completed, the current values of all vertex 505 vertices added by the EMIT instruction are decomposed into points, lines, 554 equal to the vertex limit, subsequent EMIT instructions may or may not 607 <SpecialInstruction> ::= "EMIT" 910 EMIT - - - - - - - - emit vertex 948 Section 2.X.8.Z, EMIT: Emit Vertex 950 The EMIT instruction emits a new vertex to be added to the current output 953 EMIT instruction completes, a new vertex is started and all result [all …]
|
D | NV_gpu_program5.txt | 688 EMIT 40 - - - - - - - - emit vertex stream 0 (gp-only) 1711 Section 2.X.8.Z, EMIT: Emit Vertex 1713 (Modify the description of the EMIT opcode to deal with the interaction 1717 The EMIT instruction emits a new vertex to be added to the current output 1720 EMIT instruction completes, a new vertex is started and all result
|
D | NV_geometry_shader_passthrough.txt | 330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
|
/third_party/openGLES/extensions/NV/ |
D | NV_geometry_program4.txt | 61 (using the EMIT opcode) to define the output primitive. The attributes of 487 The special instruction "EMIT" specifies that a vertex is completed. A 492 After an EMIT instruction is completed, the current values of all vertex 505 vertices added by the EMIT instruction are decomposed into points, lines, 554 equal to the vertex limit, subsequent EMIT instructions may or may not 607 <SpecialInstruction> ::= "EMIT" 910 EMIT - - - - - - - - emit vertex 948 Section 2.X.8.Z, EMIT: Emit Vertex 950 The EMIT instruction emits a new vertex to be added to the current output 953 EMIT instruction completes, a new vertex is started and all result [all …]
|
D | NV_gpu_program5.txt | 688 EMIT 40 - - - - - - - - emit vertex stream 0 (gp-only) 1711 Section 2.X.8.Z, EMIT: Emit Vertex 1713 (Modify the description of the EMIT opcode to deal with the interaction 1717 The EMIT instruction emits a new vertex to be added to the current output 1720 EMIT instruction completes, a new vertex is started and all result
|
D | NV_geometry_shader_passthrough.txt | 330 declaration, or an EMIT, EMITS, or ENDPRIM instruction. A passthrough
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 105 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro 2831 EMIT(branch, true, true); in emit_if() 2842 EMIT(branch, false, false); in emit_if()
|
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/ |
D | README.md | 513 console.log('EMIT', ev)
|
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | README.md | 513 console.log('EMIT', ev)
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | README.md | 513 console.log('EMIT', ev)
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | README.md | 513 console.log('EMIT', ev)
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 801 NV50_IR_OPCODE_CASE(EMIT, EMIT); in translateOpcode()
|