Searched refs:bvec (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 203 TType *bvec = new TType(EbtBVec); in InsertBuiltInFunctions() local 208 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", vec, vec); in InsertBuiltInFunctions() 209 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", ivec, ivec); in InsertBuiltInFunctions() 210 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThan, bvec, "lessThan", uvec, uvec); in InsertBuiltInFunctions() 211 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", vec, vec); in InsertBuiltInFunctions() 212 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", ivec, ivec); in InsertBuiltInFunctions() 213 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec); in InsertBuiltInFunctions() 214 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", vec, vec); in InsertBuiltInFunctions() 215 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", ivec, ivec); in InsertBuiltInFunctions() 216 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpGreaterThan, bvec, "greaterThan", uvec, uvec); in InsertBuiltInFunctions() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-07.ll | 105 %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/skia/src/sksl/ |
D | sksl.include | 161 $bvec lessThan($vec x, $vec y); 162 $bvec lessThan($ivec x, $ivec y); 163 $bvec lessThan($uvec x, $uvec y); 164 $bvec lessThanEqual($vec x, $vec y); 165 $bvec lessThanEqual($ivec x, $ivec y); 166 $bvec lessThanEqual($uvec x, $uvec y); 167 $bvec greaterThan($vec x, $vec y); 168 $bvec greaterThan($ivec x, $ivec y); 169 $bvec greaterThan($uvec x, $uvec y); 170 $bvec greaterThanEqual($vec x, $vec y); [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | v-binop-widen2.ll | 22 %bvec = load %vec* @b 24 %res = call %vec @vecdiv(%vec %avec, %vec %bvec)
|
/external/freetype/src/base/ |
D | ftstroke.c | 1507 FT_Vector bvec, delta; in FT_Stroker_ConicTo() local 1515 bvec.x = end.x - start.x; in FT_Stroker_ConicTo() 1516 bvec.y = end.y - start.y; in FT_Stroker_ConicTo() 1518 blen = FT_Vector_Length( &bvec ); in FT_Stroker_ConicTo() 1720 FT_Vector bvec, delta; in FT_Stroker_CubicTo() local 1728 bvec.x = end.x - start.x; in FT_Stroker_CubicTo() 1729 bvec.y = end.y - start.y; in FT_Stroker_CubicTo() 1731 blen = FT_Vector_Length( &bvec ); in FT_Stroker_CubicTo()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 1506 FT_Vector bvec, delta; in FT_Stroker_ConicTo() local 1514 bvec.x = end.x - start.x; in FT_Stroker_ConicTo() 1515 bvec.y = end.y - start.y; in FT_Stroker_ConicTo() 1517 blen = FT_Vector_Length( &bvec ); in FT_Stroker_ConicTo() 1719 FT_Vector bvec, delta; in FT_Stroker_CubicTo() local 1727 bvec.x = end.x - start.x; in FT_Stroker_CubicTo() 1728 bvec.y = end.y - start.y; in FT_Stroker_CubicTo() 1730 blen = FT_Vector_Length( &bvec ); in FT_Stroker_CubicTo()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 300 !244 = !DILocalVariable(name: "bvec", line: 2814, arg: 3, scope: !238, file: !5, type: !105)
|