Home
last modified time | relevance | path

Searched refs:Load2 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/asm/comp/
Dnmin-max-clamp.asm.comp6 bool2 _145 = isnan(asfloat(_4.Load2(56)));
7 bool2 _146 = isnan(asfloat(_4.Load2(104)));
8 float2 _147 = min(asfloat(_4.Load2(56)), asfloat(_4.Load2(104)));
9 …float2 _148 = float2(_145.x ? asfloat(_4.Load2(104)).x : _147.x, _145.y ? asfloat(_4.Load2(104)).y…
10 …_4.Store2(8, asuint(float2(_146.x ? asfloat(_4.Load2(56)).x : _148.x, _146.y ? asfloat(_4.Load2(56…
22 bool2 _165 = isnan(asfloat(_4.Load2(56)));
23 bool2 _166 = isnan(asfloat(_4.Load2(104)));
24 float2 _167 = max(asfloat(_4.Load2(56)), asfloat(_4.Load2(104)));
25 …float2 _168 = float2(_165.x ? asfloat(_4.Load2(104)).x : _167.x, _165.y ? asfloat(_4.Load2(104)).y…
26 …_4.Store2(8, asuint(float2(_166.x ? asfloat(_4.Load2(56)).x : _168.x, _166.y ? asfloat(_4.Load2(56…
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/asm/comp/
Dnmin-max-clamp.asm.comp6 bool2 _146 = isnan(asfloat(_4.Load2(56)));
7 bool2 _147 = isnan(asfloat(_4.Load2(104)));
8 float2 _148 = min(asfloat(_4.Load2(56)), asfloat(_4.Load2(104)));
9 …float2 _149 = float2(_146.x ? asfloat(_4.Load2(104)).x : _148.x, _146.y ? asfloat(_4.Load2(104)).y…
10 …_4.Store2(8, asuint(float2(_147.x ? asfloat(_4.Load2(56)).x : _149.x, _147.y ? asfloat(_4.Load2(56…
22 bool2 _166 = isnan(asfloat(_4.Load2(56)));
23 bool2 _167 = isnan(asfloat(_4.Load2(104)));
24 float2 _168 = max(asfloat(_4.Load2(56)), asfloat(_4.Load2(104)));
25 …float2 _169 = float2(_166.x ? asfloat(_4.Load2(104)).x : _168.x, _166.y ? asfloat(_4.Load2(104)).y…
26 …_4.Store2(8, asuint(float2(_167.x ? asfloat(_4.Load2(56)).x : _169.x, _167.y ? asfloat(_4.Load2(56…
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Douter-product.comp8 …float2x2 _32 = float2x2(asfloat(_26.Load2(0)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load2(0)) * a…
11 … = float2x3(asfloat(_26.Load3(16)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load3(16)) * asfloat(_26…
14 … = float2x4(asfloat(_26.Load4(32)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load4(32)) * asfloat(_26…
17 … = float3x2(asfloat(_26.Load2(0)) * asfloat(_26.Load3(16)).x, asfloat(_26.Load2(0)) * asfloat(_26.…
29Load2(0)) * asfloat(_26.Load4(32)).x, asfloat(_26.Load2(0)) * asfloat(_26.Load4(32)).y, asfloat(_2…
Drwbuffer-matrix.comp49 float2x2 _40 = asfloat(uint2x2(_28.Load2(128), _28.Load2(136)));
61 float3x2 _52 = asfloat(uint3x2(_28.Load2(216), _28.Load2(224), _28.Load2(232)));
120 float2 v1 = asfloat(_28.Load2(_68_index0 * 8 + 128));
122 float2 v3 = asfloat(_28.Load2(_68_index0 * 8 + 216));
Dinverse.comp103 float2x2 _23 = asfloat(uint2x2(_20.Load2(0), _20.Load2(8)));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Douter-product.comp8 …float2x2 _32 = float2x2(asfloat(_26.Load2(0)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load2(0)) * a…
11 … = float2x3(asfloat(_26.Load3(16)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load3(16)) * asfloat(_26…
14 … = float2x4(asfloat(_26.Load4(32)) * asfloat(_26.Load2(0)).x, asfloat(_26.Load4(32)) * asfloat(_26…
17 … = float3x2(asfloat(_26.Load2(0)) * asfloat(_26.Load3(16)).x, asfloat(_26.Load2(0)) * asfloat(_26.…
29Load2(0)) * asfloat(_26.Load4(32)).x, asfloat(_26.Load2(0)) * asfloat(_26.Load4(32)).y, asfloat(_2…
Drwbuffer-matrix.comp45 float2x2 _274 = asfloat(uint2x2(_28.Load2(128), _28.Load2(136)));
57 float3x2 _280 = asfloat(uint3x2(_28.Load2(216), _28.Load2(224), _28.Load2(232)));
Dinverse.comp103 float2x2 _23 = asfloat(uint2x2(_20.Load2(0), _20.Load2(8)));
/third_party/skia/src/core/
DSk4px.h44 static Sk4px Load2(const SkPMColor px[2]) { in Load2() function
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
/third_party/flutter/skia/src/core/
DSk4px.h44 static Sk4px Load2(const SkPMColor px[2]) { in Load2() function
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
/third_party/skia/third_party/externals/tint/test/buffer/storage/static_index/
Dread.wgsl.expected.hlsl15 …return float3x2(asfloat(buffer.Load2((offset + 0u))), asfloat(buffer.Load2((offset + 8u))), asfloa…
/third_party/skia/third_party/externals/tint/test/buffer/storage/dynamic_index/
Dread.wgsl.expected.hlsl12 …return float3x2(asfloat(buffer.Load2((offset + 0u))), asfloat(buffer.Load2((offset + 8u))), asfloa…
/third_party/skia/third_party/externals/tint/test/samples/
Dcompute_boids.wgsl.expected.hlsl53 float2 vPos = asfloat(particlesA.Load2((16u * index)));
54 float2 vVel = asfloat(particlesA.Load2(((16u * index) + 8u)));
67 pos = asfloat(particlesA.Load2((16u * i))).xy;
68 vel = asfloat(particlesA.Load2(((16u * i) + 8u))).xy;
/third_party/skia/third_party/externals/tint/test/layout/storage/mat2x2/
Df32.wgsl.expected.hlsl4 return float2x2(asfloat(buffer.Load2((offset + 0u))), asfloat(buffer.Load2((offset + 8u))));
/third_party/glslang/Test/
Dhlsl.structbuffer.byte.frag10 float4(sbuf.Load2(pos+4), 0, 0) +
Dhlsl.structbuffer.fn2.comp6 uint2 result = buffer.Load2(loc);
Dhlsl.structbuffer.rwbyte.frag10 sbuf.Store2(pos, sbuf.Load2(pos));
/third_party/skia/third_party/externals/tint/test/layout/storage/mat2x2/stride/
D16.spvasm.expected.hlsl22 arr_1[i].el = asfloat(buffer.Load2((offset + (i * 16u))));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp235 float2x2 _240 = asfloat(uint2x2(_19.Load2(64), _19.Load2(72)));
241 float2x2 _256 = asfloat(uint2x2(_19.Load2(64), _19.Load2(72)));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/
Daccess-chain-load-store-composite.asm.comp27 _64.b = asfloat(_10.Load2(16));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h381 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
392 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1,
/third_party/flutter/skia/include/private/
DSkNx.h83 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
87 Half::Load2(ptr , &al, &bl); in Load2()
88 Half::Load2(ptr + 2*N/2*sizeof(T), &ah, &bh); in Load2()
194 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) {
/third_party/skia/include/private/
DSkNx.h83 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) { in Load2() function
87 Half::Load2(ptr , &al, &bl); in Load2()
88 Half::Load2(ptr + 2*N/2*sizeof(T), &ah, &bh); in Load2()
192 AI static void Load2(const void* vptr, SkNx* a, SkNx* b) {
/third_party/skia/tests/
DSkNxTest.cpp412 Sk4f::Load2(xy, &x,&y); in DEF_TEST()
429 Sk2f::Load2(xy, &x,&y); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h245 bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, int64_t &Offset1,
256 bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2,

12