Searched refs:cmds (Results 1 - 25 of 140) sorted by relevance

123456

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { argument
45 total_length += cmds[i].insert_len_;
50 static void CopyLiteralsToByteArray(const Command* cmds, argument
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[
122 BrotliSplitBlock(MemoryManager * m,const Command * cmds,const size_t num_commands,const uint8_t * data,const size_t pos,const size_t mask,const BrotliEncoderParams * params,BlockSplit * literal_split,BlockSplit * insert_and_copy_split,BlockSplit * dist_split) argument
[all...]
H A Dblock_splitter.h37 const Command* cmds,
H A Dhistogram.h51 const Command* cmds, const size_t num_commands,
H A Dhistogram.c44 const Command* cmds, const size_t num_commands,
61 const Command* cmd = &cmds[i];
43 BrotliBuildHistogramsWithContext(const Command * cmds,const size_t num_commands,const BlockSplit * literal_split,const BlockSplit * insert_and_copy_split,const BlockSplit * dist_split,const uint8_t * ringbuffer,size_t start_pos,size_t mask,uint8_t prev_byte,uint8_t prev_byte2,const ContextType * context_modes,HistogramLiteral * literal_histograms,HistogramCommand * insert_and_copy_histograms,HistogramDistance * copy_dist_histograms) argument
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dstar-nonzero.c15 static const VGubyte cmds[6] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local in function:init
24 vgAppendPathData(path, 6, cmds, coords);
H A Dstar-oddeven.c16 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local in function:draw_point
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 in function:init
64 vgAppendPathData(path, 6, cmds, coords);
H A Dstroke.c20 static const VGubyte cmds[] = {VG_MOVE_TO_ABS,
26 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local in function:init
36 vgAppendPathData(path, 3, cmds, coords);
H A Ddash.c18 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local in function:init
33 vgAppendPathData(path, 3, cmds, coords);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_ringbuffer.c112 DECLARE_ARRAY(struct msm_cmd *, cmds);
300 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; local in function:msm_submit_flush
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[
[all...]
H A Dmsm_priv.h117 struct drm_msm_gem_submit_cmd *cmds = U642VOID(req->cmds); local in function:msm_dump_submit
118 struct drm_msm_gem_submit_cmd *cmd = &cmds[i];
H A Dmsm_ringbuffer_sp.h86 bo = msm_target->u.cmds[cmd_idx].ring_bo;
87 size = msm_target->u.cmds[cmd_idx].size;
H A Dmsm_ringbuffer_sp.c39 * 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 in function:flush_submit_list
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_id
[all...]
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c50 /* 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/
H A Dgenerate_reference_docs.py58 cmds = [
69 subprocess.check_call(cmds)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dmsm_ringbuffer.c129 DECLARE_ARRAY(struct msm_cmd *, cmds);
331 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; local in function:msm_submit_flush
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[
[all...]
H A Dmsm_ringbuffer_sp.c37 * 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 in function:msm_submit_sp_flush
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[
[all...]
H A Dmsm_priv.h92 struct drm_msm_gem_submit_cmd *cmds = U642VOID(req->cmds); local in function:msm_dump_submit
93 struct drm_msm_gem_submit_cmd *cmd = &cmds[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.h33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.h33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_kms.c522 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
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c108 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 in function:tu_queue_build_msm_gem_submit_cmds
1094 cmds[entry_idx].type = MSM_SUBMIT_CMD_BUF;
1095 cmds[entry_id
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_state.c103 uint32_t cmds[64]; local in function:genX
104 batch.start = batch.next = cmds;
105 batch.end = (void *) cmds + sizeof(cmds);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py174 cmds = [ variable
217 for id, header, body, footer in cmds:
325 for id, header, body, footer in cmds:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py174 cmds = [ variable
217 for id, header, body, footer in cmds:
325 for id, header, body, footer in cmds:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c51 list_inithead(&cmd_buffer->queue.cmds);
72 list_inithead(&cmd_buffer->queue.cmds);
287 list_addtail(&cmd->cmd_link, &cmd_buffer->queue.cmds);
322 list_addtail(&cmd->cmd_link, &cmd_buffer->queue.cmds);
370 list_addtail(&cmd->cmd_link, &cmd_buffer->queue.cmds);
447 list_addtail(&cmd->cmd_link, &cmd_buffer->queue.cmds);
531 list_addtail(&cmd->cmd_link, &cmd_buffer->queue.cmds);

Completed in 14 milliseconds

123456