Home
last modified time | relevance | path

Searched refs:vIn (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/
Dcomplex-expression-in-access-chain.frag6 static int vIn;
12 nointerpolation int vIn : TEXCOORD0;
25 …40 * 16 + 0)) + asfloat(_34.Load4(_40 * 16 + 0))) + asfloat(_34.Load4(((vIn * vIn) + (vIn2 * vIn2)…
32 vIn = stage_input.vIn;
Dunary-enclose.frag2 static float4 vIn;
7 float4 vIn : TEXCOORD0;
18 FragColor = vIn;
23 vIn = stage_input.vIn;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dcomplex-expression-in-access-chain.frag6 static int vIn;
12 nointerpolation int vIn : TEXCOORD0;
26 int c = vIn * vIn;
35 vIn = stage_input.vIn;
Dunary-enclose.frag2 static float4 vIn;
7 float4 vIn : TEXCOORD0;
18 FragColor = -(-vIn);
26 vIn = stage_input.vIn;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dbinary-unpack-pack-arguments.frag10 layout(location = 0) in vec3 vIn;
14 FragColor = cross(vIn, color - vIn);
Dcomplex-expression-in-access-chain.frag16 layout(location = 0) flat in int vIn;
26 int c = vIn * vIn;
Dbinary-func-unpack-pack-arguments.frag10 layout(location = 0) in vec3 vIn;
14 FragColor = dot(vIn, color);
Dunary-enclose.frag5 layout(location = 0) in vec4 vIn;
10 FragColor = +(-(-vIn));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dbinary-unpack-pack-arguments.frag19 float3 vIn [[user(locn0)]];
25 out.FragColor = cross(in.vIn, float3(_15.color) - in.vIn);
Dcomplex-expression-in-access-chain.frag18 int vIn [[user(locn0)]];
27 int c = in.vIn * in.vIn;
Dunary-enclose.frag13 float4 vIn [[user(locn0)]];
20 out.FragColor = -(-in.vIn);
Dbinary-func-unpack-pack-arguments.frag19 float3 vIn [[user(locn0)]];
25 out.FragColor = dot(in.vIn, float3(_15.color));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dbinary-unpack-pack-arguments.frag19 float3 vIn [[user(locn0)]];
25 out.FragColor = cross(in.vIn, float3(_15.color) - in.vIn);
Dcomplex-expression-in-access-chain.frag18 int vIn [[user(locn0)]];
26 …out.FragColor = (_34.results[_40] + _34.results[_40]) + _34.results[(in.vIn * in.vIn) + (in.vIn2 *…
Dunary-enclose.frag13 float4 vIn [[user(locn0)]];
19 out.FragColor = in.vIn;
Dbinary-func-unpack-pack-arguments.frag19 float3 vIn [[user(locn0)]];
25 out.FragColor = dot(in.vIn, float3(_15.color));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dcomplex-expression-in-access-chain.frag12 layout(location = 0) flat in mediump int vIn;
19 FragColor = (_34.results[_40] + _34.results[_40]) + _34.results[(vIn * vIn) + (vIn2 * vIn2)];
Dunary-enclose.frag6 layout(location = 0) in vec4 vIn;
10 FragColor = vIn;
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dcomplex-expression-in-access-chain.frag16 layout(location = 0) flat in int vIn;
26 int c = vIn * vIn;
Dunary-enclose.frag5 layout(location = 0) in vec4 vIn;
10 FragColor = +(-(-vIn));
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/
Dcomplex-expression-in-access-chain.frag16 layout(location = 0) flat in int vIn;
26 int c = vIn * vIn;
Dunary-enclose.frag5 layout(location = 0) in vec4 vIn;
10 FragColor = +(-(-vIn));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dcomplex-expression-in-access-chain.frag12 layout(location = 0) flat in mediump int vIn;
20 mediump int c = vIn * vIn;
Dunary-enclose.frag6 layout(location = 0) in vec4 vIn;
11 FragColor = -(-vIn);
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.h41 __m128i fpToFixedPoint(const __m128 vIn) in fpToFixedPoint() argument
43 __m128 vFixed = _mm_mul_ps(vIn, _mm_set1_ps(FIXED_POINT_SCALE)); in fpToFixedPoint()

12