| /openbmc/qemu/include/ui/ |
| H A D | egl-helpers.h | 35 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip); 39 void egl_texture_blit(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip); 40 void egl_texture_blend(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip,
|
| H A D | shader.h | 8 void qemu_gl_run_texture_blit(QemuGLShader *gls, bool flip);
|
| /openbmc/u-boot/drivers/input/ |
| H A D | input.c | 264 int flip = -1; in process_modifier() local 268 flip = FLAG_SCROLL_LOCK; in process_modifier() 271 flip = FLAG_NUM_LOCK; in process_modifier() 274 flip = FLAG_CAPS_LOCK; in process_modifier() 278 if (flip != -1) { in process_modifier() 281 config->flags ^= flip; in process_modifier() 289 config->leds_changed = flip; in process_modifier()
|
| /openbmc/qemu/ui/ |
| H A D | egl-helpers.c | 141 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip) in egl_fb_blit() argument 164 y2 = flip ? y1 : h + y1; in egl_fb_blit() 165 y1 = flip ? h + y1 : y1; in egl_fb_blit() 196 void egl_texture_blit(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip) in egl_texture_blit() argument 202 qemu_gl_run_texture_blit(gls, flip); in egl_texture_blit() 205 void egl_texture_blend(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip, in egl_texture_blend() argument 211 if (flip) { in egl_texture_blend() 220 qemu_gl_run_texture_blit(gls, flip); in egl_texture_blend()
|
| H A D | shader.c | 72 void qemu_gl_run_texture_blit(QemuGLShader *gls, bool flip) in qemu_gl_run_texture_blit() argument 74 glUseProgram(flip in qemu_gl_run_texture_blit()
|
| /openbmc/qemu/ui/shader/ |
| H A D | meson.build | 4 ['texture-blit-flip', 'vert'],
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/ |
| H A D | usb-modeswitch_2.6.1.bb | 1 SUMMARY = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | README.md | 21 On the flip side, it is only meant to run on resonably sane modern unix systems.
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | imx5.txt | 13 condition in an analog flip-flop when used at high frequencies.
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_helper.c | 1018 intptr_t flip = extract32(desc, SIMD_DATA_SHIFT, 1); in HELPER() local 1021 uint32_t negf_real = flip ^ negf_imag; in HELPER() 1032 float16 e2 = n[H2(i + flip)]; in HELPER() 1033 float16 e1 = m[H2(i + flip)] ^ negx_real; in HELPER() 1035 float16 e3 = m[H2(i + 1 - flip)] ^ negx_imag; in HELPER() 1048 intptr_t flip = extract32(desc, SIMD_DATA_SHIFT, 1); in HELPER() local 1052 uint32_t negf_real = flip ^ negf_imag; in HELPER() 1067 float16 e1 = negx_real ^ (flip ? mi : mr); in HELPER() 1068 float16 e3 = negx_imag ^ (flip ? mr : mi); in HELPER() 1071 float16 e2 = n[H2(j + flip)]; in HELPER() [all …]
|
| H A D | sve_helper.c | 5711 bool flip = extract32(desc, SIMD_DATA_SHIFT, 1); in HELPER() local 5714 uint32_t negf_real = flip ^ negf_imag; in HELPER() 5738 e2 = (flip ? ni : nr); in HELPER() 5739 e1 = (flip ? mi : mr) ^ negx_real; in HELPER() 5741 e3 = (flip ? mr : mi) ^ negx_imag; in HELPER() 5761 bool flip = extract32(desc, SIMD_DATA_SHIFT, 1); in HELPER() local 5764 uint32_t negf_real = flip ^ negf_imag; in HELPER() 5788 e2 = (flip ? ni : nr); in HELPER() 5789 e1 = (flip ? mi : mr) ^ negx_real; in HELPER() 5791 e3 = (flip ? mr : mi) ^ negx_imag; in HELPER() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0001-fix-dispmanx-build.patch | 97 void flip();
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 90 + * than the source arrays. Note it is not possible to do horizontal flip 121 -/* Horizontal flip; done in-place, so no separate dest array is required */ 126 +/* Crop. This is only used when no rotate/flip is requested with the crop. */ 163 +/* Horizontal flip; done in-place, so no separate dest array is required. 221 +/* Horizontal flip in general cropping case */ 282 /* Vertical flip */ 1450 + * for rotate/flip, resize, and crop operations. 1691 - JXFORM_FLIP_H, /* horizontal flip */ 1692 - JXFORM_FLIP_V, /* vertical flip */ 1709 + * flip transforms, lossless crop is restricted by the JPEG format: the upper [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | gcc14.patch | 119 @@ -378,7 +378,7 @@ void concon(ch)const int ch; /* flip b
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 2520 int flags, int flip) \ 2525 flags ^= flip; \
|
| /openbmc/u-boot/doc/ |
| H A D | README.POST | 621 4) bit-flip pattern ((1 << (offset % 32)), ~(1 << (offset % 32)))
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 611 * negation is that negating externally will flip the sign bit on NaNs.)
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 2480 + answer.mantissa &= ~uint64_t(1); // flip it so that we do not round up
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.css.map | 1 …\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of th…
|