Lines Matching refs:arith
44 result = subgroupAdd(f4); // ERROR, extension not enabled (arith)
45 subgroupMul(f4); // ERROR, extension not enabled (arith)
46 subgroupMin(f4); // ERROR, extension not enabled (arith)
47 subgroupMax(f4); // ERROR, extension not enabled (arith)
48 subgroupAnd(ballot); // ERROR, extension not enabled (arith)
49 subgroupOr(ballot); // ERROR, extension not enabled (arith)
50 subgroupXor(ballot); // ERROR, extension not enabled (arith)
51 subgroupInclusiveAdd(f4); // ERROR, extension not enabled (arith)
52 subgroupInclusiveMul(f4); // ERROR, extension not enabled (arith)
53 subgroupInclusiveMin(f4); // ERROR, extension not enabled (arith)
54 subgroupInclusiveMax(f4); // ERROR, extension not enabled (arith)
55 subgroupInclusiveAnd(ballot); // ERROR, extension not enabled (arith)
56 subgroupInclusiveOr(ballot); // ERROR, extension not enabled (arith)
57 subgroupInclusiveXor(ballot); // ERROR, extension not enabled (arith)
58 subgroupExclusiveAdd(f4); // ERROR, extension not enabled (arith)
59 subgroupExclusiveMul(f4); // ERROR, extension not enabled (arith)
60 subgroupExclusiveMin(f4); // ERROR, extension not enabled (arith)
61 subgroupExclusiveMax(f4); // ERROR, extension not enabled (arith)
62 subgroupExclusiveAnd(ballot); // ERROR, extension not enabled (arith)
63 subgroupExclusiveOr(ballot); // ERROR, extension not enabled (arith)
64 subgroupExclusiveXor(ballot); // ERROR, extension not enabled (arith)