Home
last modified time | relevance | path

Searched defs:bool_type (Results 1 – 10 of 10) 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/mesa3d/src/compiler/glsl/
Dir_expression_operation.py85 bool_type = type("bool", "b", "GLSL_TYPE_BOOL") variable
/external/flatbuffers/src/
Didl_gen_general.cpp53 std::string bool_type; member