Home
last modified time | relevance | path

Searched refs:i_components (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp153 std::vector<const opt::analysis::Constant*> i_components; in IsApplicable() local
157 i_components.emplace_back(initial_val); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp154 std::vector<const opt::analysis::Constant*> i_components; in IsApplicable() local
158 i_components.emplace_back(initial_val); in IsApplicable()
163 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
171 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp153 std::vector<const opt::analysis::Constant*> i_components; in IsApplicable() local
157 i_components.emplace_back(initial_val); in IsApplicable()
162 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp154 std::vector<const opt::analysis::Constant*> i_components; in IsApplicable() local
158 i_components.emplace_back(initial_val); in IsApplicable()
163 i_components = initial_val->AsVectorConstant()->GetComponents(); in IsApplicable()
171 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/qa/complex/toolkit/
H A DGridControl.java72 private static void impl_dispose( final Object... i_components ) in impl_dispose() argument
74 for ( int i=0; i<i_components.length; ++i ) in impl_dispose()
76 if ( i_components[i] != null ) in impl_dispose()
78 … final XComponent component = UnoRuntime.queryInterface( XComponent.class, i_components[i] ); in impl_dispose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/qa/complex/toolkit/
H A DGridControl.java72 private static void impl_dispose( final Object... i_components ) in impl_dispose() argument
74 for ( int i=0; i<i_components.length; ++i ) in impl_dispose()
76 if ( i_components[i] != null ) in impl_dispose()
78 … final XComponent component = UnoRuntime.queryInterface( XComponent.class, i_components[i] ); in impl_dispose()