Home
last modified time | relevance | path

Searched refs:vec2 (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch97 + vec2 c = BumpDensity * gl_TexCoord[0].st;
98 + vec2 p = fract(c) - vec2(0.5);
105 + { p = vec2(0.0); f = 1.0; }
188 +uniform vec2 Offset[KernelSize];
229 +vec2 permute(vec2 x0,vec3 p) {
230 + vec2 x1 = mod(x0 * p.y, p.x);
251 +float simplexNoise2(vec2 v)
253 + const vec2 C = vec2(0.211324865405187134, // (3.0-sqrt(3.0))/6.;
257 + vec2 i = floor(v + dot(v, C.yy) );
258 + vec2 x0 = v - i + dot(i, C.xx);
[all …]
/openbmc/qemu/ui/shader/
H A Dtexture-blit-flip.vert3 in vec2 in_position;
4 out vec2 ex_tex_coord;
8 ex_tex_coord = vec2(1.0 + in_position.x, 1.0 + in_position.y) * 0.5;
H A Dtexture-blit.vert3 in vec2 in_position;
4 out vec2 ex_tex_coord;
8 ex_tex_coord = vec2(1.0 + in_position.x, 1.0 - in_position.y) * 0.5;
H A Dtexture-blit.frag4 in mediump vec2 ex_tex_coord;
/openbmc/linux/block/
H A Dblk.h83 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument
87 phys_addr_t addr2 = page_to_phys(vec2->bv_page) + vec2->bv_offset; in biovec_phys_mergeable()
98 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
100 if ((addr1 | mask) != ((addr2 + vec2->bv_len - 1) | mask)) in biovec_phys_mergeable()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c958 struct option_vector2 vec2; member
1048 .vec2 = {
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst276 If X is the interface number as in vec0, vec1, vec2, etc, the general
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13700 + "varying vec2 texcoord;\n"
13711 + "varying vec2 texcoord;\n"
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch3692 + "varying vec2 TexCoord0;\n"