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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
sort_xml.sh 6 mv $i.tmp $i
  /xsrc/external/mit/MesaLib.old/src/util/
Makefile 9 ${PYTHON} ${SCRIPT} > $@.tmp && mv $@.tmp $@
  /xsrc/external/mit/libXtst/dist/man/
Makefile.am 67 echo mv -f $$out $$man; \
68 mv -f $$out $$man || exit 1; \
70 @mv -f x.tmp $@
  /xsrc/external/ofl/font-liberation-ttf/dist/
Makefile 60 mv src/LiberationMono-Regular-fixed.ttf src/LiberationMono-Regular.ttf
61 mv src/LiberationMono-Italic-fixed.ttf src/LiberationMono-Italic.ttf
62 mv src/LiberationMono-Bold-fixed.ttf src/LiberationMono-Bold.ttf
63 mv src/LiberationMono-BoldItalic-fixed.ttf src/LiberationMono-BoldItalic.ttf
65 mv $(addsuffix .ttf,$(basename $^)) $(DISTPREFIX_TTF)
89 mv $$(SRCDIR)/$$(notdir $$@) $$(EXPORTDIR)
106 mv export/LiberationMono-Regular-fixed.ttf export/LiberationMono-Regular.ttf
107 mv export/LiberationMono-Italic-fixed.ttf export/LiberationMono-Italic.ttf
108 mv export/LiberationMono-Bold-fixed.ttf export/LiberationMono-Bold.ttf
109 mv export/LiberationMono-BoldItalic-fixed.ttf export/LiberationMono-BoldItalic.tt
    [all...]
  /xsrc/external/mit/glw/dist/
compile 127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
  /xsrc/external/mit/xf86-video-ati/dist/
compile 127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
  /xsrc/external/mit/xf86-video-intel-old/dist/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /xsrc/external/mit/xsetpointer/dist/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 234 buffer->mv[i].resource = pipe_buffer_create
241 if (!buffer->mv[i].resource)
249 pipe_resource_reference(&buffer->mv[i].resource, NULL);
287 buf.buffer.resource = buffer->mv[motionvector].resource;
311 buffer->mv[i].vertex_stream = pipe_buffer_map
314 buffer->mv[i].resource,
316 &buffer->mv[i].transfer
345 return buffer->mv[ref_frame].vertex_stream;
361 if (buffer->mv[i].transfer)
362 pipe_buffer_unmap(pipe, buffer->mv[i].transfer)
    [all...]
vl_mpeg12_decoder.c 359 struct vl_motionvector mv; local
366 mv.top.x = mb->PMV[0][vector][0];
367 mv.top.y = mb->PMV[0][vector][1];
368 mv.top.field_select = PIPE_VIDEO_FRAME;
369 mv.top.weight = weight;
371 mv.bottom.x = mb->PMV[0][vector][0];
372 mv.bottom.y = mb->PMV[0][vector][1];
373 mv.bottom.weight = weight;
374 mv.bottom.field_select = PIPE_VIDEO_FRAME;
378 mv.top.x = mb->PMV[0][vector][0]
    [all...]
vl_vertex_buffers.h 105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
  /xsrc/external/mit/MesaLib.old/src/mesa/main/
Makefile 17 ${PYTHON} ${X11SRCDIR.MesaLib}/src/mapi/glapi/gen/${_py} -f ${XML} > $@.tmp && mv $@.tmp $@
21 ${PYTHON} ${X11SRCDIR.MesaLib}/src/mapi/glapi/gen/gl_table.py -f ${XML} -m remap_table > $@.tmp && mv $@.tmp $@
  /xsrc/external/mit/imake/dist/
xmkmf.cpp 42 echo mv -f Makefile Makefile.bak
43 mv -f Makefile Makefile.bak
  /xsrc/external/mit/xsetmode/dist/
compile 95 mv "$cofile" "$ofile"
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 233 buffer->mv[i].resource = pipe_buffer_create
240 if (!buffer->mv[i].resource)
248 pipe_resource_reference(&buffer->mv[i].resource, NULL);
286 buf.buffer.resource = buffer->mv[motionvector].resource;
310 buffer->mv[i].vertex_stream = pipe_buffer_map
313 buffer->mv[i].resource,
315 &buffer->mv[i].transfer
344 return buffer->mv[ref_frame].vertex_stream;
359 pipe_buffer_unmap(pipe, buffer->mv[i].transfer);
375 pipe_resource_reference(&buffer->mv[i].resource, NULL)
    [all...]
vl_mpeg12_decoder.c 359 struct vl_motionvector mv; local
366 mv.top.x = mb->PMV[0][vector][0];
367 mv.top.y = mb->PMV[0][vector][1];
368 mv.top.field_select = PIPE_VIDEO_FRAME;
369 mv.top.weight = weight;
371 mv.bottom.x = mb->PMV[0][vector][0];
372 mv.bottom.y = mb->PMV[0][vector][1];
373 mv.bottom.weight = weight;
374 mv.bottom.field_select = PIPE_VIDEO_FRAME;
378 mv.top.x = mb->PMV[0][vector][0]
    [all...]
vl_vertex_buffers.h 105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_scheduler.cpp 128 MoveState mv; member in struct:aco::sched_ctx
659 DownwardsCursor cursor = ctx.mv.downwards_init(idx, false, false);
700 ctx.mv.downwards_skip(cursor);
704 MoveResult res = ctx.mv.downwards_move(cursor, false);
707 ctx.mv.downwards_skip(cursor);
719 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, false);
733 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
750 ctx.mv.upwards_update_insert_idx(up_cursor);
761 ctx.mv.upwards_skip(up_cursor);
765 MoveResult res = ctx.mv.upwards_move(up_cursor)
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
lava_build.sh 128 mv /apitrace/build /lava-files/rootfs-${DEBIAN_ARCH}/apitrace
135 mv /usr/local/bin/*-runner /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/.
141 mv /deqp /lava-files/rootfs-${DEBIAN_ARCH}/.
146 mv /piglit /lava-files/rootfs-${DEBIAN_ARCH}/.
151 mv /va/bin/* /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/
build-deqp.sh 42 mv /deqp/modules/egl/deqp-egl-x11 /deqp/modules/egl/deqp-egl
69 mv /deqp/executor.save /deqp/executor
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/
crosvm-runner.sh 47 mv /results/* $CI_PROJECT_DIR/results/.
  /xsrc/external/mit/freetype/dist/builds/unix/
unix-def.in 123 mv $@.tmp $@
151 mv $@.tmp $@
  /xsrc/external/mit/xterm/dist/package/pkgsrc/
Makefile 56 > xterm.1.tbl && mv xterm.1.tbl xterm.1
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_test-vk.sh 108 mv "apitrace-${APITRACE_VERSION}${APITRACE_VERSION_DATE}-win64" /apitrace-msvc-win64
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 402 uint8_t mv = out->mask, mf = in->mask, oid = out->hw; local
408 if (mv & 1)
416 oid += mv & 1;
418 mv >>= 1;
609 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
614 mv = vp->out[j].mask;
620 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
621 if (mg & mv & 1)
626 oid += mv & 1;

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>