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

  /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);
dash.c 18 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
33 vgAppendPathData(path, 3, 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);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
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.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_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/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/freedreno/drm/
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];
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_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_drm.h 219 #define MSM_SUBMIT_SUDO 0x10000000 /* run submitted cmds from RB */
229 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
237 __u64 cmds; /* in, ptr to array of submit_cmd's */ member in struct:drm_msm_gem_submit
  /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:
  /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);
anv_device.c 2629 uint32_t cmds[8]; local
2630 batch.start = batch.next = cmds;
2631 batch.end = (void *) cmds + sizeof(cmds);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
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);
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...]
  /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/dist/src/intel/vulkan/
genX_state.c 159 uint32_t cmds[64]; local
161 .start = cmds,
162 .next = cmds,
163 .end = (void *) cmds + sizeof(cmds),
  /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/libdrm/dist/include/drm/
msm_drm.h 204 #define MSM_SUBMIT_SUDO 0x10000000 /* run submitted cmds from RB */
214 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
222 __u64 cmds; /* in, ptr to array of submit_cmd's */ member in struct:drm_msm_gem_submit
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
msm_drm.h 227 #define MSM_SUBMIT_SUDO 0x10000000 /* run submitted cmds from RB */
252 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
260 __u64 cmds; /* in, ptr to array of submit_cmd's */ member in struct:drm_msm_gem_submit
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_device.c 1227 struct drm_msm_gem_submit_cmd cmds[entry_count]; local
1233 cmds[entry_idx].type = MSM_SUBMIT_CMD_BUF;
1234 cmds[entry_idx].submit_idx =
1237 cmds[entry_idx].submit_offset = cs->entries[i].offset;
1238 cmds[entry_idx].size = cs->entries[i].size;
1239 cmds[entry_idx].pad = 0;
1240 cmds[entry_idx].nr_relocs = 0;
1241 cmds[entry_idx].relocs = 0;
1257 .cmds = (uint64_t)(uintptr_t)cmds,
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
lion-render.c 10 static VGubyte cmds[128]; local
24 cmds[0] = VG_MOVE_TO_ABS;
26 cmds[j] = VG_LINE_TO_ABS;
29 vgAppendPathData(l->paths[i], elems, cmds, coords);
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl.h 367 struct qxl_cmd_stream cmds; member in struct:_qxl_screen_t

Completed in 39 milliseconds