Home
last modified time | relevance | path

Searched defs:InitArgs (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrPipeline.h55 struct InitArgs { struct
56 uint32_t fFlags = 0;
57 const GrUserStencilSettings* fUserStencil = &GrUserStencilSettings::kUnused;
58 const GrCaps* fCaps = nullptr;
59 GrResourceProvider* fResourceProvider = nullptr;
60 GrXferProcessor::DstProxy fDstProxy;
/external/skia/src/gpu/
DGrPipeline.h68 struct InitArgs { struct
69 InputFlags fInputFlags = InputFlags::kNone;
70 const GrCaps* fCaps = nullptr;
94 GrPipeline(const InitArgs& args, sk_sp<const GrXferProcessor>, const GrAppliedHardClip&); argument
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp48 void VkTestFramework::InitArgs(int *argc, char *argv[]) {} in InitArgs() function in VkTestFramework
Dvktestframework.cpp158 void VkTestFramework::InitArgs(int *argc, char *argv[]) { in InitArgs() function in VkTestFramework
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp122 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()
147 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions()
/external/llvm-project/llvm/lib/Transforms/Utils/
DModuleUtils.cpp133 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()
155 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp104 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()