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);
198 + vec4 sum = vec4(0.0);
237 +vec4 permute(vec4 x0,vec3 p) {
309 + const vec4 D = vec4(0., 0.5, 1.0, 2.0);
369 + vec4 b0 = vec4( x.xy, y.xy );
370 + vec4 b1 = vec4( x.zw, y.zw );
374 + vec4 sh = vec4(lessThan(h, D.xxxx));
399 +vec4 grad4(float j, vec4 ip)
401 + const vec4 ones = vec4(1.,1.,1.,-1.);
406 + s = vec4(lessThan(p,vec4(0.)));
[all …]
/openbmc/qemu/ui/shader/
H A Dtexture-blit.vert7 gl_Position = vec4(in_position, 0.0, 1.0);
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;
/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 D0004-ffmpeg-4.3.4-rpi_14.patch60099 + "attribute vec4 pos;\n"