Searched refs:outType (Results 1 – 7 of 7) sorted by relevance
27 String8* outType) { in TestParse() argument28 if (entry.initFromDirName(dirName, outType)) { in TestParse()35 String8* outType) { in TestParse() argument36 return TestParse(entry, String8(input), outType); in TestParse()
118 uint32_t outType :4; // [8 - 11] member229 key.u.outType = RS_TYPE_FLOAT_32; in computeKey()230 rsAssert(key.u.outType == RS_TYPE_FLOAT_32); in computeKey()269 key.u.copyAlpha = !(key.u.inType || key.u.outType); in computeKey()311 if (key.u.inType && !key.u.outType) { in computeKey()471 if (!(key.u.inType || key.u.outType)) { in selectKernel()525 if (key.u.inType || key.u.outType) { in build()593 if (key.u.outType) { in build()723 if (key.u.inType != key.u.outType) { in build()895 bool floatOut = !!cp->mLastKey.u.outType; in kernel()[all …]
817 const Type *outType = aout->getType(); in forEachMtlsSetup() local819 mtls->fep.dimX = outType->getDimX(); in forEachMtlsSetup()820 mtls->fep.dimY = outType->getDimY(); in forEachMtlsSetup()821 mtls->fep.dimZ = outType->getDimZ(); in forEachMtlsSetup()947 const Type *outType = aout->getType(); in forEachMtlsSetup() local949 mtls->fep.dimX = outType->getDimX(); in forEachMtlsSetup()950 mtls->fep.dimY = outType->getDimY(); in forEachMtlsSetup()951 mtls->fep.dimZ = outType->getDimZ(); in forEachMtlsSetup()
1677 String16* outType,1703 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
257 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
2305 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument2312 *outType = value.data; in getAttributeType()
4244 String16* outType, in expandResourceRef() argument4289 *outType = String16(p, typeEnd-p); in expandResourceRef()4298 *outType = *defType; in expandResourceRef()4307 if(**outType == 0) { in expandResourceRef()