HomeSort by: relevance | last modified time | path
    Searched refs:cmds (Results 1 - 25 of 140) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/brotli/dist/c/enc/
block_splitter.c 40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) {
45 total_length += cmds[i].insert_len_;
50 static void CopyLiteralsToByteArray(const Command* cmds,
60 size_t insert_len = cmds[i].insert_len_;
72 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask;
123 const Command* cmds,
133 size_t literals_count = CountLiterals(cmds, num_commands);
137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals);
155 insert_and_copy_codes[i] = cmds[i].cmd_prefix_;
175 const Command* cmd = &cmds[i]
    [all...]
block_splitter.h 37 const Command* cmds,
histogram.h 51 const Command* cmds, const size_t num_commands,
histogram.c 44 const Command* cmds, const size_t num_commands,
61 const Command* cmd = &cmds[i];
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
star-nonzero.c 15 static const VGubyte cmds[6] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local
24 vgAppendPathData(path, 6, cmds, coords);
star-oddeven.c 16 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local
27 vgAppendPathData(path, 5, cmds, coords);
55 static const VGubyte cmds[6] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local
64 vgAppendPathData(path, 6, cmds, coords);
stroke.c 20 static const VGubyte cmds[] = {VG_MOVE_TO_ABS,
26 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
36 vgAppendPathData(path, 3, cmds, coords);
dash.c 18 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
33 vgAppendPathData(path, 3, cmds, coords);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
msm_ringbuffer.c 112 DECLARE_ARRAY(struct msm_cmd *, cmds);
300 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; local
317 cmds[i].type = MSM_SUBMIT_CMD_IB_TARGET_BUF;
318 cmds[i].submit_idx = append_bo(msm_submit, msm_ring->ring_bo);
319 cmds[i].submit_offset = msm_ring->offset;
320 cmds[i].size = offset_bytes(ring->cur, ring->start);
321 cmds[i].pad = 0;
322 cmds[i].nr_relocs = msm_ring->cmd->nr_relocs;
323 cmds[i].relocs = VOID2U64(relocs);
329 cmds[i].type = MSM_SUBMIT_CMD_BUF
    [all...]
msm_priv.h 117 struct drm_msm_gem_submit_cmd *cmds = U642VOID(req->cmds); local
118 struct drm_msm_gem_submit_cmd *cmd = &cmds[i];
msm_ringbuffer_sp.h 86 bo = msm_target->u.cmds[cmd_idx].ring_bo;
87 size = msm_target->u.cmds[cmd_idx].size;
msm_ringbuffer_sp.c 39 * by avoiding the additional tracking necessary to build cmds/relocs tables
114 DECLARE_ARRAY(struct msm_cmd_sp, cmds);
254 msm_submit_append_bo(msm_submit, primary->u.cmds[i].ring_bo);
283 /* Determine the number of extra cmds's from deferred submits that
291 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; local
295 /* Build up the table of cmds, and for all but the last submit in the
303 cmds[cmd_idx].type = MSM_SUBMIT_CMD_BUF;
304 cmds[cmd_idx].submit_idx =
305 msm_submit_append_bo(msm_submit, deferred_primary->u.cmds[i].ring_bo);
306 cmds[cmd_idx].submit_offset = deferred_primary->offset
    [all...]
  /xsrc/external/mit/libdrm/dist/freedreno/msm/
msm_ringbuffer.c 50 /* has cmd already been added to parent rb's submit.cmds table? */
58 * Note that bos and cmds are tracked by the parent ringbuffer, since
67 DECLARE_ARRAY(struct drm_msm_gem_submit_cmd, cmds);
74 /* should have matching entries in submit.cmds: */
75 DECLARE_ARRAY(struct msm_cmd *, cmds);
80 * Note that this is different from msm_ringbuffer::cmds (which
81 * shadows msm_ringbuffer::submit::cmds for tracking submit ioctl
252 /* Ensure that submit has corresponding entry in cmds table for the
256 * the cmds table)
271 * - target cmd has never been added to submit.cmds
    [all...]
  /xsrc/external/mit/freetype/dist/builds/meson/
generate_reference_docs.py 58 cmds = [
69 subprocess.check_call(cmds)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
msm_ringbuffer.c 129 DECLARE_ARRAY(struct msm_cmd *, cmds);
331 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; local
348 cmds[i].type = MSM_SUBMIT_CMD_IB_TARGET_BUF;
349 cmds[i].submit_idx =
351 cmds[i].submit_offset = msm_ring->offset;
352 cmds[i].size = offset_bytes(ring->cur, ring->start);
353 cmds[i].pad = 0;
354 cmds[i].nr_relocs = msm_ring->cmd->nr_relocs;
355 cmds[i].relocs = VOID2U64(relocs);
361 cmds[i].type = MSM_SUBMIT_CMD_BUF
    [all...]
msm_ringbuffer_sp.c 37 * by avoiding the additional tracking necessary to build cmds/relocs tables
97 // reloc_bos and cmds are at the same offsets and optimize some
108 DECLARE_ARRAY(struct msm_cmd_sp, cmds);
259 struct drm_msm_gem_submit_cmd cmds[primary->u.nr_cmds]; local
262 cmds[i].type = MSM_SUBMIT_CMD_BUF;
263 cmds[i].submit_idx = append_bo(msm_submit,
264 primary->u.cmds[i].ring_bo, FD_RELOC_READ | FD_RELOC_DUMP);
265 cmds[i].submit_offset = primary->offset;
266 cmds[i].size = primary->u.cmds[i].size
    [all...]
msm_priv.h 92 struct drm_msm_gem_submit_cmd *cmds = U642VOID(req->cmds); local
93 struct drm_msm_gem_submit_cmd *cmd = &cmds[i];
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_video.h 33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_video.h 33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_kms.c 522 struct drm_qxl_reloc *r = &qxl->cmds.relocs[qxl->cmds.n_relocs];
524 if (qxl->cmds.n_reloc_bos >= MAX_RELOCS || qxl->cmds.n_relocs >= MAX_RELOCS)
527 qxl->cmds.reloc_bo[qxl->cmds.n_reloc_bos] = _src_bo;
528 qxl->cmds.n_reloc_bos++;
537 qxl->cmds.n_relocs++;
551 if (qxl->cmds.n_relocs) {
552 c.relocs_num = qxl->cmds.n_relocs
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_drm.c 108 struct drm_msm_gem_submit_cmd *cmds; member in struct:tu_queue_submit
964 new_submit->cmds = vk_zalloc(&queue->device->vk.alloc,
965 entry_count * sizeof(*new_submit->cmds), 8,
968 if (new_submit->cmds == NULL) {
1047 vk_free(&queue->device->vk.alloc, new_submit->cmds);
1071 vk_free(&queue->device->vk.alloc, submit->cmds);
1082 struct drm_msm_gem_submit_cmd *cmds = submit->cmds; local
1094 cmds[entry_idx].type = MSM_SUBMIT_CMD_BUF;
1095 cmds[entry_idx].submit_idx
    [all...]
tu_kgsl.c 364 struct kgsl_command_object *cmds = local
366 sizeof(cmds[0]) * max_entry_count, 8,
368 if (cmds == NULL)
387 cmds[entry_idx++] = (struct kgsl_command_object) {
397 cmds[entry_idx++] = (struct kgsl_command_object) {
424 .cmdlist = (uint64_t) (uintptr_t) cmds,
467 vk_free(&queue->device->vk.alloc, cmds);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_state.c 103 uint32_t cmds[64]; local
104 batch.start = batch.next = cmds;
105 batch.end = (void *) cmds + sizeof(cmds);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
svga_dump.py 174 cmds = [ variable
217 for id, header, body, footer in cmds:
325 for id, header, body, footer in cmds:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
svga_dump.py 174 cmds = [ variable
217 for id, header, body, footer in cmds:
325 for id, header, body, footer in cmds:

Completed in 43 milliseconds

1 2 3 4 5 6