Searched defs:is_int (Results 1 – 14 of 14) sorted by relevance
56 template<typename T> struct is_int { enum { value = false }; }; struct57 template<> struct is_int<int> { enum { value = true }; }; struct
72 virtual bool is_int() const { return false; } in is_int() function96 bool is_int() const { return true; } in is_int() function
185 def is_int(self): member in Format
193 def is_int(self): member in Format
368 def is_int(self): member in Format
2441 bool is_int = _mesa_is_enum_format_integer(internalFormat); in copytexture_error_check() local
697 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state() local
600 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state() local
731 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state() local
93 static const bool is_int = NumTraits<CustomIndices>::IsInteger; member
1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld() local1249 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st() local
1396 def is_int(s): function
81 static inline bool is_int(float x) { in is_int() function
1274 static inline bool is_int(float x) { in is_int() function