Home
last modified time | relevance | path

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

123

/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 …]
/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/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()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp266 opt::analysis::Bool bool_type; in ApplyWithResult() local
272 ir_context->get_type_mgr()->GetId(&bool_type), in ApplyWithResult()
Dtransformation_add_function.cpp470 opt::analysis::Bool bool_type; in TryToAddLoopLimiters() local
471 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToAddLoopLimiters()
847 opt::analysis::Bool bool_type; in TryToClampAccessChainIndices() local
848 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToClampAccessChainIndices()
/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()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp266 opt::analysis::Bool bool_type; in ApplyWithResult() local
272 ir_context->get_type_mgr()->GetId(&bool_type), in ApplyWithResult()
Dtransformation_add_function.cpp470 opt::analysis::Bool bool_type; in TryToAddLoopLimiters() local
471 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToAddLoopLimiters()
847 opt::analysis::Bool bool_type; in TryToClampAccessChainIndices() local
848 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToClampAccessChainIndices()
/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()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp266 opt::analysis::Bool bool_type; in ApplyWithResult() local
272 ir_context->get_type_mgr()->GetId(&bool_type), in ApplyWithResult()
Dtransformation_add_function.cpp470 opt::analysis::Bool bool_type; in TryToAddLoopLimiters() local
471 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToAddLoopLimiters()
847 opt::analysis::Bool bool_type; in TryToClampAccessChainIndices() local
848 uint32_t bool_type_id = ir_context->get_type_mgr()->GetId(&bool_type); in TryToClampAccessChainIndices()
/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()
Dir_builder.h307 analysis::Bool bool_type; in AddULessThan() local
308 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddULessThan()
321 analysis::Bool bool_type; in AddSLessThan() local
322 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddSLessThan()
/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()
Dir_builder.h307 analysis::Bool bool_type; in AddULessThan() local
308 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddULessThan()
321 analysis::Bool bool_type; in AddSLessThan() local
322 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddSLessThan()
/third_party/spirv-tools/source/opt/
Dmerge_return_pass.cpp503 analysis::Bool bool_type; in BreakFromConstruct() local
504 uint32_t bool_id = context()->get_type_mgr()->GetId(&bool_type); in BreakFromConstruct()
542 const analysis::Bool* bool_type = in RecordReturned() local
547 const_mgr->GetConstant(bool_type, {true}); in RecordReturned()
620 analysis::Bool* bool_type = type_mgr->GetType(bool_id)->AsBool(); in AddReturnFlag() local
623 const_mgr->GetConstant(bool_type, {false}); in AddReturnFlag()
Dtype_manager.h198 Bool bool_type; in GetBoolType() local
199 return GetRegisteredType(&bool_type); in GetBoolType()
Dir_builder.h307 analysis::Bool bool_type; in AddULessThan() local
308 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddULessThan()
321 analysis::Bool bool_type; in AddSLessThan() local
322 uint32_t type = GetContext()->get_type_mgr()->GetId(&bool_type); in AddSLessThan()
/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()
/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/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()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp33 typedef TYPE<bool> bool_type; typedef

123