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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 81 RSExportPrimitiveType *EPT =
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
88 ET = EPT;
slang_rs_reflection.cpp 113 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
149 unsigned TypeId = EPT->getType();
152 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
207 const RSExportPrimitiveType *EPT =
209 if (EPT->isRSObjectType())
211 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
411 const RSExportPrimitiveType *EPT =
413 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
696 const RSExportPointerType *EPT =
698 genTypeInstance(C, EPT->getPointeeType())
    [all...]
slang_rs_export_type.h 298 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
309 const RSExportPrimitiveType *EPT) {
310 return getRSReflectionType(EPT->getType());
slang_rs_export_type.cpp 892 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) {
893 slangAssert(((EPT->getType() > DataTypeUnknown) &&
894 (EPT->getType() < DataTypeMax)) &&
896 return SizeOfDataTypeInBits[ static_cast<int>(EPT->getType()) ];
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.

Completed in 46 milliseconds