Searched refs:edge_type (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 369 const char* edge_type = nullptr; in PrintEdge() local 371 edge_type = "unknown"; in PrintEdge() 373 edge_type = "value"; in PrintEdge() 375 edge_type = "context"; in PrintEdge() 377 edge_type = "frame-state"; in PrintEdge() 379 edge_type = "effect"; in PrintEdge() 381 edge_type = "control"; in PrintEdge() 384 << ",\"index\":" << index << ",\"type\":\"" << edge_type << "\"}"; in PrintEdge()
|
/external/u-boot/arch/nios2/dts/ |
D | 3c120_devboard.dts | 157 edge_type = <2>; 171 edge_type = <2>;
|
D | 10m50_devboard.dts | 222 edge_type = <1>;
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 4114 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_ty… in _step() argument 4116 ir_variable *edge = in_var(edge_type, "edge"); in _step() 4123 if (edge_type->is_double()) in _step() 4127 } else if (edge_type->vector_elements == 1) { in _step() 4130 if (edge_type->is_double()) in _step() 4138 if (edge_type->is_double()) in _step() 4153 builtin_builder::_smoothstep(builtin_available_predicate avail, const glsl_type *edge_type, const g… in _smoothstep() argument 4155 ir_variable *edge0 = in_var(edge_type, "edge0"); in _smoothstep() 4156 ir_variable *edge1 = in_var(edge_type, "edge1"); in _smoothstep()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1881 HeapGraphEdge::Type edge_type = in SetGcSubrootReference() local 1884 filler_->SetNamedReference(edge_type, snapshot_->gc_subroot(root)->index(), in SetGcSubrootReference() 1887 filler_->SetNamedAutoIndexReference(edge_type, in SetGcSubrootReference()
|