Searched refs:use_shm (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-putimage.c43 int use_shm,
59 if (use_shm) {
68 static void pixel_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
81 test_target_name(target), use_shm ? "with" : "without" );
94 fill_rect(&t->out, tt.draw, tt.format, use_shm,
143 static void area_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
151 test_target_name(target), use_shm ? "with" : "without" );
173 fill_rect(&t->out, tt.draw, tt.format, use_shm,
212 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
239 fill_rect(&t->out, out.draw, out.format, use_shm,
41 fill_rect(struct test_display * dpy,Drawable d,XRenderPictFormat * format,int use_shm,uint8_t alu,int x,int y,int w,int h,uint32_t fg) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-putimage.c43 int use_shm,
59 if (use_shm) {
68 static void pixel_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
81 test_target_name(target), use_shm ? "with" : "without" );
94 fill_rect(&t->out, tt.draw, tt.format, use_shm,
143 static void area_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
151 test_target_name(target), use_shm ? "with" : "without" );
173 fill_rect(&t->out, tt.draw, tt.format, use_shm,
212 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_shm) argument
239 fill_rect(&t->out, out.draw, out.format, use_shm,
41 fill_rect(struct test_display * dpy,Drawable d,XRenderPictFormat * format,int use_shm,uint8_t alu,int x,int y,int w,int h,uint32_t fg) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c141 int use_shm; member in struct:output
1100 if (clone->src.use_shm)
1102 if (clone->dst.use_shm)
1183 if (clone->src.use_shm) {
1189 if (clone->dst.use_shm) {
1737 output->use_shm = display->has_shm;
1743 depth = output->use_shm && !FORCE_16BIT_XFER ? display->depth : 16;
1773 } else if (c->src.use_shm) {
1790 } else if (c->src.use_shm) {
1815 } else if (c->dst.use_shm) {
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c152 int use_shm; member in struct:output
1164 if (clone->src.use_shm)
1166 if (clone->dst.use_shm)
1247 if (clone->src.use_shm) {
1253 if (clone->dst.use_shm) {
1890 output->use_shm = display->has_shm;
1896 depth = output->use_shm && !FORCE_16BIT_XFER ? display->depth : 16;
1928 } else if (c->src.use_shm) {
1947 } else if (c->src.use_shm) {
1976 } else if (c->dst.use_shm) {
[all...]

Completed in 10 milliseconds