Searched defs:ST (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp945 llvm::OwningPtr<union RSType> ST(new union RSType);
946 RS_TYPE_SET_CLASS(ST, RS_TC_Primitive);
949 RS_PRIMITIVE_TYPE_SET_DATA_TYPE(ST, getType());
950 return ST.take();
989 llvm::OwningPtr<union RSType> ST(new union RSType);
991 RS_TYPE_SET_CLASS(ST, RS_TC_Pointer);
992 RS_POINTER_TYPE_SET_POINTEE_TYPE(ST, getPointeeType()->getSpecType());
994 if (RS_POINTER_TYPE_GET_POINTEE_TYPE(ST) != NULL)
995 return ST.take();
1071 llvm::OwningPtr<union RSType> ST(ne
1330 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), local
[all...]
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp319 sp<SurfaceTexture> ST = input->mST; local
329 ST->updateTexImage();
360 ST->getTransformMatrix(texMatrix);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp183 StructType *ST = cast<StructType>(T); local
184 if (ST->isLiteral()) {
193 const std::string &Str = ST->getName();
353 StructType *ST = cast<StructType>(T); local
355 TypeVals.push_back(ST->isPacked());
357 for (StructType::element_iterator I = ST->element_begin(),
358 E = ST->element_end(); I != E; ++I)

Completed in 71 milliseconds