Home
last modified time | relevance | path

Searched defs:zeroID (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2696 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fFloat); in castScalarToFloat() local
2722 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fInt); in castScalarToSignedInt() local
2749 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fUInt); in castScalarToUnsignedInt() local
2775 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fInt); in castScalarToBoolean() local
2780 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fUInt); in castScalarToBoolean() local
2785 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fFloat); in castScalarToBoolean() local
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c99 mDNSexport const mDNSOpaque16 zeroID = { { 0, 0 } }; variable