Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp202 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/
Dsksl.include163 $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/
Dfunctional.vertex_arrays.single_attribute.txt27 + Passing attributes to vec{N}, ivec{N} and uvec{N} (1 < n < 5).
Dperformance.shaders.operator.txt34 - functions with uint/uvec* return or parameter types