Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dlinmath.h104 static inline void mat4x4_identity(mat4x4 M) { in mat4x4_identity()
109 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) { in mat4x4_dup()
114 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) { in mat4x4_row()
118 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) { in mat4x4_col()
122 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) { in mat4x4_transpose()
127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_add()
131 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_sub()
135 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) { in mat4x4_scale()
139 static inline void mat4x4_scale_aniso(mat4x4 M, mat4x4 a, float x, float y, float z) { in mat4x4_scale_aniso()
148 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) { in mat4x4_mul()
[all …]
/frameworks/compile/slang/
Dllvm-rs-as.cpp65 static void stripUnknownAttributes(llvm::Module *M) { in stripUnknownAttributes()
70 static void WriteOutputFile(const Module *M, uint32_t ModuleTargetAPI) { in WriteOutputFile()
132 std::unique_ptr<Module> M(parseAssemblyFile(InputFilename, Err, Context)); in main() local
Dslang_backend.cpp95 virtual bool runOnModule(llvm::Module &M) override { in runOnModule()
294 llvm::Module *M = mGen->ReleaseModule(); in HandleTranslationUnit() local
750 void Backend::dumpExportVarInfo(llvm::Module *M) { in dumpExportVarInfo()
836 static void PadHelperFunctionStruct(llvm::Module *M, in PadHelperFunctionStruct()
890 void Backend::dumpExportFunctionInfo(llvm::Module *M) { in dumpExportFunctionInfo()
1050 void Backend::dumpExportForEachInfo(llvm::Module *M) { in dumpExportForEachInfo()
1087 void Backend::dumpExportReduceInfo(llvm::Module *M) { in dumpExportReduceInfo()
1140 void Backend::dumpExportTypeInfo(llvm::Module *M) { in dumpExportTypeInfo()
1199 void Backend::HandleTranslationUnitPost(llvm::Module *M) { in HandleTranslationUnitPost()
Dslang_bitcode_gen.cpp33 const llvm::Module &M, in writeBitcode()
/frameworks/native/libs/ui/
DTransform.cpp131 mat33& M(mMatrix); in set() local
155 mat33& M(H.mMatrix); in set() local
163 mat33& M(V.mMatrix); in set() local
172 mat33& M(R.mMatrix); in set() local
183 const mat33& M(mMatrix); in transform() local
191 const mat33& M(mMatrix); in transform() local
283 const mat33& M(mMatrix); in type() local
347 const mat33& M(mMatrix); in inverse() local
/frameworks/rs/rsov/compiler/
DGlobalAllocPass.cpp34 bool collectGlobalAllocs(Module &M, in collectGlobalAllocs()
69 bool runOnModule(Module &M) override { in runOnModule()
106 bool runOnModule(Module &M) override { in runOnModule()
DRemoveNonkernelsPass.cpp36 void HandleTargetTriple(llvm::Module &M) { in HandleTargetTriple()
67 bool runOnModule(Module &M) override { in runOnModule()
Drs2spirv.cpp64 static bool WriteBitcode(rs2spirv::Context &Ctxt, Module *M, in WriteBitcode()
92 std::unique_ptr<Module> M = std::move(*MOrErr); in convertLLVMToSPIRV() local
DGlobalMergePass.cpp48 bool runOnModule(Module &M) override { in runOnModule()
173 CreateInitFunction(LLVMContext &LLVMCtxt, Module &M, GlobalVariable *MergedGV, in CreateInitFunction()
209 bool collectGlobals(Module &M, SmallVectorImpl<GlobalVariable *> &Globals) { in collectGlobals()
DInlinePreparationPass.cpp41 bool runOnModule(Module &M) override { in runOnModule()
DRSAllocationUtils.cpp53 bool getRSAllocationInfo(Module &M, SmallVectorImpl<RSAllocationInfo> &Allocs) { in getRSAllocationInfo()
200 bool solidifyRSAllocAccess(Module &M, RSAllocationCallInfo CallInfo) { in solidifyRSAllocAccess()
DRSSPIRVWriter.cpp76 bool WriteSPIRV(Context &Ctxt, Module *M, in WriteSPIRV()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtendableMessageNano.java74 public final boolean hasExtension(Extension<M, ?> extension) { in hasExtension()
85 public final <T> T getExtension(Extension<M, T> extension) { in getExtension()
96 public final <T> M setExtension(Extension<M, T> extension, T value) { in setExtension()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Dstress.rb19 M = pool.lookup("M").msgclass constant
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp76 virtual bool runOnModule(Module &M) { in runOnModule()
121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context)); in main() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DSignatureTest.java29 …private static final Signature M = new Signature("308201D43082013CA0030201020219373565373461363A31… field in SignatureTest
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp55 llvm::Module *M; member in __anond0ae22a30111::RSEmbedInfoPass
192 virtual bool runOnModule(llvm::Module &M) { in runOnModule()
DRSScreenFunctionsPass.cpp78 bool runOnModule(llvm::Module &M) override { in runOnModule()
/frameworks/compile/slang/StripUnkAttr/
Dstrip_unknown_attributes_pass.cpp31 bool StripUnknownAttributes::runOnModule(llvm::Module &M) { in runOnModule()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriterPass.cpp32 bool runOnModule(Module &M) { in runOnModule()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriterPass.cpp32 bool runOnModule(Module &M) { in runOnModule()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriterPass.cpp32 bool runOnModule(Module &M) { in runOnModule()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp52 int M, int N, int K, int incX, int incY, int KL, int KU, in setUpBLASCall()
108 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Single()
122 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double()
135 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex()
148 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z()
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM()
185 int M = A->getType()->getY(); in validateGEMV() local
216 int M = A->getType()->getY(); in SGEMV() local
227 int M = A->getType()->getY(); in DGEMV() local
238 int M = A->getType()->getY(); in CGEMV() local
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_validity_nano.proto13 message M { message
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dgpclip.c34 #define M 16 macro

123