Home
last modified time | relevance | path

Searched defs:bool_type (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.hpp62 typedef tvec4<bool, P> bool_type; typedef
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec1.hpp55 typedef tvec1<bool, P> bool_type; typedef
Dtype_gentype.hpp59 typedef TYPE<bool> bool_type; typedef
Dtype_vec2.hpp55 typedef tvec2<bool, P> bool_type; typedef
Dtype_vec3.hpp55 typedef tvec3<bool, P> bool_type; typedef
Dtype_vec4.hpp56 typedef tvec4<bool, P> bool_type; typedef
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.hpp79 typedef tquat<bool, defaultp> bool_type; typedef
Dsimd_vec4.hpp98 typedef tvec4<bool, highp> bool_type; typedef
/external/v8/src/runtime/
Druntime-simd.cc245 #define SIMD_RELATIONAL_OP(type, bool_type, lane_count, a, b, op, result) \ argument
647 #define SIMD_EQUAL_FUNCTION(type, bool_type, lane_count) \ argument
654 #define SIMD_NOT_EQUAL_FUNCTION(type, bool_type, lane_count) \ argument
664 #define SIMD_LESS_THAN_FUNCTION(type, bool_type, lane_count) \ argument
671 #define SIMD_LESS_THAN_OR_EQUAL_FUNCTION(type, bool_type, lane_count) \ argument
678 #define SIMD_GREATER_THAN_FUNCTION(type, bool_type, lane_count) \ argument
685 #define SIMD_GREATER_THAN_OR_EQUAL_FUNCTION(type, bool_type, lane_count) \ argument
766 #define SIMD_SELECT_FUNCTION(type, lane_type, bool_type, lane_count) \ argument
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.hpp454 typedef void (Stream::*bool_type)() const; typedef in cv::cuda::Stream
/external/mesa3d/src/glsl/
Dglsl_types.h166 static const glsl_type *const bool_type; member