Searched refs:is_constant (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/core/ |
D | SkRasterPipelineBlitter.cpp | 29 bool is_opaque, bool is_constant); 102 is_constant = true; in SkCreateRasterPipelineBlitter() local 105 is_opaque, is_constant); in SkCreateRasterPipelineBlitter() 109 bool is_constant = shader->isConstant(); in SkCreateRasterPipelineBlitter() local 117 is_opaque, is_constant); in SkCreateRasterPipelineBlitter() 126 is_opaque, is_constant); in SkCreateRasterPipelineBlitter() 138 bool is_constant = false; // If this were the case, it'd be better to just set a paint color. in SkCreateRasterPipelineBlitter() local 140 is_opaque, is_constant); in SkCreateRasterPipelineBlitter() 149 bool is_constant) { in Create() argument 188 is_constant = is_constant && (blitter->fDitherRate == 0.0f); in Create() [all …]
|
/external/skia/src/sksl/ |
D | SkSLCompiler.cpp | 414 bool is_constant(const Expression& expr, double value) { in is_constant() function 424 if (!is_constant(c.getVecComponent(i), value)) { in is_constant() 649 if (is_constant(*bin->fLeft, 1)) { in simplifyExpression() 661 else if (is_constant(*bin->fLeft, 0)) { in simplifyExpression() 673 else if (is_constant(*bin->fRight, 1)) { in simplifyExpression() 685 else if (is_constant(*bin->fRight, 0)) { in simplifyExpression() 699 if (is_constant(*bin->fLeft, 0)) { in simplifyExpression() 710 } else if (is_constant(*bin->fRight, 0)) { in simplifyExpression() 724 if (is_constant(*bin->fRight, 0)) { in simplifyExpression() 738 if (is_constant(*bin->fRight, 1)) { in simplifyExpression() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.h | 58 bool is_constant; member
|
D | nir_search.c | 153 if (var->is_constant && in match_value() 494 assert(!var->is_constant); in construct_value()
|
D | nir_algebraic.py | 167 self.is_constant = m.group('const') is not None
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_optimize.c | 535 unsigned int is_constant[2] = {0, 0}; in is_presub_candidate() local 560 is_constant[i] = 1; in is_presub_candidate() 564 if (is_constant[0] && is_constant[1]) in is_presub_candidate()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 936 inline bool is_constant(GepNode *N) { in is_constant() function 951 while (is_constant(N) && !(N->Flags & GepNode::Root)) { in separateChainForNode()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 374 external is_constant : llvalue -> bool = "llvm_is_constant"
|
D | llvm.mli | 639 (** [is_constant v] returns [true] if the value [v] is a constant, [false] 641 val is_constant : llvalue -> bool val
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 466 external is_constant : llvalue -> bool = "llvm_is_constant"
|
D | llvm.mli | 783 (** [is_constant v] returns [true] if the value [v] is a constant, [false] 785 val is_constant : llvalue -> bool val
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 93 insist (is_constant c);
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 106 insist (is_constant c);
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 17392 PASS: gdb.python/py-symbol.exp: Test arg.is_constant 17396 PASS: gdb.python/py-symbol.exp: Test func.is_constant 17405 PASS: gdb.python/py-symbol.exp: Test a.is_constant 17413 PASS: gdb.python/py-symbol.exp: Test t.is_constant 17421 PASS: gdb.python/py-symbol.exp: Test func.is_constant
|
D | x86_64-cros-linux-gnu | 17660 PASS: gdb.python/py-symbol.exp: Test arg.is_constant 17664 PASS: gdb.python/py-symbol.exp: Test func.is_constant 17673 PASS: gdb.python/py-symbol.exp: Test a.is_constant 17681 PASS: gdb.python/py-symbol.exp: Test t.is_constant 17689 PASS: gdb.python/py-symbol.exp: Test func.is_constant
|
D | armv7a-cros-linux-gnueabi | 17301 PASS: gdb.python/py-symbol.exp: Test arg.is_constant 17305 PASS: gdb.python/py-symbol.exp: Test func.is_constant 17314 PASS: gdb.python/py-symbol.exp: Test a.is_constant 17322 PASS: gdb.python/py-symbol.exp: Test t.is_constant 17330 PASS: gdb.python/py-symbol.exp: Test func.is_constant
|