Searched defs:bool_type (Results 1 – 11 of 11) sorted by relevance
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | quaternion.hpp | 62 typedef tvec4<bool, P> bool_type; typedef
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_vec1.hpp | 55 typedef tvec1<bool, P> bool_type; typedef
|
D | type_gentype.hpp | 59 typedef TYPE<bool> bool_type; typedef
|
D | type_vec2.hpp | 55 typedef tvec2<bool, P> bool_type; typedef
|
D | type_vec3.hpp | 55 typedef tvec3<bool, P> bool_type; typedef
|
D | type_vec4.hpp | 56 typedef tvec4<bool, P> bool_type; typedef
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.hpp | 79 typedef tquat<bool, defaultp> bool_type; typedef
|
D | simd_vec4.hpp | 98 typedef tvec4<bool, highp> bool_type; typedef
|
/external/v8/src/runtime/ |
D | runtime-simd.cc | 245 #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/ |
D | cuda.hpp | 454 typedef void (Stream::*bool_type)() const; typedef in cv::cuda::Stream
|
/external/mesa3d/src/glsl/ |
D | glsl_types.h | 166 static const glsl_type *const bool_type; member
|