/external/skqp/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 20 std::vector<Compiler::FormatArg>* outFormatArgs) in PipelineStageCodeGenerator() 105 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, in writeFunctionCall() 120 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference() 124 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference() 157 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, in writeVariableReference() 187 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction() 188 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
|
D | SkSLCompiler.h | 66 struct FormatArg { struct 74 FormatArg(Kind kind) in FormatArg() argument 77 FormatArg(Kind kind, int index) in FormatArg() function 115 std::vector<FormatArg>* outFormatArgs);
|
D | SkSLPipelineStageCodeGenerator.h | 22 std::vector<Compiler::FormatArg>* outFormatArgs); 60 std::vector<Compiler::FormatArg>* fFormatArgs;
|
D | SkSLCompiler.cpp | 1437 std::vector<FormatArg>* outFormatArgs) { in toPipelineStage()
|
/external/skia/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 20 std::vector<Compiler::FormatArg>* outFormatArgs) in PipelineStageCodeGenerator() 106 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, in writeFunctionCall() 121 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference() 125 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference() 158 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, in writeVariableReference() 188 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction() 189 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
|
D | SkSLCompiler.h | 66 struct FormatArg { struct 74 FormatArg(Kind kind) in FormatArg() function 77 FormatArg(Kind kind, int index) in FormatArg() argument 115 std::vector<FormatArg>* outFormatArgs);
|
D | SkSLPipelineStageCodeGenerator.h | 22 std::vector<Compiler::FormatArg>* outFormatArgs); 60 std::vector<Compiler::FormatArg>* fFormatArgs;
|
D | SkSLCompiler.cpp | 1457 std::vector<FormatArg>* outFormatArgs) { in toPipelineStage()
|
/external/skqp/src/gpu/effects/ |
D | GrSkSLFP.cpp | 86 SkSL::String glsl, std::vector<SkSL::Compiler::FormatArg> formatArgs) in GrGLSLSkSLFP() 147 SkSL::Compiler::FormatArg& arg = fFormatArgs[formatArgIndex++]; in emitCode() 149 case SkSL::Compiler::FormatArg::Kind::kInput: in emitCode() 152 case SkSL::Compiler::FormatArg::Kind::kOutput: in emitCode() 155 case SkSL::Compiler::FormatArg::Kind::kUniform: in emitCode() 159 case SkSL::Compiler::FormatArg::Kind::kChildProcessor: in emitCode() 230 std::vector<SkSL::Compiler::FormatArg> fFormatArgs; 291 std::vector<SkSL::Compiler::FormatArg> formatArgs; in onCreateGLSLInstance()
|
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 487 class FormatArg class 490 FormatArg() {} in FormatArg() function in tinyformat::detail::FormatArg 493 FormatArg(const T& value) in FormatArg() function in tinyformat::detail::FormatArg 583 const detail::FormatArg* formatters, in streamStateFromFormat() 769 const detail::FormatArg* formatters, in formatImpl() 792 const FormatArg& arg = formatters[argIndex]; in formatImpl() 838 FormatList(detail::FormatArg* formatters, int N) in FormatList() 845 const detail::FormatArg* m_formatters; 864 m_formatterStore { FormatArg(args)... } in FormatListN() 878 m_formatterStore[i] = FormatArg(v1); \ [all …]
|
/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 93 SkSL::String glsl, std::vector<SkSL::Compiler::FormatArg> formatArgs) in GrGLSLSkSLFP() 153 SkSL::Compiler::FormatArg& arg = fFormatArgs[formatArgIndex++]; in emitCode() 155 case SkSL::Compiler::FormatArg::Kind::kInput: in emitCode() 158 case SkSL::Compiler::FormatArg::Kind::kOutput: in emitCode() 161 case SkSL::Compiler::FormatArg::Kind::kUniform: in emitCode() 165 case SkSL::Compiler::FormatArg::Kind::kChildProcessor: in emitCode() 242 std::vector<SkSL::Compiler::FormatArg> fFormatArgs; 314 std::vector<SkSL::Compiler::FormatArg> formatArgs; in onCreateGLSLInstance()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLImageTypeLoweringPass.cpp | 236 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses() local 237 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg); in replaceImageAndSamplerUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 253 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses() local 254 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg); in replaceImageAndSamplerUses()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 846 def FormatArg : InheritableAttr {
|