Searched refs:inType (Results 1 – 4 of 4) sorted by relevance
112 uint32_t inType :4; // [4 - 7] member215 key.u.inType = RS_TYPE_FLOAT_32; in computeKey()216 rsAssert(key.u.inType == RS_TYPE_FLOAT_32); in computeKey()260 key.u.copyAlpha = !(key.u.inType || key.u.outType); in computeKey()302 if (key.u.inType && !key.u.outType) { in computeKey()467 if (!(key.u.inType || key.u.outType)) { in selectKernel()524 if (key.u.inType || key.u.outType) { in build()530 if (key.u.inType) { in build()722 if (key.u.inType != key.u.outType) { in build()896 bool floatIn = !!cp->mLastKey.u.inType; in kernel()[all …]
579 const Type *inType = ain0->getType(); in reduceMtlsSetup() local581 mtls->redp.dim.x = inType->getDimX(); in reduceMtlsSetup()582 mtls->redp.dim.y = inType->getDimY(); in reduceMtlsSetup()583 mtls->redp.dim.z = inType->getDimZ(); in reduceMtlsSetup()663 const Type *inType = ain0->getType(); in forEachMtlsSetup() local665 mtls->fep.dim.x = inType->getDimX(); in forEachMtlsSetup()666 mtls->fep.dim.y = inType->getDimY(); in forEachMtlsSetup()667 mtls->fep.dim.z = inType->getDimZ(); in forEachMtlsSetup()
47 Type inType = ain.getType(); in getDummyAlloc() local48 dInElement = inType.getElement().getDummyElement(mRS); in getDummyAlloc()49 dInType = inType.getDummyType(mRS, dInElement); in getDummyAlloc()50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize(); in getDummyAlloc()
244 bool inType() const { in inType() function626 bool inType = true; in startElementHandler() local719 inType = false; in startElementHandler()727 if (!mState->inType() in startElementHandler()738 } else if (inType in startElementHandler()1117 CHECK(inType()); in enterType()1122 CHECK(mState->inType()); in addLimit()1271 CHECK(inType()); in addDetail()1321 CHECK(mState->inType()); in addFeature()