Searched refs:ST (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1035 llvm::OwningPtr<union RSType> ST(new union RSType);
1036 RS_TYPE_SET_CLASS(ST, RS_TC_Primitive);
1039 RS_PRIMITIVE_TYPE_SET_DATA_TYPE(ST, getType());
1040 return ST.take();
1087 llvm::OwningPtr<union RSType> ST(new union RSType);
1089 RS_TYPE_SET_CLASS(ST, RS_TC_Pointer);
1090 RS_POINTER_TYPE_SET_POINTEE_TYPE(ST, getPointeeType()->getSpecType());
1092 if (RS_POINTER_TYPE_GET_POINTEE_TYPE(ST) != NULL)
1093 return ST.take();
1167 llvm::OwningPtr<union RSType> ST(ne
1426 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp318 sp<SurfaceTexture> ST = input->mST; local
328 ST->updateTexImage();
359 ST->getTransformMatrix(texMatrix);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h155 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
H A DBitcodeWriter.cpp190 StructType *ST = cast<StructType>(T); local
191 if (ST->isLiteral()) {
200 const std::string &Str = ST->getName();
361 StructType *ST = cast<StructType>(T); local
363 TypeVals.push_back(ST->isPacked());
365 for (StructType::element_iterator I = ST->element_begin(),
366 E = ST->element_end(); I != E; ++I)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h155 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
H A DBitcodeWriter.cpp300 StructType *ST = cast<StructType>(T); local
302 TypeVals.push_back(ST->isPacked());
304 for (StructType::element_iterator I = ST->element_begin(),
305 E = ST->element_end(); I != E; ++I)
308 if (ST->isLiteral()) {
312 if (ST->isOpaque()) {
320 if (!ST->getName().empty())
321 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),

Completed in 85 milliseconds