Searched refs:INT_TYPE (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 37 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 D | hex_float.h | 918 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 D | glslang_tab.h | 64 INT_TYPE = 267, enumerator
|
H A D | glslang_tab.cpp | 151 INT_TYPE = 267, enumerator 745 "CONST_QUAL", "BOOL_TYPE", "FLOAT_TYPE", "INT_TYPE", "UINT_TYPE",
|
H A D | glslang.y | 161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 1089 | INT_TYPE {
|
H A D | glslang_lex.cpp | 1758 { context->lexAfterType = true; return(INT_TYPE); }
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.h | 67 INT_TYPE = 268, enumerator
|
H A D | glslang.y | 162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 1016 | INT_TYPE {
|
H A D | glslang_tab_autogen.cpp | 156 INT_TYPE = 268, enumerator 786 "INT_TYPE",
|
H A D | glslang_lex_autogen.cpp | 1403 YY_RULE_SETUP { return INT_TYPE; }
|
/third_party/python/Objects/ |
H A D | longobject.c | 326 #define PYLONG_FROM_UINT(INT_TYPE, ival) \ 333 INT_TYPE t = (ival); \
|
Completed in 34 milliseconds