Home
last modified time | relevance | path

Searched refs:bool4 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DInitialize.cpp251 TType *bool4 = new TType(EbtBool, EbpUndefined, EvqGlobal, 4); in InsertBuiltInFunctions() local
258 symbolTable.insertBuiltIn(bool4, "lessThan", float4, float4); in InsertBuiltInFunctions()
262 symbolTable.insertBuiltIn(bool4, "lessThan", int4, int4); in InsertBuiltInFunctions()
266 symbolTable.insertBuiltIn(bool4, "lessThanEqual", float4, float4); in InsertBuiltInFunctions()
270 symbolTable.insertBuiltIn(bool4, "lessThanEqual", int4, int4); in InsertBuiltInFunctions()
274 symbolTable.insertBuiltIn(bool4, "greaterThan", float4, float4); in InsertBuiltInFunctions()
278 symbolTable.insertBuiltIn(bool4, "greaterThan", int4, int4); in InsertBuiltInFunctions()
282 symbolTable.insertBuiltIn(bool4, "greaterThanEqual", float4, float4); in InsertBuiltInFunctions()
286 symbolTable.insertBuiltIn(bool4, "greaterThanEqual", int4, int4); in InsertBuiltInFunctions()
290 symbolTable.insertBuiltIn(bool4, "equal", float4, float4); in InsertBuiltInFunctions()
[all …]