Home
last modified time | relevance | path

Searched refs:vec4 (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch60 + vec4 sum = vec4(0);
62 + sum += vec4(0.1, 0.1, 0.1, 0.1);
117 + gl_FragColor = vec4(litColor, 1.0);
134 + vec4 some[8];
154 + gl_FragColor = vec4 (min(kfinal + spec, 1.0), 1.0);
190 +uniform vec4 KernelValue[KernelSize];
192 +uniform vec4 ScaleFactor;
193 +uniform vec4 BaseColor;
198 + vec4 sum = vec4(0.0);
200 + vec4 tmp = texture2D(srcTex, gl_TexCoord[0].st + Offset[i]);
[all …]
/openbmc/qemu/ui/shader/
H A Dtexture-blit-flip.vert7 gl_Position = vec4(in_position, 0.0, 1.0);
H A Dtexture-blit.frag5 out mediump vec4 out_frag_color;
H A Dtexture-blit.vert7 gl_Position = vec4(in_position, 0.0, 1.0);
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c964 struct option_vector4 vec4; member
1071 .vec4 = {
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13699 + "attribute vec4 pos;\n"