Lines Matching refs:EbtFloat
27 TType *float1 = new TType(EbtFloat); in InsertBuiltInFunctions()
28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions()
29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions()
30 TType *float4 = new TType(EbtFloat, 4); in InsertBuiltInFunctions()
112 TType *outFloat1 = new TType(EbtFloat, EbpUndefined, EvqOut); in InsertBuiltInFunctions()
113 TType *outFloat2 = new TType(EbtFloat, EbpUndefined, EvqOut, 2); in InsertBuiltInFunctions()
114 TType *outFloat3 = new TType(EbtFloat, EbpUndefined, EvqOut, 3); in InsertBuiltInFunctions()
115 TType *outFloat4 = new TType(EbtFloat, EbpUndefined, EvqOut, 4); in InsertBuiltInFunctions()
148 TType *mat2 = new TType(EbtFloat, 2, 2); in InsertBuiltInFunctions()
149 TType *mat2x3 = new TType(EbtFloat, 2, 3); in InsertBuiltInFunctions()
150 TType *mat2x4 = new TType(EbtFloat, 2, 4); in InsertBuiltInFunctions()
151 TType *mat3x2 = new TType(EbtFloat, 3, 2); in InsertBuiltInFunctions()
152 TType *mat3 = new TType(EbtFloat, 3, 3); in InsertBuiltInFunctions()
153 TType *mat3x4 = new TType(EbtFloat, 3, 4); in InsertBuiltInFunctions()
154 TType *mat4x2 = new TType(EbtFloat, 4, 2); in InsertBuiltInFunctions()
155 TType *mat4x3 = new TType(EbtFloat, 4, 3); in InsertBuiltInFunctions()
156 TType *mat4 = new TType(EbtFloat, 4, 4); in InsertBuiltInFunctions()
447 …TField *near = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("near"), zero… in InsertBuiltInFunctions()
448 …TField *far = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("far"), zeroSo… in InsertBuiltInFunctions()
449 …TField *diff = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("diff"), zero… in InsertBuiltInFunctions()
488 …symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_FragCoord"), TType(EbtFloat, … in IdentifyBuiltIns()
490 …symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_PointCoord"), TType(EbtFloat,… in IdentifyBuiltIns()
491 …symbolTable.insert(ESSL1_BUILTINS, new TVariable(NewPoolTString("gl_FragColor"), TType(EbtFloat, E… in IdentifyBuiltIns()
492 …, new TVariable(NewPoolTString("gl_FragData[gl_MaxDrawBuffers]"), TType(EbtFloat, EbpMedium, EvqFr… in IdentifyBuiltIns()
493 …symbolTable.insert(ESSL3_BUILTINS, new TVariable(NewPoolTString("gl_FragDepth"), TType(EbtFloat, E… in IdentifyBuiltIns()
496 …symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_Position"), TType(EbtFloat, E… in IdentifyBuiltIns()
497 …symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_PointSize"), TType(EbtFloat, … in IdentifyBuiltIns()
510 TType fragData(EbtFloat, EbpMedium, EvqFragData, 4, 1, true); in IdentifyBuiltIns()