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

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

Completed in 49 milliseconds