HomeSort by relevance Sort by last modified time
    Searched defs:bool_type (Results 1 - 19 of 19) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
type_vec1.hpp 55 typedef tvec1<bool, P> bool_type; typedef in struct:glm::detail::tvec1
type_vec2.hpp 55 typedef tvec2<bool, P> bool_type; typedef in struct:glm::detail::tvec2
type_vec3.hpp 55 typedef tvec3<bool, P> bool_type; typedef in struct:glm::detail::tvec3
type_gentype.hpp 59 typedef TYPE<bool> bool_type; typedef in struct:glm::detail::genType
113 typedef base<bool, colT, rowT> bool_type;
type_vec4.hpp 56 typedef tvec4<bool, P> bool_type; typedef in struct:glm::detail::tvec4
  /external/vulkan-validation-layers/libs/glm/gtc/
quaternion.hpp 62 typedef tvec4<bool, P> bool_type; typedef in struct:glm::detail::tquat
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_vec1.hpp 55 typedef tvec1<bool, P> bool_type; typedef in struct:glm::detail::tvec1
type_vec2.hpp 55 typedef tvec2<bool, P> bool_type; typedef in struct:glm::detail::tvec2
type_vec3.hpp 55 typedef tvec3<bool, P> bool_type; typedef in struct:glm::detail::tvec3
type_gentype.hpp 59 typedef TYPE<bool> bool_type; typedef in struct:glm::detail::genType
113 typedef base<bool, colT, rowT> bool_type;
type_vec4.hpp 56 typedef tvec4<bool, P> bool_type; typedef in struct:glm::detail::tvec4
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
quaternion.hpp 62 typedef tvec4<bool, P> bool_type; typedef in struct:glm::detail::tquat
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_quat.hpp 79 typedef tquat<bool, defaultp> bool_type; typedef
simd_vec4.hpp 98 typedef tvec4<bool, highp> bool_type; typedef
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_quat.hpp 79 typedef tquat<bool, defaultp> bool_type; typedef
simd_vec4.hpp 98 typedef tvec4<bool, highp> bool_type; typedef
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 85 bool_type = type("bool", "b", "GLSL_TYPE_BOOL") variable
87 all_types = (uint_type, int_type, float_type, double_type, bool_type)
419 operation("logic_not", 1, printable_name="!", source_types=(bool_type,), c_expression="!{src0}"),
438 operation("f2b", 1, source_types=(float_type,), dest_type=bool_type, c_expression="{src0} != 0.0F ? true : false"),
440 operation("b2f", 1, source_types=(bool_type,), dest_type=float_type, c_expression="{src0} ? 1.0F : 0.0F"),
442 operation("i2b", 1, source_types=integer_types, dest_type=bool_type, c_expression="{src0} ? true : false"),
444 operation("b2i", 1, source_types=(bool_type,), dest_type=int_type, c_expression="{src0} ? 1 : 0"),
464 operation("d2b", 1, source_types=(double_type,), dest_type=bool_type, c_expression="{src0} != 0.0"),
568 operation("less", 2, printable_name="<", source_types=numeric_types, dest_type=bool_type, c_expression="{src0} < {src1}"),
569 operation("greater", 2, printable_name=">", source_types=numeric_types, dest_type=bool_type, c_expression="{src0} > {src1}")
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 199 bfd_boolean (*bool_type) (void *, unsigned int); member in struct:debug_write_fns
  /external/flatbuffers/src/
idl_gen_general.cpp 53 std::string bool_type; member in struct:flatbuffers::LanguageParameters
849 code += lang_.bool_type + struct_def.name;
    [all...]

Completed in 780 milliseconds