Home
last modified time | relevance | path

Searched defs:is_int (Results 1 – 16 of 16) 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 }; }; argument
/external/mesa3d/src/compiler/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/libchrome/base/
Dvalues.h119 bool is_int() const { return type() == Type::INTEGER; } in is_int() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py185 def is_int(self): member in Format
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py193 def is_int(self): member in Format
/external/mesa3d/src/mesa/main/
Dformat_parser.py368 def is_int(self): member in Format
Dteximage.c2441 bool is_int = _mesa_is_enum_format_integer(internalFormat); in copytexture_error_check() local
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c697 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c600 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c731 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h93 static const bool is_int = NumTraits<CustomIndices>::IsInteger; member
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld() local
1249 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st() local
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1396 def is_int(s): function
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1408 def is_int(s): function
/external/skia/src/core/
DSkDevice.cpp83 static inline bool is_int(float x) { in is_int() function
/external/skqp/src/core/
DSkDevice.cpp82 static inline bool is_int(float x) { in is_int() function