HomeSort by relevance Sort by last modified time
    Searched defs:getPointerType (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 180 Type getPointerType() { return TargetLowering::getPointerType(); }
IceTargetLoweringX8632.cpp 52 ::Ice::Type getPointerType() {
53 return ::Ice::X8632::TargetX8632::getPointerType();
IceTargetLoweringX8664.cpp 44 ::Ice::Type getPointerType() {
45 return ::Ice::X8664::TargetX8664::getPointerType();
IceTargetLowering.cpp 61 ::Ice::Type getPointerType(); \
302 ::Ice::Type TargetLowering::getPointerType() {
309 return ::X::getPointerType();
    [all...]
IceTargetLoweringARM32.h 71 static ::Ice::Type getPointerType() { return ::Ice::IceType_i32; }
    [all...]
IceTargetLoweringMIPS32.h 46 static ::Ice::Type getPointerType() { return ::Ice::IceType_i32; }
    [all...]
IceTargetLoweringARM32.cpp 69 ::Ice::Type getPointerType() {
70 return ::Ice::ARM32::TargetARM32::getPointerType();
    [all...]
IceTargetLoweringX86BaseImpl.h 436 ::Ice::Type TargetX86Base<TraitsType>::getPointerType() {
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
module.cpp 306 TypePointerInst *Module::getPointerType(StorageClass storage,
308 return getGlobalSection()->getPointerType(storage, pointeeType);
802 TypePointerInst *GlobalSection::getPointerType(StorageClass storage,
881 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy);
900 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy);
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 591 parameterTypes.push_back(this->getPointerType(function.fParameters[i]->fType,
609 SpvId SPIRVCodeGenerator::getPointerType(const Type& type, SpvStorageClass_ storageClass) {
610 return this->getPointerType(type, fDefaultLayout, storageClass);
613 SpvId SPIRVCodeGenerator::getPointerType(const Type& rawType, const MemoryLayout& layout,
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 591 parameterTypes.push_back(this->getPointerType(function.fParameters[i]->fType,
609 SpvId SPIRVCodeGenerator::getPointerType(const Type& type, SpvStorageClass_ storageClass) {
610 return this->getPointerType(type, fDefaultLayout, storageClass);
613 SpvId SPIRVCodeGenerator::getPointerType(const Type& rawType, const MemoryLayout& layout,
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 865 Type *Nucleus::getPointerType(Type *ElementType)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]

Completed in 1566 milliseconds

1 2