Home
last modified time | relevance | path

Searched refs:_15 (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/
Dscalar-select.spv14.asm.frag1 struct _15
6 static const _15 _25 = { 0.0f };
7 static const _15 _26 = { 1.0f };
18 void spvSelectComposite(out _15 out_value, bool cond, _15 true_val, _15 false_val)
48 _15 _38;
50 _15 _32 = _38;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/
Dtemporary.zero-initialize.asm.frag13 mediump int _15 = 0;
14 for (mediump int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
18 _15 = 50;
22 _15 = ((vB + _16) == 40) ? 60 : _17;
24 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag22 int _15 = {};
23 for (int _16 = 0, _17 = 0; _16 < in.vA; _17 = _15, _16 += _10)
27 _15 = 50;
31 _15 = ((in.vB + _16) == 40) ? 60 : _17;
33 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag20 int _15 = 0;
21 for (int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
25 _15 = 50;
29 _15 = ((vB + _16) == 40) ? 60 : _17;
31 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dpacked-expression-vector-shuffle.frag17 fragment main0_out main0(constant UBO& _15 [[buffer(0)]])
20 out.FragColor = float4(_15.color[0], _15.color[1], _15.color[2], float4(1.0).w);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/
Dscalar-select.spv14.asm.frag3 struct _15
16 _15 _32 = false ? _15(0.0) : _15(1.0);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dpacked-expression-vector-shuffle.frag17 fragment main0_out main0(constant UBO& _15 [[buffer(0)]])
21 f = float4(_15.color[0], _15.color[1], _15.color[2], f.w);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag98 …xture(2)]], sampler _9 [[sampler(0)]], sampler _13 [[sampler(1)]], sampler _15 [[sampler(2)]], flo…
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-hlsl/comp/
Dinverse.comp3 RWByteAddressBuffer _15 : register(u0);
105 _15.Store2(0, asuint(_24[0]));
106 _15.Store2(8, asuint(_24[1]));
109 _15.Store3(16, asuint(_30[0]));
110 _15.Store3(32, asuint(_30[1]));
111 _15.Store3(48, asuint(_30[2]));
114 _15.Store4(64, asuint(_36[0]));
115 _15.Store4(80, asuint(_36[1]));
116 _15.Store4(96, asuint(_36[2]));
117 _15.Store4(112, asuint(_36[3]));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Dinverse.comp3 RWByteAddressBuffer _15 : register(u0);
105 _15.Store2(0, asuint(_24[0]));
106 _15.Store2(8, asuint(_24[1]));
109 _15.Store3(16, asuint(_30[0]));
110 _15.Store3(32, asuint(_30[1]));
111 _15.Store3(48, asuint(_30[2]));
114 _15.Store4(64, asuint(_36[0]));
115 _15.Store4(80, asuint(_36[1]));
116 _15.Store4(96, asuint(_36[2]));
117 _15.Store4(112, asuint(_36[3]));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/
Dnonuniform-bracket-handling.vk.nocompat.asm.comp.vk49 uint _15 = registers._m4 + (gl_GlobalInvocationID.z + 0u);
50 …geAtomicAdd(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15].y) ? (gl_GlobalInv…
51 …micCompSwap(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15].y) ? (gl_GlobalInv…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dvector-shuffle-oom.asm.frag128 …xture(2)]], sampler _9 [[sampler(0)]], sampler _13 [[sampler(1)]], sampler _15 [[sampler(2)]], flo…
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/shaders-msl/tesc/
Dmatrix-output.multi-patch.tesc25 float _15 = float(gl_InvocationID);
26 …float4x3 d = float4x3(float3(_15, 0.0, 0.0), float3(0.0, _15, 0.0), float3(0.0, 0.0, _15), float3(…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/tesc/
Dmatrix-output.multi-patch.tesc25 float _15 = float(gl_InvocationID);
26 float3 _18 = float3(_15, 0.0, 0.0);
27 float3 _19 = float3(0.0, _15, 0.0);
28 float3 _20 = float3(0.0, 0.0, _15);
Dstruct-output.multi-patch.tesc32 float _15 = float(gl_InvocationID);
36 gl_out[gl_InvocationID].in_te_data0 = te_data{ _15, _19, _21 };
39 …gl_out[gl_InvocationID].in_te_data1 = te_data{ _15 + gl_out[_38].in_te_data0.a, _19 + gl_out[_38].…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/frag/
Dscalar-select.spv14.asm.frag47 struct _15
67 _15 _32 = false ? (_15{ 0.0 }) : (_15{ 1.0 });
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Dread-write-only.comp14 } _15;
24 _10.data4 = _15.data0 + _21.data2;
25 _10.data5 = _15.data1 + _21.data3;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dread-write-only.comp14 } _15;
24 _10.data4 = _15.data0 + _21.data2;
25 _10.data5 = _15.data1 + _21.data3;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/vert/
Dno-contraction.vert9 precise vec4 _15 = vA * vB;
12 precise vec4 _30 = _15 + vC;
13 precise vec4 _34 = _15 + _19;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dread-write-only.comp26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS…
28 _10.data4 = _15.data0 + _21.data2;
29 _10.data5 = _15.data1 + _21.data3;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dread-write-only.comp26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS…
28 _10.data4 = _15.data0 + _21.data2;
29 _10.data5 = _15.data1 + _21.data3;
Dpacking-test-1.comp30 kernel void main0(device Buffer0& _15 [[buffer(0)]], device Buffer1& _34 [[buffer(1)]], uint3 gl_Gl…
33 v.a = float3(_15.buf0[0].a);
34 v.b = _15.buf0[0].b;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/vert/
Dno-contraction.vert20 precise float4 _15 = vA * vB;
23 precise float4 _30 = _15 + vC;
24 precise float4 _34 = _15 + _19;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/vulkan/frag/
Ddemote-to-helper-forwarding.asm.vk.nocompat.frag.vk8 bool _15 = helperInvocationEXT();
10 if (!_15)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vulkan/frag/
Ddemote-to-helper-forwarding.asm.vk.nocompat.frag.vk8 bool _15 = helperInvocationEXT();
10 if (!_15)

12345