Home
last modified time | relevance | path

Searched refs:_14 (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/vert/
Dblock-io-auto-location-assignment.vert15 static V _14;
27 _14.a = 1.0f;
28 _14.b[0] = 2.0f;
29 _14.b[1] = 3.0f;
30 _14.c[0].v[0] = 4.0f;
31 _14.c[0].v[1] = 5.0f;
32 _14.c[0].w = 6.0f;
33 _14.c[1].v[0] = 7.0f;
34 _14.c[1].v[1] = 8.0f;
35 _14.c[1].w = 9.0f;
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Dssbo-array-length.comp7 uint _14;
8 _11.GetDimensions(_14);
9 _14 = (_14 - 16) / 16;
10 _11.Store(0, uint(int(_14)));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Dssbo-array-length.comp7 uint _14;
8 _11.GetDimensions(_14);
9 _14 = (_14 - 16) / 16;
10 _11.Store(0, uint(int(_14)));
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_d3dmath.c44 m._11 = M1._11 * M2._11 + M1._12 * M2._21 + M1._13 * M2._31 + M1._14 * M2._41; in MatrixMultiply()
45 m._12 = M1._11 * M2._12 + M1._12 * M2._22 + M1._13 * M2._32 + M1._14 * M2._42; in MatrixMultiply()
46 m._13 = M1._11 * M2._13 + M1._12 * M2._23 + M1._13 * M2._33 + M1._14 * M2._43; in MatrixMultiply()
47 m._14 = M1._11 * M2._14 + M1._12 * M2._24 + M1._13 * M2._34 + M1._14 * M2._44; in MatrixMultiply()
51 m._24 = M1._21 * M2._14 + M1._22 * M2._24 + M1._23 * M2._34 + M1._24 * M2._44; in MatrixMultiply()
55 m._34 = M1._31 * M2._14 + M1._32 * M2._24 + M1._33 * M2._34 + M1._34 * M2._44; in MatrixMultiply()
59 m._44 = M1._41 * M2._14 + M1._42 * M2._24 + M1._43 * M2._34 + M1._44 * M2._44; in MatrixMultiply()
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h161 float _11, _12, _13, _14; member
172 float _11, float _12, float _13, float _14, in mat4()
176 _11(_11), _12(_12), _13(_13), _14(_14), in mat4()
188 _11(row1.x), _12(row1.y), _13(row1.z), _14(row1.w), in mat4()
196 _11(data[ 0]), _12(data[ 1]), _13(data[ 2]), _14(data[ 3]), in mat4()
206 _11 * rhs._11 + _12 * rhs._21 + _13 * rhs._31 + _14 * rhs._41,
207 _11 * rhs._12 + _12 * rhs._22 + _13 * rhs._32 + _14 * rhs._42,
208 _11 * rhs._13 + _12 * rhs._23 + _13 * rhs._33 + _14 * rhs._43,
209 _11 * rhs._14 + _12 * rhs._24 + _13 * rhs._34 + _14 * rhs._44,
214 _21 * rhs._14 + _22 * rhs._24 + _23 * rhs._34 + _24 * rhs._44,
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag98 …> _8 [[texture(0)]], texture2d<float> _12 [[texture(1)]], texture2d<float> _14 [[texture(2)]], sam…
112 _129 = _109 + (_14.sample(_15, _97, level(0.0)).xyz * fast::clamp(_114 * _113.z, 0.0, 1.0));
125 … _176 = _156 + (_14.sample(_15, _144, level(0.0)).xyz * fast::clamp(_161 * _160.z, 0.0, 1.0));
138 … _223 = _203 + (_14.sample(_15, _191, level(0.0)).xyz * fast::clamp(_208 * _207.z, 0.0, 1.0));
151 … _270 = _250 + (_14.sample(_15, _238, level(0.0)).xyz * fast::clamp(_255 * _254.z, 0.0, 1.0));
164 … _317 = _297 + (_14.sample(_15, _285, level(0.0)).xyz * fast::clamp(_302 * _301.z, 0.0, 1.0));
177 … _364 = _344 + (_14.sample(_15, _332, level(0.0)).xyz * fast::clamp(_349 * _348.z, 0.0, 1.0));
190 … _411 = _391 + (_14.sample(_15, _379, level(0.0)).xyz * fast::clamp(_396 * _395.z, 0.0, 1.0));
203 … _458 = _438 + (_14.sample(_15, _426, level(0.0)).xyz * fast::clamp(_443 * _442.z, 0.0, 1.0));
216 … _505 = _485 + (_14.sample(_15, _473, level(0.0)).xyz * fast::clamp(_490 * _489.z, 0.0, 1.0));
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/
Dstd140-array-load-composite-construct.comp14 kernel void main0(device SSBO& _14 [[buffer(0)]], uint3 gl_GlobalInvocationID [[thread_position_in_…
16 _14.b[gl_GlobalInvocationID.x] = float4(_14.a[gl_GlobalInvocationID.x].x);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/
Dpixel-interlock-simple-callstack.sm51.fxconly.frag1 RasterizerOrderedByteAddressBuffer _14 : register(u1, space0);
13 _14.Store(_25 * 4 + 0, _14.Load(_25 * 4 + 0) + 1u);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/flatten/
Dtypes.flatten.frag29 fragment main0_out main0(constant UBO1& _14 [[buffer(0)]], constant UBO2& _29 [[buffer(1)]], consta…
32 …out.FragColor = ((((float4(_14.c) + float4(_14.d)) + float4(_29.e)) + float4(_29.f)) + _41.a) + _4…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/flatten/
Dtypes.flatten.frag29 fragment main0_out main0(constant UBO1& _14 [[buffer(0)]], constant UBO2& _29 [[buffer(1)]], consta…
32 …out.FragColor = ((((float4(_14.c) + float4(_14.d)) + float4(_29.e)) + float4(_29.f)) + _41.a) + _4…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag128 …> _8 [[texture(0)]], texture2d<float> _12 [[texture(1)]], texture2d<float> _14 [[texture(2)]], sam…
141 … _129 = _109 + (_14.sample(_15, _97, level(0.0)).xyz * fast::clamp(_113.y * _113.z, 0.0, 1.0));
157 … _176 = _156 + (_14.sample(_15, _144, level(0.0)).xyz * fast::clamp(_160.y * _160.z, 0.0, 1.0));
173 … _223 = _203 + (_14.sample(_15, _191, level(0.0)).xyz * fast::clamp(_207.y * _207.z, 0.0, 1.0));
189 … _270 = _250 + (_14.sample(_15, _238, level(0.0)).xyz * fast::clamp(_254.y * _254.z, 0.0, 1.0));
205 … _317 = _297 + (_14.sample(_15, _285, level(0.0)).xyz * fast::clamp(_301.y * _301.z, 0.0, 1.0));
221 … _364 = _344 + (_14.sample(_15, _332, level(0.0)).xyz * fast::clamp(_348.y * _348.z, 0.0, 1.0));
237 … _411 = _391 + (_14.sample(_15, _379, level(0.0)).xyz * fast::clamp(_395.y * _395.z, 0.0, 1.0));
253 … _458 = _438 + (_14.sample(_15, _426, level(0.0)).xyz * fast::clamp(_442.y * _442.z, 0.0, 1.0));
269 … _505 = _485 + (_14.sample(_15, _473, level(0.0)).xyz * fast::clamp(_489.y * _489.z, 0.0, 1.0));
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dcomplex-composite-constant-array.comp53 kernel void main0(device SSBO& _14 [[buffer(0)]])
57 _14.a = _32[_14.index];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/vert/
Dempty-struct-composite.asm.vert10 Test _14 = Test(0);
11 Test t = _14;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/vert/
Dempty-struct-composite.asm.vert8 Test _14 = { 0 };
9 Test t = _14;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/vert/
Dinvariant.asm.vert12 vec4 _14 = _main();
13 gl_Position = _14;
Dinvariant.sso.asm.vert17 vec4 _14 = _main();
18 gl_Position = _14;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vulkan/frag/
Dpush-constant-as-ubo.push-ubo.vk.frag6 } _14;
12 FragColor = _14.ubo[1];
Dpush-constant-as-ubo.push-ubo.vk.frag.vk6 } _14;
12 FragColor = _14.ubo[1];
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/vulkan/frag/
Dpush-constant-as-ubo.push-ubo.vk.frag6 } _14;
12 FragColor = _14.ubo[1];
Dpush-constant-as-ubo.push-ubo.vk.frag.vk6 } _14;
12 FragColor = _14.ubo[1];
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/
Dno_stage_out.write_buff_atomic.vert8 layout(location = 0) in vec4 _14;
12 gl_Position = _14;
Dno_stage_out.write_tex.vert6 layout(location = 0) in vec4 _14;
10 gl_Position = _14;
Dno_stage_out.write_buff.vert13 layout(location = 0) in vec4 _14;
17 gl_Position = _14;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/
Dbuffer-reference-synthesized-pointer.asm.nocompat.vk.comp.vk14 } _14;
18 uint0_Pointer _5 = uint0_Pointer(_14._m0);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/vert/
Dpointer-to-pointer.asm.vert17 device float* thread * _14 = _9;
18 _10(_14);

1234