HomeSort by relevance Sort by last modified time
    Searched full:bool_type (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_vector_relational.inl 31 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThan
42 // return typename detail::tvec2<bool>::bool_type(x.x < y.x, x.y < y.y);
46 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThan
57 // return typename detail::tvec3<bool>::bool_type(x.x < y.x, x.y < y.y, x.z < y.z);
61 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type lessThan
72 // return typename detail::tvec4<bool>::bool_type(x.x < y.x, x.y < y.y, x.z < y.z, x.w < y.w);
77 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThanEqual
88 // return typename detail::tvec2<bool>::bool_type(x.x <= y.x, x.y <= y.y);
92 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThanEqual
103 // return typename detail::tvec3<bool>::bool_type(x.x <= y.x, x.y <= y.y, x.z <= y.z)
    [all...]
func_vector_relational.inl 34 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type lessThan
44 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
52 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type lessThanEqual
62 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
69 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type greaterThan
79 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
86 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type greaterThanEqual
96 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
103 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type equal
111 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null)
    [all...]
func_vector_relational.hpp 62 //GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThan(vecType<T, P> const & x, vecType<T, P> const & y);
71 GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
80 GLM_FUNC_DECL typename vecType<T, P>::bool_type greaterThan(vecType<T, P> const & x, vecType<T, P> const & y);
89 GLM_FUNC_DECL typename vecType<T, P>::bool_type greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
99 //GLM_FUNC_DECL typename vecType<T, P>::bool_type equal(vecType<T, P> const & x, vecType<T, P> const & y);
108 GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> const & y);
func_common.inl 732 GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type isnan
741 return typename detail::tvec2<T, P>::bool_type(
747 GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type isnan
756 return typename detail::tvec3<T, P>::bool_type(
763 GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type isnan
772 return typename detail::tvec4<T, P>::bool_type(
804 GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type isinf
813 return typename detail::tvec2<T, P>::bool_type(
819 GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type isinf
828 return typename detail::tvec3<T, P>::bool_type(
    [all...]
type_gentype.hpp 59 typedef TYPE<bool> bool_type; typedef in struct:glm::detail::genType
113 typedef base<bool, colT, rowT> bool_type;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
intrinsic_vector_relational.inl 31 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThan
42 // return typename detail::tvec2<bool>::bool_type(x.x < y.x, x.y < y.y);
46 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThan
57 // return typename detail::tvec3<bool>::bool_type(x.x < y.x, x.y < y.y, x.z < y.z);
61 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type lessThan
72 // return typename detail::tvec4<bool>::bool_type(x.x < y.x, x.y < y.y, x.z < y.z, x.w < y.w);
77 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThanEqual
88 // return typename detail::tvec2<bool>::bool_type(x.x <= y.x, x.y <= y.y);
92 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThanEqual
103 // return typename detail::tvec3<bool>::bool_type(x.x <= y.x, x.y <= y.y, x.z <= y.z)
    [all...]
func_vector_relational.inl 34 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type lessThan
44 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
52 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type lessThanEqual
62 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
69 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type greaterThan
79 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
86 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type greaterThanEqual
96 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null);
103 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type equal
111 typename vecType<bool, P>::bool_type Result(vecType<bool, P>::_null)
    [all...]
func_vector_relational.hpp 62 //GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThan(vecType<T, P> const & x, vecType<T, P> const & y);
71 GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
80 GLM_FUNC_DECL typename vecType<T, P>::bool_type greaterThan(vecType<T, P> const & x, vecType<T, P> const & y);
89 GLM_FUNC_DECL typename vecType<T, P>::bool_type greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
99 //GLM_FUNC_DECL typename vecType<T, P>::bool_type equal(vecType<T, P> const & x, vecType<T, P> const & y);
108 GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> const & y);
func_common.inl 732 GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type isnan
741 return typename detail::tvec2<T, P>::bool_type(
747 GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type isnan
756 return typename detail::tvec3<T, P>::bool_type(
763 GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type isnan
772 return typename detail::tvec4<T, P>::bool_type(
804 GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type isinf
813 return typename detail::tvec2<T, P>::bool_type(
819 GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type isinf
828 return typename detail::tvec3<T, P>::bool_type(
    [all...]
type_gentype.hpp 59 typedef TYPE<bool> bool_type; typedef in struct:glm::detail::genType
113 typedef base<bool, colT, rowT> bool_type;
  /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...]
lower_if_to_cond_assign.cpp 196 glsl_type::bool_type,
205 glsl_type::bool_type,
279 new(mem_ctx) ir_variable(glsl_type::bool_type,
306 new(mem_ctx) ir_variable(glsl_type::bool_type,
lower_discard_flow.cpp 145 ir_variable *var = new(mem_ctx) ir_variable(glsl_type::bool_type,
lower_vector_insert.cpp 120 factory.make_temp(glsl_type::bool_type, "index_condition");
loop_controls.cpp 153 new(mem_ctx) ir_expression(op, glsl_type::bool_type, add, to);
lower_discard.cpp 178 ir_variable *temp = new(mem_ctx) ir_variable(glsl_type::bool_type,
ir_validate.cpp 141 if (ir->condition && ir->condition->type != glsl_type::bool_type) {
155 if (ir->condition->type != glsl_type::bool_type) {
471 assert(ir->type == glsl_type::bool_type);
472 assert(ir->operands[0]->type == glsl_type::bool_type);
534 assert(ir->type == glsl_type::bool_type);
lower_jumps.cpp 191 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
202 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
231 this->return_flag = new(this->signature) ir_variable(glsl_type::bool_type, "return_flag", ir_var_temporary);
    [all...]
  /external/mesa3d/src/compiler/
nir_types.cpp 294 return glsl_type::bool_type;
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 62 BOOL_TYPE = 265,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]
  /toolchain/binutils/binutils-2.27/include/
gcc-c-fe.def 145 GCC_METHOD0 (gcc_type, bool_type)
  /external/python/cpython2/Modules/_ctypes/
cfield.c 725 #define BOOL_TYPE _Bool
727 #define BOOL_TYPE char
739 *(BOOL_TYPE *)ptr = 0;
742 *(BOOL_TYPE *)ptr = 1;
750 return PyBool_FromLong((long)*(BOOL_TYPE *)ptr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]
  /external/python/cpython2/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]

Completed in 985 milliseconds

1 2 3