Home
last modified time | relevance | path

Searched refs:ExternalFunction (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLExternalFunctionReference.h25 ExternalFunctionReference(int offset, const ExternalFunction* ef) in ExternalFunctionReference()
29 const ExternalFunction& function() const { in function()
46 const ExternalFunction& fFunction;
DSkSLExternalFunctionCall.h25 ExternalFunctionCall(int offset, const ExternalFunction* function, ExpressionArray arguments) in ExternalFunctionCall()
38 const ExternalFunction& function() const { in function()
77 const ExternalFunction& fFunction;
DSkSLExternalFunction.h19 class ExternalFunction : public Symbol {
23 ExternalFunction(const char* name, const Type& type) in ExternalFunction() function
/external/skia/modules/particles/include/
DSkParticleBinding.h33 class SkParticleExternalFunction : public SkSL::ExternalFunction {
40 : SkSL::ExternalFunction(name, type) in SkParticleExternalFunction()
DSkParticleEffect.h33 class ExternalFunction; variable
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s2 … -mcpu=mips64r6 -filetype=obj -o %T/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll
6 … -mcpu=mips64r6 -filetype=obj -o %T/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll
DELF_O32R6_relocations.s2 … -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
6 … -mcpu=mips32r6 -filetype=obj -o %T/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
DELF_O32_PIC_relocations.s2 …sel-unknown-linux -filetype=obj -o %T/test_ELF_ExternalFunction_O32.o %S/Inputs/ExternalFunction.ll
6 …ps-unknown-linux -filetype=obj -o %/T/test_ELF_ExternalFunction_O32.o %S/Inputs/ExternalFunction.ll
DELF_Mips64r2N64_PIC_relocations.s2 …known-linux -filetype=obj -o %T/test_ELF_ExternalFunction_Mips64N64.o %S/Inputs/ExternalFunction.ll
6 …known-linux -filetype=obj -o %T/test_ELF_ExternalFunction_Mips64N64.o %S/Inputs/ExternalFunction.ll
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32R6_relocations.s3 … -mcpu=mips32r6 -filetype=obj -o %t/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
7 … -mcpu=mips32r6 -filetype=obj -o %t/test_ELF_ExternalFunction_O32R6.o %S/Inputs/ExternalFunction.ll
DELF_N64R6_relocations.s3 … -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll
7 … -mcpu=mips64r6 -filetype=obj -o %t/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll
DELF_O32_PIC_relocations.s3 …sel-unknown-linux -filetype=obj -o %t/test_ELF_ExternalFunction_O32.o %S/Inputs/ExternalFunction.ll
7 …ips-unknown-linux -filetype=obj -o %t/test_ELF_ExternalFunction_O32.o %S/Inputs/ExternalFunction.ll
DELF_N32_relocations.s3 …x -target-abi n32 -filetype=obj -o %t/test_ELF_ExternalFunction_N32.o %S/Inputs/ExternalFunction.ll
7 …x -target-abi n32 -filetype=obj -o %t/test_ELF_ExternalFunction_N32.o %S/Inputs/ExternalFunction.ll
DELF_Mips64r2N64_PIC_relocations.s3 …known-linux -filetype=obj -o %t/test_ELF_ExternalFunction_Mips64N64.o %S/Inputs/ExternalFunction.ll
7 …known-linux -filetype=obj -o %t/test_ELF_ExternalFunction_Mips64N64.o %S/Inputs/ExternalFunction.ll
/external/skia/src/sksl/
DSkSLCompiler.h48 class ExternalFunction; variable
119 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions = nullptr);
DSkSLIRGenerator.h43 class ExternalFunction; variable
125 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions);
156 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions,
DSkSLIRGenerator.cpp1370 const ExternalFunction* r = &result->as<ExternalFunction>(); in convertIdentifier()
1508 const ExternalFunction& f = functionValue->as<ExternalFunctionReference>().function(); in call()
1885 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions, in start()
1974 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions) { in convertProgram()
DSkSLCompiler.cpp423 const std::vector<std::unique_ptr<ExternalFunction>>* externalFunctions) { in convertProgram()
/external/skia/tests/
DSkSLInterpreterTest.cpp877 class ExternalSqrt : public SkSL::ExternalFunction {
898 using INHERITED = SkSL::ExternalFunction;
906 std::vector<std::unique_ptr<SkSL::ExternalFunction>> externalFunctions; in DEF_TEST()
923 class ExternalTable : public SkSL::ExternalFunction {
951 using INHERITED = SkSL::ExternalFunction;
960 std::vector<std::unique_ptr<SkSL::ExternalFunction>> externalFunctions; in DEF_TEST()
/external/skia/modules/particles/src/
DSkParticleEffect.cpp30 std::vector<std::unique_ptr<SkSL::ExternalFunction>> externalFunctions, in SkParticleProgram()
50 std::vector<std::unique_ptr<SkSL::ExternalFunction>> fExternalFunctions;
154 std::vector<std::unique_ptr<SkSL::ExternalFunction>> externalFns; in prepare()