Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 25 of 1501) sorted by relevance

12345678910>>...61

/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dcolorconversions.hxx423 component_type max_; in Get()
541 component_type max_; in Get()
658 component_type max_; in Get()
1796 component_type max_; in Get()
1823 component_type max_; in Get()
1967 component_type max_; in Get()
1994 component_type max_; in Get()
2138 component_type max_; in Get()
2165 component_type max_; in Get()
2299 component_type max_; in Get()
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dcolorconversions.hxx580 component_type max_;
708 component_type max_;
843 component_type max_;
929 component_type max_;
967 component_type max_;
1050 component_type max_;
2203 component_type max_;
2230 component_type max_;
2386 component_type max_;
2413 component_type max_;
[all …]
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/ui_components/
H A Ddialogs.py10 component_type = "dialog" variable in Dialog
16 component_type = "add_cards_dialog" variable in AddCardsDialog
26 component_type = "edit_card_dialog" variable in EditCardDialog
39 component_type = "browse_cards_dialog" variable in BrowseCardsDialog
54 component_type = "statistics_dialog" variable in StatisticsDialog
64 component_type = "sync_dialog" variable in SyncDialog
74 component_type = "tip_dialog" variable in TipDialog
79 component_type = "about_dialog" variable in AboutDialog
84 component_type = "import_dialog" variable in ImportDialog
89 component_type = "export_dialog" variable in ExportDialog
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dcomponent_type.hpp89 HPX_EXPORT bool& enabled(component_type type);
100 inline component_type get_base_type(component_type t) in get_base_type()
102 return component_type(t & 0x3FF); in get_base_type()
106 inline component_type get_derived_type(component_type t) in get_derived_type()
108 return component_type((t >> 10) & 0x3FF); in get_derived_type()
113 inline component_type
114 derived_component_type(component_type derived, component_type base) in derived_component_type()
116 return component_type(derived << 10 | base); in derived_component_type()
120 inline bool types_are_compatible(component_type lhs, component_type rhs) in types_are_compatible()
130 component_type lhs_base = get_base_type(lhs); in types_are_compatible()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_fixed_containers.cpp43 vec1 v1( static_cast<component_type>(122.0) ); in test_vector()
52 vec3 v1(static_cast<component_type>(0.0), in test_vector()
53 static_cast<component_type>(0.0), in test_vector()
54 static_cast<component_type>(0.0)); in test_vector()
70 v2( 0 ) = static_cast<component_type>(10.0); in test_vector()
84 vec3 v3{ static_cast<component_type>(-90.0), in test_vector()
85 static_cast<component_type>(-90.0), in test_vector()
94 vec3 v5( static_cast<component_type>(-90.0), in test_vector()
95 static_cast<component_type>(-90.0), in test_vector()
99 vec3 v6( static_cast<component_type>(5.0), in test_vector()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_fixed_containers.cpp43 vec1 v1( static_cast<component_type>(122.0) ); in test_vector()
52 vec3 v1(static_cast<component_type>(0.0), in test_vector()
53 static_cast<component_type>(0.0), in test_vector()
54 static_cast<component_type>(0.0)); in test_vector()
70 v2( 0 ) = static_cast<component_type>(10.0); in test_vector()
84 vec3 v3{ static_cast<component_type>(-90.0), in test_vector()
85 static_cast<component_type>(-90.0), in test_vector()
94 vec3 v5( static_cast<component_type>(-90.0), in test_vector()
95 static_cast<component_type>(-90.0), in test_vector()
99 vec3 v6( static_cast<component_type>(5.0), in test_vector()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/
H A Dtest_fixed_containers.cpp43 vec1 v1( static_cast<component_type>(122.0) ); in test_vector()
52 vec3 v1(static_cast<component_type>(0.0), in test_vector()
53 static_cast<component_type>(0.0), in test_vector()
54 static_cast<component_type>(0.0)); in test_vector()
70 v2( 0 ) = static_cast<component_type>(10.0); in test_vector()
84 vec3 v3{ static_cast<component_type>(-90.0), in test_vector()
85 static_cast<component_type>(-90.0), in test_vector()
94 vec3 v5( static_cast<component_type>(-90.0), in test_vector()
95 static_cast<component_type>(-90.0), in test_vector()
99 vec3 v6( static_cast<component_type>(5.0), in test_vector()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_fixed_containers.cpp43 vec1 v1( static_cast<component_type>(122.0) ); in test_vector()
52 vec3 v1(static_cast<component_type>(0.0), in test_vector()
53 static_cast<component_type>(0.0), in test_vector()
54 static_cast<component_type>(0.0)); in test_vector()
70 v2( 0 ) = static_cast<component_type>(10.0); in test_vector()
84 vec3 v3{ static_cast<component_type>(-90.0), in test_vector()
85 static_cast<component_type>(-90.0), in test_vector()
94 vec3 v5( static_cast<component_type>(-90.0), in test_vector()
95 static_cast<component_type>(-90.0), in test_vector()
99 vec3 v6( static_cast<component_type>(5.0), in test_vector()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/
H A Dtest_fixed_containers.cpp43 vec1 v1( static_cast<component_type>(122.0) ); in test_vector()
52 vec3 v1(static_cast<component_type>(0.0), in test_vector()
53 static_cast<component_type>(0.0), in test_vector()
54 static_cast<component_type>(0.0)); in test_vector()
70 v2( 0 ) = static_cast<component_type>(10.0); in test_vector()
84 vec3 v3{ static_cast<component_type>(-90.0), in test_vector()
85 static_cast<component_type>(-90.0), in test_vector()
94 vec3 v5( static_cast<component_type>(-90.0), in test_vector()
95 static_cast<component_type>(-90.0), in test_vector()
99 vec3 v6( static_cast<component_type>(5.0), in test_vector()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations_keys.cc77 component_type(NodeType::UNDEFINED), in OperationKey()
87 component_type(component_type), in OperationKey()
98 component_type(component_type), in OperationKey()
106 OperationKey::OperationKey(ID *id, NodeType component_type, OperationCode opcode) in OperationKey() argument
108 component_type(component_type), in OperationKey()
117 NodeType component_type, in OperationKey() argument
121 component_type(component_type), in OperationKey()
132 component_type(component_type), in OperationKey()
141 NodeType component_type, in OperationKey() argument
147 component_type(component_type), in OperationKey()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-bitmap-packing.h39 #define UNPACK_1(b) ((b) * ((1 << (sizeof (component_type) * 8)) - 1))
53 component_type *dst, in G_PASTE()
69 component_type *dst, in G_PASTE()
78 component_type v = UNPACK_BYTE (src[0]); in G_PASTE()
90 component_type *dst, in G_PASTE()
106 component_type *dst, in G_PASTE()
122 component_type *dst, in G_PASTE()
344 component_type *dst, in G_PASTE()
435 ((1 << (sizeof (component_type) * 8)) - 1))
468 component_type v = (src[0] + src[1] + src[2]) / 3; in G_PASTE()
[all …]
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dhdlr.c32 hdlr->component_type[0] = 'm'; in quicktime_hdlr_init()
33 hdlr->component_type[1] = 'h'; in quicktime_hdlr_init()
34 hdlr->component_type[2] = 'l'; in quicktime_hdlr_init()
35 hdlr->component_type[3] = 'r'; in quicktime_hdlr_init()
171 hdlr->component_type[0] = 'd'; in quicktime_hdlr_init_data()
172 hdlr->component_type[1] = 'h'; in quicktime_hdlr_init_data()
173 hdlr->component_type[2] = 'l'; in quicktime_hdlr_init_data()
174 hdlr->component_type[3] = 'r'; in quicktime_hdlr_init_data()
191 …mponent_type %c%c%c%c\n", hdlr->component_type[0], hdlr->component_type[1], hdlr->component_type[2… in quicktime_hdlr_dump()
208 if(!hdlr->component_type[0] && !hdlr->component_type[1] && in quicktime_read_hdlr()
[all …]
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dhdlr.c32 hdlr->component_type[0] = 'm'; in quicktime_hdlr_init()
33 hdlr->component_type[1] = 'h'; in quicktime_hdlr_init()
34 hdlr->component_type[2] = 'l'; in quicktime_hdlr_init()
35 hdlr->component_type[3] = 'r'; in quicktime_hdlr_init()
171 hdlr->component_type[0] = 'd'; in quicktime_hdlr_init_data()
172 hdlr->component_type[1] = 'h'; in quicktime_hdlr_init_data()
173 hdlr->component_type[2] = 'l'; in quicktime_hdlr_init_data()
174 hdlr->component_type[3] = 'r'; in quicktime_hdlr_init_data()
191 …mponent_type %c%c%c%c\n", hdlr->component_type[0], hdlr->component_type[1], hdlr->component_type[2… in quicktime_hdlr_dump()
208 if(!hdlr->component_type[0] && !hdlr->component_type[1] && in quicktime_read_hdlr()
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-bitmap-packing.h39 #define UNPACK_1(b) ((b) * ((1 << (sizeof (component_type) * 8)) - 1))
53 component_type *dst, in G_PASTE()
69 component_type *dst, in G_PASTE()
78 component_type v = UNPACK_BYTE (src[0]); in G_PASTE()
90 component_type *dst, in G_PASTE()
106 component_type *dst, in G_PASTE()
122 component_type *dst, in G_PASTE()
336 component_type *dst, in G_PASTE()
413 ((1 << (sizeof (component_type) * 8)) - 1))
446 component_type v = (src[0] + src[1] + src[2]) / 3; in G_PASTE()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-bitmap-packing.h39 #define UNPACK_1(b) ((b) * ((1 << (sizeof (component_type) * 8)) - 1))
53 component_type *dst, in G_PASTE()
69 component_type *dst, in G_PASTE()
78 component_type v = UNPACK_BYTE (src[0]); in G_PASTE()
90 component_type *dst, in G_PASTE()
106 component_type *dst, in G_PASTE()
122 component_type *dst, in G_PASTE()
336 component_type *dst, in G_PASTE()
413 ((1 << (sizeof (component_type) * 8)) - 1))
446 component_type v = (src[0] + src[1] + src[2]) / 3; in G_PASTE()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A Dgen_uniform_type_table.py186 component_type = get_component_type(uniform_type)
187 if component_type == "GL_BOOL":
189 elif component_type == "GL_FLOAT":
191 elif component_type == "GL_INT":
193 elif component_type == "GL_UNSIGNED_INT":
195 elif component_type == "GL_NONE":
223 if component_type == "GL_BOOL":
225 elif component_type == "GL_FLOAT":
227 elif component_type == "GL_INT":
229 elif component_type == "GL_UNSIGNED_INT":
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dgen_uniform_type_table.py194 component_type = get_component_type(uniform_type)
195 if component_type == "GL_BOOL":
197 elif component_type == "GL_FLOAT":
199 elif component_type == "GL_INT":
201 elif component_type == "GL_UNSIGNED_INT":
203 elif component_type == "GL_NONE":
231 if component_type == "GL_BOOL":
233 elif component_type == "GL_FLOAT":
235 elif component_type == "GL_INT":
237 elif component_type == "GL_UNSIGNED_INT":
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_composite_construct.cpp167 assert(component_type); in ComponentsForArrayConstructionAreOK()
168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
194 assert(component_type); in ComponentsForMatrixConstructionAreOK()
195 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
223 assert(component_type); in ComponentsForStructConstructionAreOK()
245 assert(component_type); in ComponentsForVectorConstructionAreOK()
246 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
248 } else if (component_type->AsVector() && in ComponentsForVectorConstructionAreOK()
292 auto component_type = ir_context->get_type_mgr()->GetType( in AddDataSynonymFacts() local
315 assert(component_type->AsVector()->element_type() == in AddDataSynonymFacts()
[all …]
H A Dtransformation_add_type_vector.cpp38 auto component_type = in IsApplicable() local
40 if (!component_type) { in IsApplicable()
43 return component_type->AsBool() || component_type->AsFloat() || in IsApplicable()
44 component_type->AsInteger(); in IsApplicable()
49 const auto* component_type = in Apply() local
51 (void)component_type; // Make compiler happy in release mode. in Apply()
52 assert(component_type && in Apply()
53 (component_type->AsInteger() || component_type->AsFloat() || in Apply()
54 component_type->AsBool()) && in Apply()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_composite_construct.cpp167 assert(component_type); in ComponentsForArrayConstructionAreOK()
168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
194 assert(component_type); in ComponentsForMatrixConstructionAreOK()
195 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
223 assert(component_type); in ComponentsForStructConstructionAreOK()
245 assert(component_type); in ComponentsForVectorConstructionAreOK()
246 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
248 } else if (component_type->AsVector() && in ComponentsForVectorConstructionAreOK()
292 auto component_type = ir_context->get_type_mgr()->GetType( in AddDataSynonymFacts() local
315 assert(component_type->AsVector()->element_type() == in AddDataSynonymFacts()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_composite_construct.cpp147 auto component_type = context->get_type_mgr()->GetType( in Apply() local
154 assert(component_type->AsVector()->element_type() == in Apply()
156 assert(component_type->AsVector()->element_count() < in Apply()
205 assert(component_type); in ComponentsForArrayConstructionAreOK()
206 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
231 assert(component_type); in ComponentsForMatrixConstructionAreOK()
232 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
259 assert(component_type); in ComponentsForStructConstructionAreOK()
280 assert(component_type); in ComponentsForVectorConstructionAreOK()
281 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_composite_construct.cpp147 auto component_type = context->get_type_mgr()->GetType( in Apply() local
154 assert(component_type->AsVector()->element_type() == in Apply()
156 assert(component_type->AsVector()->element_count() < in Apply()
205 assert(component_type); in ComponentsForArrayConstructionAreOK()
206 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
231 assert(component_type); in ComponentsForMatrixConstructionAreOK()
232 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
259 assert(component_type); in ComponentsForStructConstructionAreOK()
280 assert(component_type); in ComponentsForVectorConstructionAreOK()
281 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_tag.cc85 *component_type = result; in depsgraph_geometry_tag_to_component()
116 *component_type = NodeType::BATCH_CACHE; in depsgraph_select_tag_to_component_opcode()
120 *component_type = NodeType::BATCH_CACHE; in depsgraph_select_tag_to_component_opcode()
158 *component_type = NodeType::UNDEFINED; in depsgraph_tag_to_component_opcode()
162 *component_type = NodeType::ID_REF; in depsgraph_tag_to_component_opcode()
168 *component_type = NodeType::TRANSFORM; in depsgraph_tag_to_component_opcode()
174 *component_type = NodeType::ANIMATION; in depsgraph_tag_to_component_opcode()
201 *component_type = NodeType::SHADING; in depsgraph_tag_to_component_opcode()
218 *component_type = NodeType::SEQUENCER; in depsgraph_tag_to_component_opcode()
226 *component_type = NodeType::AUDIO; in depsgraph_tag_to_component_opcode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_composite_construct.cpp161 assert(component_type); in ComponentsForArrayConstructionAreOK()
162 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
188 assert(component_type); in ComponentsForMatrixConstructionAreOK()
189 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
217 assert(component_type); in ComponentsForStructConstructionAreOK()
239 assert(component_type); in ComponentsForVectorConstructionAreOK()
240 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
242 } else if (component_type->AsVector() && in ComponentsForVectorConstructionAreOK()
292 auto component_type = ir_context->get_type_mgr()->GetType( in AddDataSynonymFacts() local
299 assert(component_type->AsVector()->element_type() == in AddDataSynonymFacts()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_composite_construct.cpp161 assert(component_type); in ComponentsForArrayConstructionAreOK()
162 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
188 assert(component_type); in ComponentsForMatrixConstructionAreOK()
189 if (component_type != matrix_type.element_type()) { in ComponentsForMatrixConstructionAreOK()
217 assert(component_type); in ComponentsForStructConstructionAreOK()
239 assert(component_type); in ComponentsForVectorConstructionAreOK()
240 if (component_type == element_type) { in ComponentsForVectorConstructionAreOK()
242 } else if (component_type->AsVector() && in ComponentsForVectorConstructionAreOK()
292 auto component_type = ir_context->get_type_mgr()->GetType( in AddDataSynonymFacts() local
299 assert(component_type->AsVector()->element_type() == in AddDataSynonymFacts()
[all …]

12345678910>>...61