Home
last modified time | relevance | path

Searched defs:is_int (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
Doverload-candidates.cpp56 template<typename T> struct is_int { enum { value = false }; }; argument
57 template<> struct is_int<int> { enum { value = true }; }; struct
/external/mesa3d/src/glsl/
Ds_expression.h72 virtual bool is_int() const { return false; } in is_int() function
96 bool is_int() const { return true; } in is_int() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py171 def is_int(self): member in Format
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1082 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld() local
1182 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st() local