Searched refs:projections (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | node-properties.cc | 241 void NodeProperties::CollectValueProjections(Node* node, Node** projections, in CollectValueProjections() argument 245 DCHECK_NULL(projections[index]); in CollectValueProjections() 252 projections[ProjectionIndexOf(use->op())] = use; in CollectValueProjections() 258 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections() argument 262 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections() 299 DCHECK_NULL(projections[index]); in CollectControlProjections() 300 projections[index] = use; in CollectControlProjections() 304 DCHECK_NOT_NULL(projections[index]); in CollectControlProjections()
|
D | common-operator-reducer.cc | 446 Node** projections = zone_->NewArray<Node*>(projection_count); in ReduceSwitch() local 447 NodeProperties::CollectControlProjections(node, projections, in ReduceSwitch() 450 Node* if_value = projections[i]; in ReduceSwitch() 460 Node* if_default = projections[projection_count - 1]; in ReduceSwitch()
|
D | dead-code-elimination.cc | 360 Node** projections = zone_->NewArray<Node*>(projection_cnt); in ReduceBranchOrSwitch() local 361 NodeProperties::CollectControlProjections(node, projections, in ReduceBranchOrSwitch() 363 Replace(projections[0], NodeProperties::GetControlInput(node)); in ReduceBranchOrSwitch()
|
D | int64-lowering.cc | 392 ZoneVector<Node*> projections(return_arity, zone()); in LowerNode() local 393 NodeProperties::CollectValueProjections(node, projections.data(), in LowerNode() 397 Node* use_node = projections[old_index]; in LowerNode()
|
D | wasm-compiler.cc | 830 std::vector<Node*> projections; in PatchInStackCheckIfNeeded() local 832 if (use->opcode() == IrOpcode::kProjection) projections.emplace_back(use); in PatchInStackCheckIfNeeded() 834 for (Node* use : projections) { in PatchInStackCheckIfNeeded()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_primitive_bounding_box.txt | 355 With standard orthographic (w==1) or perspective projections (such as those
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_primitive_bounding_box.txt | 350 With standard orthographic (w==1) or perspective projections (such as those
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_primitive_bounding_box.txt | 350 With standard orthographic (w==1) or perspective projections (such as those
|
/third_party/openGLES/extensions/OES/ |
D | OES_primitive_bounding_box.txt | 370 With standard orthographic (w==1) or perspective projections (such as those
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program.txt | 786 and orthogonal projections work as expected. Basically when q or
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program.txt | 786 and orthogonal projections work as expected. Basically when q or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_program.txt | 1046 textures and orthogonal projections work as expected. Basically when q
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_program.txt | 1056 textures and orthogonal projections work as expected. Basically when q
|