Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opptrnotequal-basic.spv14.asm.comp « comp « asm « shaders-msl-no-opt « reference - github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9af203553ec05f07247e43a4a057e1f88ee73a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#include <metal_stdlib>
#include <simd/simd.h>

using namespace metal;

struct _7
{
    uint _m0[1];
};

kernel void main0(device _7& _2 [[buffer(0)]], device _7& _3 [[buffer(1)]], device _7& _4 [[buffer(2)]], device _7& _5 [[buffer(3)]])
{
    uint _18 = 0u;
    uint _28 = _18 + 1u;
    _5._m0[_18] = uint(&_2 != &_3);
    uint _32 = _28 + 1u;
    _5._m0[_28] = uint(&_2._m0 != &_3._m0);
    uint _36 = _32 + 1u;
    _5._m0[_32] = uint(&_2._m0[0u] != &_3._m0[0u]);
    uint _40 = _36 + 1u;
    _5._m0[_36] = uint(&_2 != &_4);
    uint _44 = _40 + 1u;
    _5._m0[_40] = uint(&_2._m0 != &_4._m0);
    uint _48 = _44 + 1u;
    _5._m0[_44] = uint(&_2._m0[0u] != &_4._m0[0u]);
    uint _52 = _48 + 1u;
    _5._m0[_48] = uint(&_3 != &_4);
    uint _56 = _52 + 1u;
    _5._m0[_52] = uint(&_3._m0 != &_4._m0);
    _5._m0[_56] = uint(&_3._m0[0u] != &_4._m0[0u]);
    _5._m0[_56 + 1u] = uint(&_2 != &_2);
}