OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComponentPlane
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
tng_jpegES.h
81
}
COMPONENTPLANE
;
93
COMPONENTPLANE
ComponentPlane
[MTX_MAX_COMPONENTS]; //!< Array of component plane source information (detailing physical address, stride and height)
pnw_hostjpeg.h
337
//}
COMPONENTPLANE
;
343
//
COMPONENTPLANE
ComponentPlane
[MTX_MAX_COMPONENTS];
489
}
COMPONENTPLANE
;
502
COMPONENTPLANE
ComponentPlane
[MTX_MAX_COMPONENTS]; //!< Array of component plane source information (detailing physical address, stride and height)
/external/deqp/framework/referencerenderer/
rrRenderer.cpp
214
class
ComponentPlane
: public ClipVolumePlane
225
bool
ComponentPlane
<Sign, CompNdx>::pointInClipVolume (const ClipVec4& p) const
233
ClipFloat
ComponentPlane
<Sign, CompNdx>::clipLineSegmentEnd (const ClipVec4& v0, const ClipVec4& v1) const
243
ClipVec4
ComponentPlane
<Sign, CompNdx>::getLineIntersectionPoint (const ClipVec4& v0, const ClipVec4& v1) const
249
const ClipVec4 clippedV0 = tcu::mix(v0, v1,
ComponentPlane
<+1, CompNdx>().clipLineSegmentEnd(v0, v1));
250
const ClipVec4 clippedV1 = tcu::mix(v0, v1,
ComponentPlane
<-1, CompNdx>().clipLineSegmentEnd(v0, v1));
527
cliputil::
ComponentPlane
<+1, 0> clipPosX;
528
cliputil::
ComponentPlane
<-1, 0> clipNegX;
529
cliputil::
ComponentPlane
<+1, 1> clipPosY;
530
cliputil::
ComponentPlane
<-1, 1> clipNegY
[
all
...]
Completed in 65 milliseconds