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

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp2478 SpvId ptrType = this->nextId(); local
2479 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer);
2480 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer);
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp2470 SpvId ptrType = this->nextId(); local
2471 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer);
2472 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer);
/external/clang/lib/Sema/
H A DSemaType.cpp3321 if (auto ptrType = type->getAs<PointerType>()) {
3327 type = ptrType->getPointeeType();
5918 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); local
5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType()
5939 if (ptrType) {

Completed in 166 milliseconds