Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dtraits_test.cc28 TEST(ParamType, Function) { in TEST() argument
42 TEST(ParamType, Method) { in TEST() argument
62 TEST(ParamType, ConstMethod) { in TEST() argument
82 TEST(ParamType, StaticMethod) { in TEST() argument
102 TEST(ParamType, FunctionLike) { in TEST() argument
115 TEST(ParamType, Lambda) { in TEST() argument
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType() function
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
Dgtest.h1851 typedef T ParamType; typedef
/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h295 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
Dgtest.h1852 typedef T ParamType; typedef
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h166 typedef T ParamType; typedef
394 typedef typename TestClass::ParamType ParamType; typedef
754 typedef ::std::tuple<T...> ParamType; typedef
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h168 typedef T ParamType; typedef
396 typedef typename TestClass::ParamType ParamType; typedef
818 typedef ::std::tuple<T...> ParamType; typedef
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_intrinsic_test.cc32 enum class ParamType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp145 Type *ParamType = *PI; in createWrapper() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_intrinsic_test.cc28 enum class ParamType { enum
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h37 } ParamType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp563 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
573 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_intrinsic_test.cc32 enum class ParamType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp335 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dframe_capture_utils_autogen.h18 enum class ParamType enum
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils_autogen.h18 enum class ParamType enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp880 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2106 Ice::Type ArgType, Ice::Type ParamType) { in verifyCallArgTypeMatches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2021 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint() local