Home
last modified time | relevance | path

Searched refs:INT_TYPE (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp37 template <typename INT_TYPE>
38 static void expand_bits(INT_TYPE* dst, in expand_bits()
47 INT_TYPE* d = dst; in expand_bits()
51 *d++ = (mask & (1 << x)) ? (INT_TYPE)(~0UL) : 0; in expand_bits()
54 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
/third_party/spirv-tools/source/util/
H A Dhex_float.h918 template <typename INT_TYPE>
919 bool saturated_inc(INT_TYPE& value) { in saturated_inc()
920 if (value == std::numeric_limits<INT_TYPE>::max()) { in saturated_inc()
930 template <typename INT_TYPE>
931 bool saturated_dec(INT_TYPE& value) { in saturated_dec()
932 if (value == std::numeric_limits<INT_TYPE>::min()) { in saturated_dec()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h64 INT_TYPE = 267, enumerator
H A Dglslang_tab.cpp151 INT_TYPE = 267, enumerator
745 "CONST_QUAL", "BOOL_TYPE", "FLOAT_TYPE", "INT_TYPE", "UINT_TYPE",
H A Dglslang.y161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
1089 | INT_TYPE {
H A Dglslang_lex.cpp1758 { context->lexAfterType = true; return(INT_TYPE); }
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h67 INT_TYPE = 268, enumerator
H A Dglslang.y162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
1016 | INT_TYPE {
H A Dglslang_tab_autogen.cpp156 INT_TYPE = 268, enumerator
786 "INT_TYPE",
H A Dglslang_lex_autogen.cpp1403 YY_RULE_SETUP { return INT_TYPE; }
/third_party/python/Objects/
H A Dlongobject.c326 #define PYLONG_FROM_UINT(INT_TYPE, ival) \
333 INT_TYPE t = (ival); \

Completed in 34 milliseconds