/third_party/flutter/skia/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 20 std::vector<Compiler::FormatArg>* outFormatArgs) in PipelineStageCodeGenerator() 109 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kChildProcessor, in writeFunctionCall() 124 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeVariableReference() 128 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeVariableReference() 132 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kCoordX)); in writeVariableReference() 136 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kCoordY)); in writeVariableReference() 162 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kUniform, in writeVariableReference() 192 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kOutput)); in writeFunction() 193 fFormatArgs->push_back(Compiler::FormatArg(Compiler::FormatArg::Kind::kInput)); in writeFunction()
|
D | SkSLCompiler.h | 67 struct FormatArg { struct 77 FormatArg(Kind kind) in FormatArg() argument 80 FormatArg(Kind kind, int index) in FormatArg() function 128 std::vector<FormatArg>* outFormatArgs);
|
D | SkSLPipelineStageCodeGenerator.h | 22 std::vector<Compiler::FormatArg>* outFormatArgs); 60 std::vector<Compiler::FormatArg>* fFormatArgs;
|
D | SkSLCompiler.cpp | 1491 std::vector<FormatArg>* outFormatArgs) { in toPipelineStage()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 11 static std::vector<char> FormatArg(const char *fmt, ...) in FormatArg() function 58 std::vector<char> widthArg = FormatArg("-width=%u", 64); in RunConformanceTest() 61 std::vector<char> heightArg = FormatArg("-height=%u", 64); in RunConformanceTest() 64 std::vector<char> displayArg = FormatArg("-d=%llu", nativeDisplay); in RunConformanceTest() 67 std::vector<char> runArg = FormatArg("-run=%s/conformance_tests/%s", in RunConformanceTest()
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 11 static std::vector<char> FormatArg(const char *fmt, ...) in FormatArg() function 58 std::vector<char> widthArg = FormatArg("-width=%u", 64); in RunConformanceTest() 61 std::vector<char> heightArg = FormatArg("-height=%u", 64); in RunConformanceTest() 64 std::vector<char> displayArg = FormatArg("-d=%llu", nativeDisplay); in RunConformanceTest() 67 std::vector<char> runArg = FormatArg("-run=%s/conformance_tests/%s", in RunConformanceTest()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 119 SkSL::String glsl, std::vector<SkSL::Compiler::FormatArg> formatArgs) in GrGLSLSkSLFP() 181 SkSL::Compiler::FormatArg& arg = fFormatArgs[formatArgIndex++]; in emitCode() 183 case SkSL::Compiler::FormatArg::Kind::kInput: in emitCode() 186 case SkSL::Compiler::FormatArg::Kind::kOutput: in emitCode() 189 case SkSL::Compiler::FormatArg::Kind::kCoordX: in emitCode() 192 case SkSL::Compiler::FormatArg::Kind::kCoordY: in emitCode() 195 case SkSL::Compiler::FormatArg::Kind::kUniform: in emitCode() 199 case SkSL::Compiler::FormatArg::Kind::kChildProcessor: in emitCode() 279 std::vector<SkSL::Compiler::FormatArg> fFormatArgs; 369 std::vector<SkSL::Compiler::FormatArg> formatArgs; in onCreateGLSLInstance()
|
/third_party/flutter/skia/fuzz/oss_fuzz/ |
D | FuzzSKSL2Pipeline.cpp | 24 std::vector<SkSL::Compiler::FormatArg> formatArgs; in FuzzSKSL2Pipeline()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_format.h | 520 using FormatArg = str_format_internal::FormatArgImpl; variable 563 absl::Span<const FormatArg> args) { in FormatUntyped()
|
D | str_format_test.cc | 74 FormatArg arg(i); in TEST_F() 751 EXPECT_FALSE(absl::FormatUntyped(&actual, f1, {absl::FormatArg(p)})); in TEST_F()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_format.h | 520 using FormatArg = str_format_internal::FormatArgImpl; variable 564 absl::Span<const FormatArg> args) { in FormatUntyped()
|
D | str_format_test.cc | 61 FormatArg arg(i); in TEST_F() 738 EXPECT_FALSE(absl::FormatUntyped(&actual, f1, {absl::FormatArg(p)})); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 252 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses() local 253 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg); in replaceImageAndSamplerUses()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | EncodingContext.h | 67 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
|
D | Device.h | 89 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError() 112 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
|