HomeSort by relevance Sort by last modified time
    Searched full:bvec (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bv.go 13 // A bvec is a bit vector.
14 type bvec struct { type
19 func bvalloc(n int32) bvec {
21 return bvec{n, make([]uint32, nword)}
43 func (b *bulkBvec) next() bvec {
44 out := bvec{b.nbit, b.words[:b.nword]}
49 func (bv1 bvec) Eq(bv2 bvec) bool {
61 func (dst bvec) Copy(src bvec) {
    [all...]
plive.go 97 uevar bvec
98 varkill bvec
99 avarinit bvec
109 livein bvec
110 liveout bvec
111 avarinitany bvec
112 avarinitall bvec
130 livevars []bvec
357 func onebitwalktype1(t *types.Type, off int64, bv bvec) {
432 func (lv *Liveness) pointerMap(liveout bvec, vars []*Node, args, locals bvec)
    [all...]
obj.go 325 func dbvec(s *obj.LSym, off int, bv bvec) int {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bv.go 13 // A bvec is a bit vector.
14 type bvec struct { type
19 func bvalloc(n int32) bvec {
21 return bvec{n, make([]uint32, nword)}
43 func (b *bulkBvec) next() bvec {
44 out := bvec{b.nbit, b.words[:b.nword]}
49 func (bv1 bvec) Eq(bv2 bvec) bool {
61 func (dst bvec) Copy(src bvec) {
    [all...]
plive.go 97 uevar bvec
98 varkill bvec
99 avarinit bvec
109 livein bvec
110 liveout bvec
111 avarinitany bvec
112 avarinitall bvec
130 livevars []bvec
357 func onebitwalktype1(t *types.Type, off int64, bv bvec) {
432 func (lv *Liveness) pointerMap(liveout bvec, vars []*Node, args, locals bvec)
    [all...]
obj.go 325 func dbvec(s *obj.LSym, off int, bv bvec) int {
  /external/skia/src/sksl/
sksl.inc 171 $bvec lessThan($vec x, $vec y);
172 $bvec lessThan($hvec x, $hvec y);
173 $bvec lessThan($dvec x, $dvec y);
174 $bvec lessThan($ivec x, $ivec y);
175 $bvec lessThan($svec x, $svec y);
176 $bvec lessThan($usvec x, $usvec y);
177 $bvec lessThan($uvec x, $uvec y);
178 $bvec lessThanEqual($vec x, $vec y);
179 $bvec lessThanEqual($hvec x, $hvec y);
180 $bvec lessThanEqual($dvec x, $dvec y)
    [all...]
SkSLSPIRVCodeGenerator.h 208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
SkSLContext.h 183 , fBVec_Type(new Type("$bvec", { fInvalid_Type.get(), fBool2_Type.get(),
  /external/skqp/src/sksl/
sksl.inc 171 $bvec lessThan($vec x, $vec y);
172 $bvec lessThan($hvec x, $hvec y);
173 $bvec lessThan($dvec x, $dvec y);
174 $bvec lessThan($ivec x, $ivec y);
175 $bvec lessThan($svec x, $svec y);
176 $bvec lessThan($usvec x, $usvec y);
177 $bvec lessThan($uvec x, $uvec y);
178 $bvec lessThanEqual($vec x, $vec y);
179 $bvec lessThanEqual($hvec x, $hvec y);
180 $bvec lessThanEqual($dvec x, $dvec y)
    [all...]
SkSLSPIRVCodeGenerator.h 208 * operandType is a vector type, assumes that the intermediate result in id is a bvec of the
SkSLContext.h 183 , fBVec_Type(new Type("$bvec", { fInvalid_Type.get(), fBool2_Type.get(),
  /external/llvm/test/CodeGen/SystemZ/
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/swiftshader/src/OpenGL/compiler/
Initialize.cpp 204 TType *bvec = new TType(EbtBVec); local
209 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", vec, vec);
210 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThan, bvec, "lessThan", ivec, ivec);
211 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThan, bvec, "lessThan", uvec, uvec);
212 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", vec, vec);
213 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", ivec, ivec);
214 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec);
215 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", vec, vec);
216 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpGreaterThan, bvec, "greaterThan", ivec, ivec);
217 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpGreaterThan, bvec, "greaterThan", uvec, uvec)
    [all...]
ConstantUnion.h 395 bool bConst; // used for bvec, scalar bools
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
v-binop-widen2.ll 22 %bvec = load %vec* @b
24 %res = call %vec @vecdiv(%vec %avec, %vec %bvec)
  /external/deqp/external/openglcts/modules/common/
glcLimitTest.inl 242 tcu::BVec3 bVec = tcu::equal(a, b);
243 return tcu::boolAll(bVec);
255 tcu::BVec3 bVec = tcu::greaterThan(a, b);
256 return tcu::boolAll(bVec);
268 tcu::BVec3 bVec = tcu::lessThan(a, b);
269 return tcu::boolAll(bVec);
  /external/mesa3d/docs/relnotes/
7.0.4.html 47 <li>Fixed broken all(bvec2) GLSL function, added misc missing bvec constructors
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_test.cc 258 IntVec avec, bvec; local
260 Fill(&bvec, l2, 100);
261 IntSlice a(avec), b(bvec);
495 IntVec avec(l1), bvec(l2);
496 MutableIntSlice a(&avec), b(&bvec);
505 EXPECT_EQ(&bvec[i], &a[i]);
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 390 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
412 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
491 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
515 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
613 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
628 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
685 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); local
700 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
    [all...]
lower_variable_index_to_cond_assign.cpp 102 glsl_type::bvec(components),
  /external/freetype/src/base/
ftstroke.c 1507 FT_Vector bvec, delta; local
1720 FT_Vector bvec, delta; local
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 540 bool bConst; // used for bvec, scalar bools

Completed in 3907 milliseconds

1 2