Searched defs:to_type (Results 1 – 6 of 6) sorted by relevance
140 const glsl_type *to_type; in get_parameter_match_type() local
521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local587 glw::GLenum to_type = GL_NONE; in iterate() local
97 uint8_t to_type; /* See enum tmpfs_objtype_e */ member
1496 const sem::Type* to_type, in GenerateCastOrCopyOrPassthrough()3459 auto* to_type = TypeOf(expr)->UnwrapRef(); in GenerateBitcastExpression() local
2643 const Type* to_type = type->parameter_types()[current]; in GeneratePointerCall() local2788 const Type* to_type = (current >= callable->signature().types().size()) in GenerateCall() local3118 const Type* to_type = getter->signature().types()[arg_count++]; in GenerateCall() local
187 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument