Home
last modified time | relevance | path

Searched refs:projections (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
DTerrainLighting.frag345 // blend the results of the 3 planar projections.
361 // blend the results of the 3 planar projections.
365 // blend the results of the 3 planar projections.
369 // blend the results of the 3 planar projections.
373 // blend the results of the 3 planar projections.
377 // blend the results of the 3 planar projections.
381 // blend the results of the 3 planar projections.
385 // blend the results of the 3 planar projections.
389 // blend the results of the 3 planar projections.
393 // blend the results of the 3 planar projections.
[all …]
DTerrain.frag36 // blend the results of the 3 planar projections.
42 // blend the results of the 3 planar projections.
48 // blend the results of the 3 planar projections.
/external/v8/src/compiler/
Dnode-properties.cc264 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections() argument
268 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()
305 DCHECK_NULL(projections[index]); in CollectControlProjections()
306 projections[index] = use; in CollectControlProjections()
310 DCHECK_NOT_NULL(projections[index]); in CollectControlProjections()
Djs-typed-lowering.cc325 Node* projections[2]; in ConvertBothInputsToNumber() local
328 NodeProperties::CollectControlProjections(node_, projections, 2); in ConvertBothInputsToNumber()
329 IfExceptionHint hint = OpParameter<IfExceptionHint>(projections[1]); in ConvertBothInputsToNumber()
330 Node* if_exception = projections[1]; in ConvertBothInputsToNumber()
331 Node* if_success = projections[0]; in ConvertBothInputsToNumber()
/external/mesa3d/docs/
DVERSIONS952 - user clip planes failed for some perspective projections (Chromium)