Home
last modified time | relevance | path

Searched defs:opp (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/
H A Dvpe10_opp.c48 void vpe10_construct_opp(struct vpe_priv *vpe_priv, struct opp *opp) in vpe10_construct_opp()
55 struct opp *opp, const struct clamping_and_pixel_encoding_params *params) in vpe10_opp_set_clamping()
73 void vpe10_opp_set_dyn_expansion(struct opp *opp, bool enable, enum color_depth color_dpth) in vpe10_opp_set_dyn_expansion()
102 void vpe10_opp_set_truncation(struct opp *opp, const struct bit_depth_reduction_params *params) in vpe10_opp_set_truncation()
111 void vpe10_opp_set_spatial_dither(struct opp *opp, const struct bit_depth_reduction_params *params) in vpe10_opp_set_spatial_dither()
181 struct opp *opp, const struct bit_depth_reduction_params *fmt_bit_depth) in vpe10_opp_program_bit_depth_reduction()
187 void vpe10_opp_program_fmt(struct opp *opp, struct bit_depth_reduction_params *fmt_bit_depth, in vpe10_opp_program_fmt()
194 void vpe10_opp_program_pipe_alpha(struct opp *opp, uint16_t alpha) in vpe10_opp_program_pipe_alpha()
200 void vpe10_opp_program_pipe_bypass(struct opp *opp, bool enable) in vpe10_opp_program_pipe_bypass()
206 void vpe10_opp_program_pipe_crc(struct opp *opp, bool enable) in vpe10_opp_program_pipe_crc()
H A Dvpe10_resource.c646 struct opp *opp, struct clamping_and_pixel_encoding_params *clamping) in build_clamping_params()
805 struct opp *opp = vpe_priv->resource.opp[pipe_idx]; in vpe10_program_backend() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp97 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 …]
H A DSkOpSpan.cpp158 bool SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp()
313 bool SkOpSpanBase::mergeMatches(SkOpSpanBase* opp) { in mergeMatches()
H A DSkOpSpan.h34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp()
104 SkOpPtT* oppPrev(const SkOpPtT* opp) const { in oppPrev()
H A DSkPathOpsQuad.cpp61 double opp = endPt[1]->fY - origY; in hullIntersects() local
109 for (int opp = 1; opp < kPointCount; ++opp) { in otherPts() local
H A DSkOpCoincidence.cpp175 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
H A DSkPathOpsDebug.cpp825 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
H A DSkOpSegment.cpp1145 SkOpSegment* opp = ptT->segment(); in ClearVisited() local
1179 SkOpSegment* opp = ptT->span()->segment(); in missingCoincidence() local
H A DSkDQuadLineIntersection.cpp164 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
H A DSkDConicLineIntersection.cpp139 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
H A DSkDCubicLineIntersection.cpp132 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
H A DSkPathOpsCubic.cpp173 double opp = endPt[1]->fY - origY; in hullIntersects() local
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dopp.h121 struct opp { struct
123 struct opp_funcs *funcs; argument
H A Dresource.h107 struct opp *opp[MAX_PIPE]; member
/aosp_15_r20/external/musl/src/time/
H A Dmktime.c7 long opp; in mktime() local
/aosp_15_r20/external/trusty/musl/src/time/
Dmktime.c7 long opp; in mktime() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceConditionCodesMIPS32.h32 #define X(tag, opp, emit) tag, argument
H A DIceConditionCodesARM32.h32 #define X(tag, encode, opp, emit) tag = encode, argument
H A DIceConditionCodesX86.h28 #define X(val, encode, opp, dump, emit) val = encode, argument
H A DIceInstMIPS32.cpp32 #define X(tag, opp, emit) {CondMIPS32::opp, emit}, argument
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/
H A Dresource.c672 struct opp *opp, struct bit_depth_reduction_params *fmt_bit_depth) in vpe_resource_build_bit_depth_reduction_params()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/external/blktrace/btt/
H A Doutput.c897 struct __op *opp = arg; in __output_procs() local
/aosp_15_r20/external/tcpdump/
H A Dprint-icmp6.c1398 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local

12