Searched refs:uvec (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 202 TType *uvec = new TType(EbtUVec); in InsertBuiltInFunctions() local 210 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThan, bvec, "lessThan", uvec, uvec); in InsertBuiltInFunctions() 213 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec); in InsertBuiltInFunctions() 216 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpGreaterThan, bvec, "greaterThan", uvec, uvec); in InsertBuiltInFunctions() 219 …mbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpGreaterThanEqual, bvec, "greaterThanEqual", uvec, uvec); in InsertBuiltInFunctions() 222 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpVectorEqual, bvec, "equal", uvec, uvec); in InsertBuiltInFunctions() 226 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpVectorNotEqual, bvec, "notEqual", uvec, uvec); in InsertBuiltInFunctions()
|
/external/skia/src/sksl/ |
D | sksl.include | 163 $bvec lessThan($uvec x, $uvec y); 166 $bvec lessThanEqual($uvec x, $uvec y); 169 $bvec greaterThan($uvec x, $uvec y); 172 $bvec greaterThanEqual($uvec x, $uvec y); 175 $bvec equal($uvec x, $uvec y); 179 $bvec notEqual($uvec x, $uvec y);
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.single_attribute.txt | 27 + Passing attributes to vec{N}, ivec{N} and uvec{N} (1 < n < 5).
|
D | performance.shaders.operator.txt | 34 - functions with uint/uvec* return or parameter types
|