Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/util/
Dbit_vector_test.cpp28 BitVector bvec; in TEST() local
33 EXPECT_FALSE(bvec.Get(i)); in TEST()
38 BitVector bvec; in TEST() local
43 bvec.Set(i); in TEST()
48 EXPECT_FALSE(bvec.Get(i)); in TEST()
53 EXPECT_TRUE(bvec.Get(i)); in TEST()
58 BitVector bvec; in TEST() local
62 EXPECT_FALSE(bvec.Set(i)); in TEST()
67 EXPECT_TRUE(bvec.Set(i)); in TEST()
72 BitVector bvec; in TEST() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/util/
Dbit_vector_test.cpp28 BitVector bvec; in TEST() local
33 EXPECT_FALSE(bvec.Get(i)); in TEST()
38 BitVector bvec; in TEST() local
43 bvec.Set(i); in TEST()
48 EXPECT_FALSE(bvec.Get(i)); in TEST()
53 EXPECT_TRUE(bvec.Get(i)); in TEST()
58 BitVector bvec; in TEST() local
62 EXPECT_FALSE(bvec.Set(i)); in TEST()
67 EXPECT_TRUE(bvec.Set(i)); in TEST()
72 BitVector bvec; in TEST() local
[all …]
/external/skqp/src/sksl/
Dsksl.inc172 $bvec lessThan($vec x, $vec y);
173 $bvec lessThan($hvec x, $hvec y);
174 $bvec lessThan($dvec x, $dvec y);
175 $bvec lessThan($ivec x, $ivec y);
176 $bvec lessThan($svec x, $svec y);
177 $bvec lessThan($usvec x, $usvec y);
178 $bvec lessThan($uvec x, $uvec y);
179 $bvec lessThanEqual($vec x, $vec y);
180 $bvec lessThanEqual($hvec x, $hvec y);
181 $bvec lessThanEqual($dvec x, $dvec y);
[all …]
/external/skia/src/sksl/
Dsksl.inc240 $bvec lessThan($vec x, $vec y);
241 $bvec lessThan($hvec x, $hvec y);
242 $bvec lessThan($dvec x, $dvec y);
243 $bvec lessThan($ivec x, $ivec y);
244 $bvec lessThan($svec x, $svec y);
245 $bvec lessThan($usvec x, $usvec y);
246 $bvec lessThan($uvec x, $uvec y);
247 $bvec lessThanEqual($vec x, $vec y);
248 $bvec lessThanEqual($hvec x, $hvec y);
249 $bvec lessThanEqual($dvec x, $dvec y);
[all …]
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp204 TType *bvec = new TType(EbtBVec); in InsertBuiltInFunctions() local
209 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", vec, vec); in InsertBuiltInFunctions()
210 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", ivec, ivec); in InsertBuiltInFunctions()
211 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThan, bvec, "lessThan", uvec, uvec); in InsertBuiltInFunctions()
212 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", vec, vec); in InsertBuiltInFunctions()
213 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", ivec, ivec); in InsertBuiltInFunctions()
214 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec); in InsertBuiltInFunctions()
215 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", vec, vec); in InsertBuiltInFunctions()
216 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", ivec, ivec); in InsertBuiltInFunctions()
217 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpGreaterThan, bvec, "greaterThan", uvec, uvec); in InsertBuiltInFunctions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll105 %bvec = bitcast i64 %b to <2 x i32>
106 %cmp = icmp eq <2 x i32> %avec, %bvec
120 %bvec = bitcast i64 %b to <2 x i32>
121 %cmp = icmp ne <2 x i32> %avec, %bvec
136 %bvec = bitcast i64 %b to <2 x i32>
137 %cmp = icmp eq <2 x i32> %avec, %bvec
152 %bvec = bitcast i64 %b to <2 x i32>
153 %cmp = icmp ne <2 x i32> %avec, %bvec
/external/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll105 %bvec = bitcast i64 %b to <2 x i32>
106 %cmp = icmp eq <2 x i32> %avec, %bvec
120 %bvec = bitcast i64 %b to <2 x i32>
121 %cmp = icmp ne <2 x i32> %avec, %bvec
136 %bvec = bitcast i64 %b to <2 x i32>
137 %cmp = icmp eq <2 x i32> %avec, %bvec
152 %bvec = bitcast i64 %b to <2 x i32>
153 %cmp = icmp ne <2 x i32> %avec, %bvec
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dv-binop-widen2.ll22 %bvec = load %vec* @b
24 %res = call %vec @vecdiv(%vec %avec, %vec %bvec)
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp423 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in ldexp_to_arith() local
439 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary); in ldexp_to_arith()
441 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary); in ldexp_to_arith()
545 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dldexp_to_arith() local
569 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary); in dldexp_to_arith()
668 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_sig_to_arith() local
683 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); in dfrexp_sig_to_arith()
741 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_exp_to_arith() local
756 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); in dfrexp_exp_to_arith()
1595 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs", in imul_high_to_mul()
Dbuiltin_functions.cpp3782 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); in _atan2()
4180 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); in _isnan()
4191 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); in _isinf()
4975 glsl_type::bvec(type->vector_elements), type, type); in _lessThan()
4983 glsl_type::bvec(type->vector_elements), type, type, in _lessThanEqual()
4992 glsl_type::bvec(type->vector_elements), type, type, in _greaterThan()
5001 glsl_type::bvec(type->vector_elements), type, type); in _greaterThanEqual()
5009 glsl_type::bvec(type->vector_elements), type, type); in _equal()
5017 glsl_type::bvec(type->vector_elements), type, type); in _notEqual()
5640 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp() local
[all …]
/external/freetype/src/base/
Dftstroke.c1502 FT_Vector bvec, delta; in FT_Stroker_ConicTo() local
1510 bvec.x = end.x - start.x; in FT_Stroker_ConicTo()
1511 bvec.y = end.y - start.y; in FT_Stroker_ConicTo()
1513 blen = FT_Vector_Length( &bvec ); in FT_Stroker_ConicTo()
1715 FT_Vector bvec, delta; in FT_Stroker_CubicTo() local
1723 bvec.x = end.x - start.x; in FT_Stroker_CubicTo()
1724 bvec.y = end.y - start.y; in FT_Stroker_CubicTo()
1726 blen = FT_Vector_Length( &bvec ); in FT_Stroker_CubicTo()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.matType.bool.frag.out293 16: TypeMatrix 15(bvec) 1
298 26: TypeMatrix 15(bvec) 2
303 35: TypeMatrix 15(bvec) 3
308 44: TypeMatrix 15(bvec) 4
/external/mesa3d/src/compiler/
Dglsl_types.h229 static const glsl_type *bvec(unsigned components);
Dglsl_types.cpp560 glsl_type::bvec(unsigned components) in bvec() function in glsl_type
646 return bvec(rows); in get_instance()
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll300 !244 = !DILocalVariable(name: "bvec", line: 2814, arg: 3, scope: !238, file: !5, type: !105)