Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 37) sorted by relevance

12

/dflybsd-src/sys/dev/drm/i915/
H A Di915_gem_execbuffer.c204 struct i915_vma *batch; /** identity of the batch obj/vma */ member
749 eb->batch = eb->vma[i]; in eb_lookup_vmas()
750 GEM_BUG_ON(eb->batch->exec_flags != &eb->flags[i]); in eb_lookup_vmas()
880 GEM_BUG_ON(cache->rq_size >= cache->rq->batch->obj->base.size / sizeof(u32)); in reloc_gpu_flush()
882 i915_gem_object_unpin_map(cache->rq->batch->obj); in reloc_gpu_flush()
1070 struct i915_vma *batch; in __reloc_gpu_alloc() local
1092 batch = i915_vma_instance(obj, vma->vm, NULL); in __reloc_gpu_alloc()
1093 if (IS_ERR(batch)) { in __reloc_gpu_alloc()
1094 err = PTR_ERR(batch); in __reloc_gpu_alloc()
1098 err = i915_vma_pin(batch, 0, 0, PIN_USER | PIN_NONBLOCK); in __reloc_gpu_alloc()
[all …]
H A Dintel_lrc.c1212 gen8_emit_flush_coherentl3_wa(struct intel_engine_cs *engine, u32 *batch) in gen8_emit_flush_coherentl3_wa() argument
1214 *batch++ = MI_STORE_REGISTER_MEM_GEN8 | MI_SRM_LRM_GLOBAL_GTT; in gen8_emit_flush_coherentl3_wa()
1215 *batch++ = i915_mmio_reg_offset(GEN8_L3SQCREG4); in gen8_emit_flush_coherentl3_wa()
1216 *batch++ = i915_ggtt_offset(engine->scratch) + 256; in gen8_emit_flush_coherentl3_wa()
1217 *batch++ = 0; in gen8_emit_flush_coherentl3_wa()
1219 *batch++ = MI_LOAD_REGISTER_IMM(1); in gen8_emit_flush_coherentl3_wa()
1220 *batch++ = i915_mmio_reg_offset(GEN8_L3SQCREG4); in gen8_emit_flush_coherentl3_wa()
1221 *batch++ = 0x40400000 | GEN8_LQSC_FLUSH_COHERENT_LINES; in gen8_emit_flush_coherentl3_wa()
1223 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa()
1228 *batch++ = MI_LOAD_REGISTER_MEM_GEN8 | MI_SRM_LRM_GLOBAL_GTT; in gen8_emit_flush_coherentl3_wa()
[all …]
H A Dintel_renderstate.h31 const u32 *batch; member
38 .batch = gen ## _g ## _null_state_batch, \
H A Di915_gem_render_state.c66 #define OUT_BATCH(batch, i, val) \ argument
70 (batch)[(i)++] = (val); \
90 u32 s = rodata->batch[i]; in render_state_setup()
97 rodata->batch[i + 1] != 0) in render_state_setup()
H A Dintel_ringbuffer.h855 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() argument
857 memset(batch, 0, 6 * sizeof(u32)); in gen8_emit_pipe_control()
859 batch[0] = GFX_OP_PIPE_CONTROL(6); in gen8_emit_pipe_control()
860 batch[1] = flags; in gen8_emit_pipe_control()
861 batch[2] = offset; in gen8_emit_pipe_control()
863 return batch + 6; in gen8_emit_pipe_control()
H A Dintel_engine_cs.c1683 rq->batch ? upper_32_bits(rq->batch->node.start) : ~0u, in intel_engine_dump()
1684 rq->batch ? lower_32_bits(rq->batch->node.start) : ~0u); in intel_engine_dump()
H A Di915_gem_request.h182 struct i915_vma *batch; member
H A Di915_gem_request.c690 req->batch = NULL; in i915_gem_request_alloc()
/dflybsd-src/usr.bin/at/
H A DMakefile9 ${BINDIR}/at ${BINDIR}/batch
10 MLINKS= at.1 batch.1 \
/dflybsd-src/games/boggle/boggle/
H A Dbog.c79 int batch; variable
93 batch = debug = reuse = selfuse; in main()
104 batch = 1; in main()
153 if (batch && bspec == NULL) in main()
157 if (batch) { in main()
H A Dhelpfile26 -b: batch mode (boardspec must be present); dictionary read from stdin
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dca.c128 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
135 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
150 char *enddate, long days, int batch, int verbose, X509_REQ *req,
166 int batch; member
312 .opt.flag = &ca_config.batch,
1203 ca_config.batch = 1; in ca_main()
1214 ca_config.days, ca_config.batch, in ca_main()
1238 ca_config.days, ca_config.batch, in ca_main()
1263 ca_config.days, ca_config.batch, in ca_main()
1287 if (!ca_config.batch) { in ca_main()
[all …]
H A Dreq.c135 int batch; member
301 .opt.flag = &req_config.batch,
1227 if (!req_config.batch) { in prompt_info()
1321 (!req_config.batch)) { in prompt_info()
1457 if (!req_config.batch) in add_DN_object()
1466 if (!req_config.batch) { in add_DN_object()
1510 if (!req_config.batch) in add_attribute_object()
1519 if (!req_config.batch) { in add_attribute_object()
/dflybsd-src/sys/contrib/dev/acpica/generate/lint/
H A Dreadme.txt8 lint.bat - lint batch file for 32 and 64 bit lint
/dflybsd-src/usr.bin/patch/
H A Dcommon.h88 extern bool batch;
H A Dpatch.c79 bool batch = false; variable
329 } else if (batch) { in main()
646 batch = true; in get_some_switches()
1183 if (batch) { in handle_creation()
H A Dinp.c263 } else if (batch) { in plan_a()
327 } else if (batch) { in plan_b()
/dflybsd-src/sys/sys/
H A Dusched.h59 int batch; /* batch mode heuristic */ member
/dflybsd-src/usr.sbin/crashinfo/
H A Dcrashinfo.sh60 kvers=$(gdb -x $file -batch $k 2>/dev/null)
/dflybsd-src/usr.sbin/cron/doc/
H A DTHANKS21 Scott Narveson ported V2 to a Sequent, and sent in the most useful single batch
/dflybsd-src/contrib/tcsh-6/
H A Dsh.c235 int batch = 0; in main() local
913 *++tcp != '\0' && !batch) { in main()
924 batch = 1; in main()
1109 if (!batch && (uid != euid || gid != egid)) { in main()
/dflybsd-src/contrib/file/magic/Magdir/
H A Dmsdos10 >1 string/cW \ echo\ off DOS batch file text
11 !:mime text/x-msdos-batch
13 >1 string/cW echo\ off DOS batch file text
14 !:mime text/x-msdos-batch
16 >1 string/cW rem DOS batch file text
17 !:mime text/x-msdos-batch
19 >1 string/cW set\ DOS batch file text
20 !:mime text/x-msdos-batch
24 # OS/2 batch files are REXX. the second regex is a bit generic, oh well
27 >100 regex/c =^[\ \t]{0,10}call[\ \t]{1,10}rxfunc OS/2 REXX batch file text
[all …]
/dflybsd-src/sys/kern/
H A Dkern_kinfo.c265 kl->kl_origcpu = lwp->lwp_usdata.bsd4.batch; in fill_kinfo_lwp()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi972 the batch. This is faster than a normal enumeration where objects are
1043 next batch of objects.
1046 batch; this should not exceed @code{len}, which is the maximum size of
1047 a batch as requested by the caller. The batch itself is returned in
/dflybsd-src/sys/vfs/hammer2/
H A DTODO35 code doesn't know that and the last flush batch will probably match

12