summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/glsl-optimizer/tests/fragment/framebuffer_fetch-outES3Metal.txt
blob: c2470caf352afbed51c5f982293d73527d78084f (plain) (blame)
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
#include <metal_stdlib>
#pragma clang diagnostic ignored "-Wparentheses-equality"
using namespace metal;
struct xlatMtlShaderInput {
  half4 xlv_TEXCOORD0;
  half4 _glesFragData_0 [[color(0)]];
};
struct xlatMtlShaderOutput {
  half4 _glesFragData_0 [[color(0)]];
};
struct xlatMtlShaderUniform {
};
fragment xlatMtlShaderOutput xlatMtlMain (xlatMtlShaderInput _mtl_i [[stage_in]], constant xlatMtlShaderUniform& _mtl_u [[buffer(0)]])
{
  xlatMtlShaderOutput _mtl_o;
  half4 xlt_ocol_1;
  xlt_ocol_1 = _mtl_i._glesFragData_0;
  half4 ocol_2;
  ocol_2.w = xlt_ocol_1.w;
  ocol_2.xy = _mtl_i.xlv_TEXCOORD0.xy;
  ocol_2.z = (xlt_ocol_1.z * (half)2.0);
  xlt_ocol_1 = ocol_2;
  _mtl_o._glesFragData_0 = ocol_2;
  return _mtl_o;
}


// stats: 1 alu 0 tex 0 flow
// inputs: 1
//  #0: xlv_TEXCOORD0 (low float) 4x1 [-1]