HomeSort by relevance Sort by last modified time
    Searched refs:CType (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/skia/src/c/
sk_c_from_to.h 8 static bool find_sk(CType from, SKType* to) {
20 static bool find_c(SKType from, CType* to) {
32 #undef CType
sk_paint.cpp 36 #define CType sk_stroke_cap_t
41 #define CType sk_stroke_join_t
  /external/skqp/src/c/
sk_c_from_to.h 8 static bool find_sk(CType from, SKType* to) {
20 static bool find_c(SKType from, CType* to) {
32 #undef CType
sk_paint.cpp 36 #define CType sk_stroke_cap_t
41 #define CType sk_stroke_join_t
  /external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp 74 typedef Tp const* CType;
84 typedef const Member (Class::*CType);
95 typedef typename ThrowTypes::CType CType;
100 run_catch_tests<CType>();
108 typedef typename CatchTypes::CType CType;
113 catch_pointer_test<ThrowTp, CType>();
118 generate_tests_imp<ThrowTp, CType, level-1>()();
  /external/skia/src/sksl/ir/
SkSLLayout.h 80 enum class CType {
144 static const char* CTypeToStr(CType ctype) {
145 switch (ctype) {
146 case CType::kDefault:
148 case CType::kFloat:
150 case CType::kInt32:
152 case CType::kSkRect:
154 case CType::kSkIRect:
156 case CType::kSkPMColor4f
    [all...]
  /external/skqp/src/sksl/ir/
SkSLLayout.h 80 enum class CType {
144 static const char* CTypeToStr(CType ctype) {
145 switch (ctype) {
146 case CType::kDefault:
148 case CType::kFloat:
150 case CType::kInt32:
152 case CType::kSkRect:
154 case CType::kSkIRect:
156 case CType::kSkPMColor4f
    [all...]
  /external/skia/src/sksl/
SkSLCPPUniformCTypes.h 36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
38 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat, false, "", "", "") { }
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
45 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat,
61 Layout::CType ctype() const { function in class:SkSL::UniformCTypeMapper
65 // The sksl type names that the mapper's ctype can be mapped to
101 // uniformHandleName, and valueVarName is the variable name pointing to the ctype instanc
    [all...]
SkSLCPPUniformCTypes.cpp 116 Layout::CType ctype, const std::vector<String>& skslTypes, const String& setUniformFormat,
119 : fCType(ctype)
131 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes,
134 return UniformCTypeMapper(ctype, skslTypes, uniformFormat, defaultValue, dirtyExpression,
138 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes,
140 return REGISTER(ctype, skslTypes, uniformFormat, defaultValue,
150 REGISTER(Layout::CType::kSkRect, { "half4", "float4", "double4" }
202 Layout::CType ctype = layout.fCType; local
    [all...]
SkSLHCodeGenerator.cpp 32 Layout::CType ctype = ParameterCType(context, type, layout); local
33 if (ctype != Layout::CType::kDefault) {
34 return Layout::CTypeToStr(ctype);
39 Layout::CType HCodeGenerator::ParameterCType(const Context& context, const Type& type,
41 if (layout.fCType != Layout::CType::kDefault) {
47 return Layout::CType::kFloat;
51 return Layout::CType::kInt32;
53 return Layout::CType::kSkPoint
    [all...]
SkSLHCodeGenerator.h 36 static Layout::CType ParameterCType(const Context& context, const Type& type,
  /external/skqp/src/sksl/
SkSLCPPUniformCTypes.h 36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
38 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat, false, "", "", "") { }
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes,
45 : UniformCTypeMapper(ctype, skslTypes, setUniformFormat,
61 Layout::CType ctype() const { function in class:SkSL::UniformCTypeMapper
65 // The sksl type names that the mapper's ctype can be mapped to
101 // uniformHandleName, and valueVarName is the variable name pointing to the ctype instanc
    [all...]
SkSLCPPUniformCTypes.cpp 116 Layout::CType ctype, const std::vector<String>& skslTypes, const String& setUniformFormat,
119 : fCType(ctype)
131 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes,
134 return UniformCTypeMapper(ctype, skslTypes, uniformFormat, defaultValue, dirtyExpression,
138 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes,
140 return REGISTER(ctype, skslTypes, uniformFormat, defaultValue,
150 REGISTER(Layout::CType::kSkRect, { "half4", "float4", "double4" }
202 Layout::CType ctype = layout.fCType; local
    [all...]
SkSLHCodeGenerator.cpp 32 Layout::CType ctype = ParameterCType(context, type, layout); local
33 if (ctype != Layout::CType::kDefault) {
34 return Layout::CTypeToStr(ctype);
39 Layout::CType HCodeGenerator::ParameterCType(const Context& context, const Type& type,
41 if (layout.fCType != Layout::CType::kDefault) {
45 return Layout::CType::kFloat;
49 return Layout::CType::kInt32;
51 return Layout::CType::kSkPoint
    [all...]
SkSLHCodeGenerator.h 36 static Layout::CType ParameterCType(const Context& context, const Type& type,
  /external/parameter-framework/upstream/parameter/
IntegerParameterType.h 59 using CType = typename std::conditional<isSigned, Signed, Unsigned>::type;
68 using CType = typename detail::IntegerTraits<isSigned, bitSize>::CType;
213 CType value = static_cast<CType>(intermediate);
228 using Intermediate = typename std::make_unsigned<CType>::type;
232 return toBlackboard<CType>(strValue, uiValue, parameterAccessContext);
308 bool checkValueAgainstRange(const std::string &strValue, CType value,
343 CType _min{std::numeric_limits<CType>::min()}
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes_test.cc     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 230 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
235 RepeatedField<CType>* values) {
236 CType value;
237 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
241 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
248 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
253 RepeatedField<CType>* values) {
255 CType value;
256 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
283 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
wire_format_lite.h 253 template <typename CType, enum FieldType DeclaredType> INL
254 static bool ReadPrimitive(input, CType* value);
259 template <typename CType, enum FieldType DeclaredType> INL
263 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
271 RepeatedField<CType>* value);
278 template <typename CType, enum FieldType DeclaredType> INL
279 static const uint8* ReadPrimitiveFromArray(const uint8* buffer, CType* value);
284 template <typename CType, enum FieldType DeclaredType> INL
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
ThreadSafetyTraverse.h 307 typedef bool CType;
309 CType trueResult() { return true; }
310 bool notTrue(CType ct) { return !ct; }
343 typedef bool CType;
345 CType trueResult() { return true; }
346 bool notTrue(CType ct) { return !ct; }
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 44 unsigned int CType : 4;
  /external/libcxx/src/filesystem/
filesystem_common.h 308 template <class CType, class ChronoType>
309 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool checked_set(CType* out,
311 using Lim = numeric_limits<CType>;
314 *out = static_cast<CType>(time);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 134 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
135 if (CType == TargetLowering::C_Memory)
  /external/skia/src/gpu/effects/
GrSkSLFP.cpp 193 case SkSL::Layout::CType::kSkPMColor:
199 case SkSL::Layout::CType::kSkRect: // fall through
200 case SkSL::Layout::CType::kDefault:
212 SK_ABORT("unsupported uniform ctype");

Completed in 2589 milliseconds

1 2 3