Home
last modified time | relevance | path

Searched refs:xmask (Results 1 – 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_vecmathlib.h239 vmask xmask = vmask(float_as_int(x).m); in atan2() local
240 return change_sign(select_msb(z, vfloat(astc::PI) - z, xmask), y); in atan2()
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt195 if (xmask) destination.x = v.x;
235 if (xmask) destination.x = u.x;
274 if (xmask) destination.x = t.x - u.x;
288 if (xmask) destination.x = (t.x >= 0) ? t.x : -t.x;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2248 if (xmask) destination.x = t.x;
2278 if (xmask) destination.x = t.x * u.x;
2308 if (xmask) destination.x = t.x + u.x;
2349 if (xmask) destination.x = t.x * u.x + v.x;
2374 if (xmask) destination.x = u.x;
2399 if (xmask) destination.x = u.x;
2433 if (xmask) destination.x = v.x;
2464 if (xmask) destination.x = v.x;
2489 if (xmask) destination.x = 1.0;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt195 if (xmask) destination.x = v.x;
235 if (xmask) destination.x = u.x;
274 if (xmask) destination.x = t.x - u.x;
288 if (xmask) destination.x = (t.x >= 0) ? t.x : -t.x;
DNV_vertex_program.txt2198 The variables "xmask", "ymask", "zmask", and "wmask" are booleans
2248 if (xmask) destination.x = t.x;
2278 if (xmask) destination.x = t.x * u.x;
2308 if (xmask) destination.x = t.x + u.x;
2349 if (xmask) destination.x = t.x * u.x + v.x;
2374 if (xmask) destination.x = u.x;
2399 if (xmask) destination.x = u.x;
2433 if (xmask) destination.x = v.x;
2464 if (xmask) destination.x = v.x;
2489 if (xmask) destination.x = 1.0;
[all …]