Home
last modified time | relevance | path

Searched refs:FormatArg (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp20 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()
DSkSLCompiler.h67 struct FormatArg { struct
77 FormatArg(Kind kind) in FormatArg() argument
80 FormatArg(Kind kind, int index) in FormatArg() function
128 std::vector<FormatArg>* outFormatArgs);
DSkSLPipelineStageCodeGenerator.h22 std::vector<Compiler::FormatArg>* outFormatArgs);
60 std::vector<Compiler::FormatArg>* fFormatArgs;
DSkSLCompiler.cpp1491 std::vector<FormatArg>* outFormatArgs) { in toPipelineStage()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp11 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/
Dgles_conformance_tests.cpp11 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/
DGrSkSLFP.cpp119 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/
DFuzzSKSL2Pipeline.cpp24 std::vector<SkSL::Compiler::FormatArg> formatArgs; in FuzzSKSL2Pipeline()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h520 using FormatArg = str_format_internal::FormatArgImpl; variable
563 absl::Span<const FormatArg> args) { in FormatUntyped()
Dstr_format_test.cc74 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/
Dstr_format.h520 using FormatArg = str_format_internal::FormatArgImpl; variable
564 absl::Span<const FormatArg> args) { in FormatUntyped()
Dstr_format_test.cc61 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/
DR600OpenCLImageTypeLoweringPass.cpp252 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/
DEncodingContext.h67 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
DDevice.h89 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
112 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()