Home
last modified time | relevance | path

Searched refs:bool_type (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/boost/boost/spirit/home/x3/numeric/
Dbool.hpp107 typedef bool_parser<bool, char_encoding::standard> bool_type; typedef
108 constexpr bool_type bool_ = {};
120 typedef bool_parser<bool, char_encoding::standard_wide> bool_type; typedef
121 constexpr bool_type bool_ = {};
133 typedef bool_parser<bool, char_encoding::ascii> bool_type; typedef
134 constexpr bool_type bool_ = {};
145 typedef bool_parser<bool, char_encoding::iso8859_1> bool_type; typedef
146 constexpr bool_type bool_ = {};
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py88 bool_type = type("bool", "b", "GLSL_TYPE_BOOL") variable
90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_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 …
440 …operation("b2f", 1, source_types=(bool_type,), dest_type=float_type, c_expression="{src0} ? 1.0F :…
442 …operation("b2f16", 1, source_types=(bool_type,), dest_type=float_type, c_expression="{src0} ? 1.0F…
444 …operation("i2b", 1, source_types=(uint_type, int_type), dest_type=bool_type, c_expression="{src0} …
446 … operation("b2i", 1, source_types=(bool_type,), dest_type=int_type, c_expression="{src0} ? 1 : 0"),
478 …operation("d2b", 1, source_types=(double_type,), dest_type=bool_type, c_expression="{src0} != 0.0"…
480 …operation("f162b", 1, source_types=(float_type,), dest_type=bool_type, c_expression="{src0} != 0.0…
[all …]
Dlower_if_to_cond_assign.cpp200 glsl_type::bool_type, in move_block_to_cond_assign()
209 glsl_type::bool_type, in move_block_to_cond_assign()
282 new(mem_ctx) ir_variable(glsl_type::bool_type, in visit_leave()
309 new(mem_ctx) ir_variable(glsl_type::bool_type, in visit_leave()
Dloop_analysis.cpp134 ? new(mem_ctx) ir_expression(op, glsl_type::bool_type, to, first_value) in calculate_iterations()
135 : new(mem_ctx) ir_expression(op, glsl_type::bool_type, first_value, to); in calculate_iterations()
200 ? new(mem_ctx) ir_expression(op, glsl_type::bool_type, to, add) in calculate_iterations()
201 : new(mem_ctx) ir_expression(op, glsl_type::bool_type, add, to); in calculate_iterations()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl41 GLM_FUNC_QUALIFIER typename tvec1<T, P>::bool_type isdenormal
48 return typename tvec1<T, P>::bool_type(
53 GLM_FUNC_QUALIFIER typename tvec2<T, P>::bool_type isdenormal
60 return typename tvec2<T, P>::bool_type(
66 GLM_FUNC_QUALIFIER typename tvec3<T, P>::bool_type isdenormal
73 return typename tvec3<T, P>::bool_type(
80 GLM_FUNC_QUALIFIER typename tvec4<T, P>::bool_type isdenormal
87 return typename tvec4<T, P>::bool_type(
Dcommon.hpp40 GLM_FUNC_DECL typename genType::bool_type isdenormal(genType const & x);
/third_party/boost/boost/spirit/home/classic/core/
Dsafe_bool.hpp43 typedef typename impl_t::type bool_type; typedef
46 operator bool_type() const in operator bool_type()
52 operator bool_type() in operator bool_type()
/third_party/boost/boost/thread/
Dlock_types.hpp456 typedef void (unique_lock::*bool_type)(); typedef in boost::unique_lock
457 operator bool_type() const BOOST_NOEXCEPT in operator bool_type()
735 typedef void (shared_lock<Mutex>::*bool_type)(); typedef in boost::shared_lock
736 operator bool_type() const BOOST_NOEXCEPT in operator bool_type()
1008 typedef void (upgrade_lock::*bool_type)(); typedef in boost::upgrade_lock
1009 operator bool_type() const BOOST_NOEXCEPT in operator bool_type()
1095 typedef void (upgrade_to_unique_lock::*bool_type)(upgrade_to_unique_lock&); typedef in boost::upgrade_to_unique_lock
1096 operator bool_type() const BOOST_NOEXCEPT in operator bool_type()
1204 typedef typename base::bool_type bool_type; typedef in boost::detail::try_lock_wrapper
1205 operator bool_type() const in operator bool_type()
[all …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_type_boolean.cpp38 opt::analysis::Bool bool_type; in IsApplicable() local
39 return ir_context->get_type_mgr()->GetId(&bool_type) == 0; in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_type_boolean.cpp38 opt::analysis::Bool bool_type; in IsApplicable() local
39 return ir_context->get_type_mgr()->GetId(&bool_type) == 0; in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_boolean.cpp38 opt::analysis::Bool bool_type; in IsApplicable() local
39 return ir_context->get_type_mgr()->GetId(&bool_type) == 0; in IsApplicable()
/third_party/boost/boost/xpressive/detail/core/
Dsub_match_vector.hpp64 typedef int dummy::*bool_type; typedef
132 operator bool_type() const in operator bool_type()
/third_party/boost/boost/python/
Dhandle.hpp64 typedef T* (handle::* bool_type )() const; typedef in boost::python::handle
115 operator bool_type() const // never throws in operator bool_type()
/third_party/boost/libs/python/doc/reference/
Dhandle.qbk16 typedef unspecified-member-function-pointer bool_type;
58 operator bool_type() const; // never throws
165 operator bool_type() const; // never throws
/third_party/boost/boost/chrono/io/utility/
Dios_base_state_ptr.hpp187 typedef T* (ios_state_ptr::*bool_type)(); typedef in boost::chrono::ios_state_ptr
188 operator bool_type() const BOOST_NOEXCEPT in operator bool_type()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmerge_return_pass.cpp502 analysis::Bool bool_type; in BreakFromConstruct() local
503 uint32_t bool_id = context()->get_type_mgr()->GetId(&bool_type); in BreakFromConstruct()
541 const analysis::Bool* bool_type = in RecordReturned() local
546 const_mgr->GetConstant(bool_type, {true}); in RecordReturned()
619 analysis::Bool* bool_type = type_mgr->GetType(bool_id)->AsBool(); in AddReturnFlag() local
622 const_mgr->GetConstant(bool_type, {false}); in AddReturnFlag()
Dtype_manager.h191 Bool bool_type; in GetBoolType() local
192 return GetRegisteredType(&bool_type); in GetBoolType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp502 analysis::Bool bool_type; in BreakFromConstruct() local
503 uint32_t bool_id = context()->get_type_mgr()->GetId(&bool_type); in BreakFromConstruct()
541 const analysis::Bool* bool_type = in RecordReturned() local
546 const_mgr->GetConstant(bool_type, {true}); in RecordReturned()
619 analysis::Bool* bool_type = type_mgr->GetType(bool_id)->AsBool(); in AddReturnFlag() local
622 const_mgr->GetConstant(bool_type, {false}); in AddReturnFlag()
Dtype_manager.h198 Bool bool_type; in GetBoolType() local
199 return GetRegisteredType(&bool_type); in GetBoolType()
/third_party/spirv-tools/source/opt/
Dmerge_return_pass.cpp500 analysis::Bool bool_type; in BreakFromConstruct() local
501 uint32_t bool_id = context()->get_type_mgr()->GetId(&bool_type); in BreakFromConstruct()
539 const analysis::Bool* bool_type = in RecordReturned() local
544 const_mgr->GetConstant(bool_type, {true}); in RecordReturned()
617 analysis::Bool* bool_type = type_mgr->GetType(bool_id)->AsBool(); in AddReturnFlag() local
620 const_mgr->GetConstant(bool_type, {false}); in AddReturnFlag()
Dtype_manager.h191 Bool bool_type; in GetBoolType() local
192 return GetRegisteredType(&bool_type); in GetBoolType()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp33 typedef TYPE<bool> bool_type; typedef
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp195 const opt::analysis::Bool* bool_type = in ChangeLoopToSelection() local
198 auto true_const = const_mgr->GetConstant(bool_type, {1}); in ChangeLoopToSelection()
/third_party/spirv-tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp198 const opt::analysis::Bool* bool_type = in ChangeLoopToSelection() local
201 auto true_const = const_mgr->GetConstant(bool_type, {1}); in ChangeLoopToSelection()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp195 const opt::analysis::Bool* bool_type = in ChangeLoopToSelection() local
198 auto true_const = const_mgr->GetConstant(bool_type, {1}); in ChangeLoopToSelection()

1234