/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
D | vpe10_opp.c | 47 void vpe10_construct_opp(struct vpe_priv *vpe_priv, struct opp *opp) in vpe10_construct_opp() 54 struct opp *opp, const struct clamping_and_pixel_encoding_params *params) in vpe10_opp_set_clamping() 72 void vpe10_opp_set_dyn_expansion(struct opp *opp, bool enable, enum color_depth color_dpth) in vpe10_opp_set_dyn_expansion() 101 void vpe10_opp_set_truncation(struct opp *opp, const struct bit_depth_reduction_params *params) in vpe10_opp_set_truncation() 110 void vpe10_opp_set_spatial_dither(struct opp *opp, const struct bit_depth_reduction_params *params) in vpe10_opp_set_spatial_dither() 180 struct opp *opp, const struct bit_depth_reduction_params *fmt_bit_depth) in vpe10_opp_program_bit_depth_reduction() 186 void vpe10_opp_program_fmt(struct opp *opp, struct bit_depth_reduction_params *fmt_bit_depth, in vpe10_opp_program_fmt() 193 void vpe10_opp_program_pipe_alpha(struct opp *opp, uint16_t alpha) in vpe10_opp_program_pipe_alpha() 199 void vpe10_opp_program_pipe_bypass(struct opp *opp, bool enable) in vpe10_opp_program_pipe_bypass() 205 void vpe10_opp_program_pipe_crc(struct opp *opp, bool enable) in vpe10_opp_program_pipe_crc()
|
D | vpe10_resource.c | 709 struct opp *opp, struct clamping_and_pixel_encoding_params *clamping) in build_clamping_params() 879 struct opp *opp = vpe_priv->resource.opp[pipe_idx]; in vpe10_program_backend() local
|
/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | opp.h | 121 struct opp { struct 123 struct opp_funcs *funcs; argument 124 unsigned int inst;
|
D | resource.h | 116 struct opp *opp[MAX_INPUT_PIPE]; member
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 97 SkTSpan* opp = this->spanAtT(t, &priorSpan); in addForPerp() local 186 int SkTSpan::hullCheck(const SkTSpan* opp, in hullCheck() 213 int SkTSpan::hullsIntersect(SkTSpan* opp, in hullsIntersect() 296 double opp = (*fPart)[end].fY - origY; in linearIntersects() local 321 bool SkTSpan::onlyEndPointsInCommon(const SkTSpan* opp, in onlyEndPointsInCommon() 372 SkTSpan* opp = bounded->fBounded; in removeAllBounded() local 379 bool SkTSpan::removeBounded(const SkTSpan* opp) { in removeBounded() 573 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin() local 750 const SkTCurve& opp = sect2->fCurve; in computePerpendiculars() local 999 SkTSect* opp, in intersects() [all …]
|
D | SkOpSpan.cpp | 158 bool SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() 313 bool SkOpSpanBase::mergeMatches(SkOpSpanBase* opp) { in mergeMatches()
|
D | SkOpSpan.h | 34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() 104 SkOpPtT* oppPrev(const SkOpPtT* opp) const { in oppPrev()
|
D | SkPathOpsQuad.cpp | 61 double opp = endPt[1]->fY - origY; in hullIntersects() local 109 for (int opp = 1; opp < kPointCount; ++opp) { in otherPts() local
|
D | SkOpCoincidence.cpp | 175 const SkOpPtT* opp = next->contains(oppSeg); in ordered() local 942 bool SkOpCoincidence::contains(const SkOpSegment* seg, const SkOpSegment* opp, double oppT) const { in contains() argument 953 const SkOpSegment* opp, double oppT) const { in contains() argument
|
D | SkDConicLineIntersection.cpp | 139 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
|
D | SkDQuadLineIntersection.cpp | 164 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
|
D | SkPathOpsDebug.cpp | 825 const SkOpSegment* opp = ptT->segment(); in DebugClearVisited() local 857 const SkOpSegment* opp = ptT->span()->segment(); in debugMissingCoincidence() local 1333 int opp = 0; in debugValidate() local 2678 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp() argument
|
D | SkDCubicLineIntersection.cpp | 132 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
|
D | SkOpSegment.cpp | 1145 SkOpSegment* opp = ptT->segment(); in ClearVisited() local 1179 SkOpSegment* opp = ptT->span()->segment(); in missingCoincidence() local
|
D | SkPathOpsCubic.cpp | 173 double opp = endPt[1]->fY - origY; in hullIntersects() local
|
/external/trusty/musl/src/time/ |
D | mktime.c | 7 long opp; in mktime() local
|
/external/musl/src/time/ |
D | mktime.c | 7 long opp; in mktime() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConditionCodesMIPS32.h | 32 #define X(tag, opp, emit) tag, argument
|
D | IceConditionCodesARM32.h | 32 #define X(tag, encode, opp, emit) tag = encode, argument
|
D | IceConditionCodesX86.h | 28 #define X(val, encode, opp, dump, emit) val = encode, argument
|
D | IceInstMIPS32.cpp | 32 #define X(tag, opp, emit) {CondMIPS32::opp, emit}, argument
|
D | IceInstX8664.cpp | 56 #define X(val, encode, opp, dump, emit) {CondX86::opp, dump, emit}, argument
|
/external/mesa3d/src/amd/vpelib/src/core/ |
D | resource.c | 726 struct opp *opp, struct bit_depth_reduction_params *fmt_bit_depth) in vpe_resource_build_bit_depth_reduction_params()
|
/external/blktrace/btt/ |
D | output.c | 897 struct __op *opp = arg; in __output_procs() local
|
/external/tcpdump/ |
D | print-icmp6.c | 1396 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local
|