HomeSort by relevance Sort by last modified time
    Searched defs:EPT (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.cpp 93 RSExportPrimitiveType *EPT =
99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
100 ET = EPT;
slang_rs_export_type.cpp     [all...]
slang_rs_reflection_cpp.cpp 68 const RSExportPrimitiveType *EPT =
70 if (EPT->isRSObjectType()) {
72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
554 EPT->convertToRTD(&rtd);
555 std::string TypeName = GetTypeName(EPT);
561 if (EPT->isRSObjectType()) {
860 const RSExportPointerType *EPT =
862 ET = EPT->getPointeeType()
    [all...]
slang_rs_reflection.cpp 136 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
169 unsigned TypeId = EPT->getType();
172 return PrimitiveTypePackerAPINameMap[EPT->getType()];
268 const RSExportPrimitiveType *EPT =
270 if (EPT->isRSObjectType())
272 else if (EPT->getType() == DataTypeBoolean)
626 const RSExportPrimitiveType *EPT =
628 if (EPT->getType() == DataTypeBoolean) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 1060 SPIR::ParamType *EPT = nullptr;
1064 EPT = new SPIR::BlockType;
    [all...]

Completed in 192 milliseconds