HomeSort by relevance Sort by last modified time
    Searched refs:gvec4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.cpp 157 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); local
158 insertBuiltIn(level, gvec4 ? new TType(EbtFloat, 4) : rvalue, name,
160 insertBuiltIn(level, gvec4 ? new TType(EbtInt, 4) : rvalue, name,
162 insertBuiltIn(level, gvec4 ? new TType(EbtUInt, 4) : rvalue, name,
168 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); local
169 insertBuiltIn(level, gvec4 ? new TType(EbtFloat, 4) : rvalue, name,
171 insertBuiltIn(level, gvec4 ? new TType(EbtInt, 4) : rvalue, name,
173 insertBuiltIn(level, gvec4 ? new TType(EbtUInt, 4) : rvalue, name,
179 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); local
180 insertBuiltIn(level, gvec4 ? new TType(EbtFloat, 4) : rvalue, name
190 bool gvec4 = (rvalue->getBasicType() == EbtGVec4); local
    [all...]
Initialize.cpp 408 TType *gvec4 = new TType(EbtGVec4); local
418 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsampler2D, float2);
419 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsampler3D, float3);
420 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsamplerCube, float3);
421 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsampler2DArray, float3);
422 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProj", gsampler2D, float3);
423 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProj", gsampler2D, float4);
424 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureProj", gsampler3D, float4);
425 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLod", gsampler2D, float2, float1);
426 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLod", gsampler3D, float3, float1)
    [all...]

Completed in 123 milliseconds