Home
last modified time | relevance | path

Searched defs:from_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_function.cpp139 const glsl_type *from_type; in get_parameter_match_type() local
/third_party/node/deps/v8/src/torque/
Dtypes.cc1130 const Type* from_type) { in TopTypeResult()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1532 auto* from_type = TypeOf(from_expr)->UnwrapRef(); in GenerateCastOrCopyOrPassthrough() local
3460 auto* from_type = TypeOf(expr->expr)->UnwrapRef(); in GenerateBitcastExpression() local
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3228 auto from_type = node->getBasicType(); in integerCheck() local
7214 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/third_party/python/Objects/
Dunicodeobject.c190 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument