Searched refs:projections (Results 1 – 5 of 5) sorted by relevance
345 // 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 …]
36 // 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.
264 void NodeProperties::CollectControlProjections(Node* node, Node** projections, in CollectControlProjections() argument268 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()
325 Node* projections[2]; in ConvertBothInputsToNumber() local328 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()
952 - user clip planes failed for some perspective projections (Chromium)