Home
last modified time | relevance | path

Searched defs:input (Results 651 - 675 of 3180) sorted by relevance

1...<<21222324252627282930>>...128

/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.cpp71 void convert999E5toRGBFloats(unsigned int input, float *red, float *green, float *blue) in convert999E5toRGBFloats() argument
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser_test.cc519 std::string input = R"([compute shader] in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp218 const std::string input = "OpSource OpenCL_C 12\n"; in TEST_F() local
226 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F() local
425 const std::string input = in TEST_F() local
435 const std::string input in TEST_F() local
459 const std::string input = R"( TEST_F() local
479 const std::string input = R"( TEST_F() local
[all...]
H A Dtext_to_binary.constant_test.cpp41 const std::string input = in TEST_P() local
73 const std::string input = in TEST_P() local
106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P() local
249 const std::string input = "%1 = " + GetParam().type + in TEST_P() local
285 std::stringstream input; in TEST_P() local
332 const std::string input = "%1 = " + GetParam() + TEST_P() local
376 const std::string input = "%1 = " + GetParam().constant_type + TEST_P() local
445 const std::string input = "%1 = " + GetParam() + TEST_P() local
655 std::stringstream input; TEST_P() local
767 std::stringstream input; TEST_P() local
805 std::stringstream input; TEST_P() local
[all...]
H A Dtext_to_binary.control_flow_test.cpp46 const std::string input = "OpSelectionMerge %1 " + GetParam().name(); in TEST_P() local
64 const std::string input = "OpSelectionMerge %1 Flatten|DontFlatten"; in TEST_F() local
84 std::ostringstream input; in TEST_P() local
124 const std::string input = "OpLoopMerge %merge %continue Unroll|DontUnroll"; in TEST_F() local
188 const auto input = R"(%i32 = OpTypeInt 32 0 TEST_F() local
219 const std::string input = "%1 = OpTypeInt " + GetParam().constant_type_args + TEST_P() local
348 const std::string input = TEST_P() local
397 const std::string input = "OpKill 1"; TEST_F() local
409 const std::string input = "OpTerminateInvocation 1"; TEST_F() local
[all...]
/third_party/skia/src/core/
H A DSkLocalMatrixImageFilter.cpp13 Make(const SkMatrix& localM, sk_sp<SkImageFilter> input) Make() argument
30 SkLocalMatrixImageFilter(const SkMatrix& localM, sk_sp<SkImageFilter> input) SkLocalMatrixImageFilter() argument
H A DSkStringUtils.cpp39 const char* input = string.c_str(); in SkTabString() local
/third_party/skia/src/effects/imagefilters/
H A DSkRuntimeImageFilter.cpp26 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms, sk_sp<SkImageFilter> input) SkRuntimeImageFilter() argument
52 SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms, sk_sp<SkImageFilter> input) SkMakeRuntimeImageFilter() argument
H A DSkCropImageFilter.cpp18 SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input) in SkCropImageFilter() argument
61 sk_sp<SkImageFilter> SkMakeCropImageFilter(const SkRect& rect, sk_sp<SkImageFilter> input) { in SkMakeCropImageFilter() argument
H A DSkColorFilterImageFilter.cpp22 SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilter() argument
45 ColorFilter( sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) ColorFilter() argument
[all...]
/third_party/skia/src/gpu/
H A DGrRenderTaskCluster.cpp43 static void validate(SkSpan<const sk_sp<GrRenderTask>> input, in validate() argument
157 bool GrClusterRenderTasks(SkSpan<const sk_sp<GrRenderTask>> input, in GrClusterRenderTasks() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.cpp134 int input = interpolant; in update() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_to_text_test.cpp218 const std::string input = "OpSource OpenCL_C 12\n"; in TEST_F() local
226 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F() local
425 const std::string input = in TEST_F() local
435 const std::string input in TEST_F() local
459 const std::string input = R"( TEST_F() local
479 const std::string input = R"( TEST_F() local
[all...]
H A Dtext_to_binary.constant_test.cpp41 const std::string input = in TEST_P() local
73 const std::string input = in TEST_P() local
106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P() local
249 const std::string input = "%1 = " + GetParam().type + in TEST_P() local
285 std::stringstream input; in TEST_P() local
332 const std::string input = "%1 = " + GetParam() + TEST_P() local
376 const std::string input = "%1 = " + GetParam().constant_type + TEST_P() local
445 const std::string input = "%1 = " + GetParam() + TEST_P() local
655 std::stringstream input; TEST_P() local
767 std::stringstream input; TEST_P() local
805 std::stringstream input; TEST_P() local
[all...]
H A Dtext_to_binary.control_flow_test.cpp46 const std::string input = "OpSelectionMerge %1 " + GetParam().name(); in TEST_P() local
64 const std::string input = "OpSelectionMerge %1 Flatten|DontFlatten"; in TEST_F() local
84 std::ostringstream input; in TEST_P() local
124 const std::string input = "OpLoopMerge %merge %continue Unroll|DontUnroll"; in TEST_F() local
188 const auto input = R"(%i32 = OpTypeInt 32 0 TEST_F() local
219 const std::string input = "%1 = OpTypeInt " + GetParam().constant_type_args + TEST_P() local
348 const std::string input = TEST_P() local
397 const std::string input = "OpKill 1"; TEST_F() local
409 const std::string input = "OpTerminateInvocation 1"; TEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput; in match() local
92 const uint8_t *input = textIn->fRawInput; in match() local
125 const uint8_t *input = textIn->fRawInput; in match() local
176 getChar(const uint8_t *input, int32_t index) const getChar() argument
192 getChar(const uint8_t *input, int32_t index) const getChar() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
H A DSampleBuffer.cpp56 void resampleData(const ResampleBlock& input, ResampleBlock* output, int numChannels) { in resampleData() argument
/third_party/skia/tests/
H A DPDFDeflateWStreamTest.cpp53 uint8_t* input = (uint8_t*)src->getMemoryBase(); in stream_inflate() local
/third_party/openssl/crypto/des/
H A Ddes_enc.c200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-subset-test.h53 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input() local
62 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_glyphs() local
71 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_nameids() local
84 hb_subset_test_create_subset(hb_face_t *source, hb_subset_input_t *input) hb_subset_test_create_subset() argument
[all...]
H A Dtest-subset-cff1.c78 hb_subset_input_t *input; in test_subset_cff1_strip_hints() local
101 hb_subset_input_t *input; in test_subset_cff1_desubr() local
124 hb_subset_input_t *input; in test_subset_cff1_desubr_strip_hints() local
169 hb_subset_input_t *input; test_subset_cff1_j_strip_hints() local
192 hb_subset_input_t *input; test_subset_cff1_j_desubr() local
215 hb_subset_input_t *input; test_subset_cff1_j_desubr_strip_hints() local
278 hb_subset_input_t *input; test_subset_cff1_dotsection() local
300 hb_subset_input_t *input; test_subset_cff1_retaingids() local
323 hb_subset_input_t *input; test_subset_cff1_j_retaingids() local
[all...]
H A Dtest-subset-hmtx.c159 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_invalid_hmtx() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp25 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() function in llvm::yaml::ScalarTraits
80 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
132 StringRef ScalarTraits<Architecture>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
145 StringRef ScalarTraits<PackedVersion>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
175 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
209 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input() function in llvm::yaml::ScalarTraits
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc109 CommonFuzzer::CommonFuzzer(InputFormat input, OutputFormat output) in CommonFuzzer() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dentry_point_validation_test.cc235 auto* input = Structure( in TEST_F() local
252 auto* input = Structure( in TEST_F() local
275 auto* input = Structure( in TEST_F() local
394 auto* input = Structure( in TEST_P() local
505 auto* input = Structure("Input", {Member("a", ty.f32())}); TEST_F() local
530 auto* input = TEST_F() local
549 auto* input = Structure( TEST_F() local
721 auto* input = Param("input", ty.i32(), TEST_F() local
751 auto* input = Param("input", ty.Of(s)); TEST_F() local
[all...]

Completed in 31 milliseconds

1...<<21222324252627282930>>...128