Home
last modified time | relevance | path

Searched refs:val_id (Results 1 – 25 of 147) sorted by relevance

123456

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/io/
H A Dply_property_reader.h34 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
35 return this->ConvertValue<uint8_t>(val_id); in PlyPropertyReader()
39 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
40 return this->ConvertValue<int8_t>(val_id); in PlyPropertyReader()
44 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
49 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
54 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
59 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
64 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
65 return this->ConvertValue<float>(val_id); in PlyPropertyReader()
[all …]
/dports/archivers/draco/draco-1.4.3/src/draco/io/
H A Dply_property_reader.h34 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
35 return this->ConvertValue<uint8_t>(val_id); in PlyPropertyReader()
39 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
40 return this->ConvertValue<int8_t>(val_id); in PlyPropertyReader()
44 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
49 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
54 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
59 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
64 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
65 return this->ConvertValue<float>(val_id); in PlyPropertyReader()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/io/
H A Dply_property_reader.h34 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
35 return this->ConvertValue<uint8_t>(val_id); in PlyPropertyReader()
39 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
40 return this->ConvertValue<int8_t>(val_id); in PlyPropertyReader()
44 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
49 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
54 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
59 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
64 convert_value_func_ = [=](int val_id) { in PlyPropertyReader()
65 return this->ConvertValue<float>(val_id); in PlyPropertyReader()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp262 if (val_id != 0) return val_id; in GetReachingDef()
283 if (val_id == 0) { in GetReachingDef()
285 if (val_id == 0) { in GetReachingDef()
292 return val_id; in GetReachingDef()
308 uint32_t val_id = 0; in ProcessStore() local
371 uint32_t val_id = 0; in ProcessLoad() local
381 if (val_id == 0) { in ProcessLoad()
395 var_id = val_id; in ProcessLoad()
469 uint32_t val_id = repl.second; in GetReplacement() local
472 val_id = it->second; in GetReplacement()
[all …]
H A Ddecompose_initialized_variables_pass.cpp46 auto val_id = inst->GetOperand(3).words[0]; in Process() local
47 global_stores.push_back(std::make_tuple(var_id, val_id)); in Process()
72 auto val_id = inst->GetOperand(3).words[0]; in Process() local
75 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
84 uint32_t val_id; in Process() local
85 std::tie(var_id, val_id) = store_ids; in Process()
88 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dssa_rewrite_pass.cpp262 if (val_id != 0) return val_id; in GetReachingDef()
283 if (val_id == 0) { in GetReachingDef()
285 if (val_id == 0) { in GetReachingDef()
292 return val_id; in GetReachingDef()
308 uint32_t val_id = 0; in ProcessStore() local
371 uint32_t val_id = 0; in ProcessLoad() local
381 if (val_id == 0) { in ProcessLoad()
395 var_id = val_id; in ProcessLoad()
469 uint32_t val_id = repl.second; in GetReplacement() local
472 val_id = it->second; in GetReplacement()
[all …]
H A Ddecompose_initialized_variables_pass.cpp46 auto val_id = inst->GetOperand(3).words[0]; in Process() local
47 global_stores.push_back(std::make_tuple(var_id, val_id)); in Process()
72 auto val_id = inst->GetOperand(3).words[0]; in Process() local
75 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
84 uint32_t val_id; in Process() local
85 std::tie(var_id, val_id) = store_ids; in Process()
88 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dssa_rewrite_pass.cpp256 uint32_t val_id = 0; in GetReachingDef() local
275 if (val_id == 0) { in GetReachingDef()
277 if (val_id == 0) { in GetReachingDef()
282 WriteVariable(var_id, bb, val_id); in GetReachingDef()
284 return val_id; in GetReachingDef()
300 uint32_t val_id = 0; in ProcessStore() local
309 WriteVariable(var_id, bb, val_id); in ProcessStore()
325 if (val_id == 0) { in ProcessLoad()
397 uint32_t val_id = repl.second; in GetReplacement() local
400 val_id = it->second; in GetReplacement()
[all …]
H A Ddecompose_initialized_variables_pass.cpp46 auto val_id = inst->GetOperand(3).words[0]; in Process() local
47 global_stores.push_back(std::make_tuple(var_id, val_id)); in Process()
72 auto val_id = inst->GetOperand(3).words[0]; in Process() local
75 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
84 uint32_t val_id; in Process() local
85 std::tie(var_id, val_id) = store_ids; in Process()
88 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp256 uint32_t val_id = 0; in GetReachingDef() local
275 if (val_id == 0) { in GetReachingDef()
277 if (val_id == 0) { in GetReachingDef()
282 WriteVariable(var_id, bb, val_id); in GetReachingDef()
284 return val_id; in GetReachingDef()
300 uint32_t val_id = 0; in ProcessStore() local
309 WriteVariable(var_id, bb, val_id); in ProcessStore()
325 if (val_id == 0) { in ProcessLoad()
397 uint32_t val_id = repl.second; in GetReplacement() local
400 val_id = it->second; in GetReplacement()
[all …]
H A Ddecompose_initialized_variables_pass.cpp46 auto val_id = inst->GetOperand(3).words[0]; in Process() local
47 global_stores.push_back(std::make_tuple(var_id, val_id)); in Process()
72 auto val_id = inst->GetOperand(3).words[0]; in Process() local
75 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
84 uint32_t val_id; in Process() local
85 std::tie(var_id, val_id) = store_ids; in Process()
88 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp256 uint32_t val_id = 0; in GetReachingDef() local
275 if (val_id == 0) { in GetReachingDef()
277 if (val_id == 0) { in GetReachingDef()
282 WriteVariable(var_id, bb, val_id); in GetReachingDef()
284 return val_id; in GetReachingDef()
300 uint32_t val_id = 0; in ProcessStore() local
309 WriteVariable(var_id, bb, val_id); in ProcessStore()
325 if (val_id == 0) { in ProcessLoad()
397 uint32_t val_id = repl.second; in GetReplacement() local
400 val_id = it->second; in GetReplacement()
[all …]
H A Ddecompose_initialized_variables_pass.cpp46 auto val_id = inst->GetOperand(3).words[0]; in Process() local
47 global_stores.push_back(std::make_tuple(var_id, val_id)); in Process()
72 auto val_id = inst->GetOperand(3).words[0]; in Process() local
75 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
84 uint32_t val_id; in Process() local
85 std::tie(var_id, val_id) = store_ids; in Process()
88 {{SPV_OPERAND_TYPE_ID, {var_id}}, {SPV_OPERAND_TYPE_ID, {val_id}}}); in Process()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp262 if (val_id != 0) return val_id; in GetReachingDef()
283 if (val_id == 0) { in GetReachingDef()
285 if (val_id == 0) { in GetReachingDef()
292 return val_id; in GetReachingDef()
308 uint32_t val_id = 0; in ProcessStore() local
371 uint32_t val_id = 0; in ProcessLoad() local
381 if (val_id == 0) { in ProcessLoad()
395 var_id = val_id; in ProcessLoad()
469 uint32_t val_id = repl.second; in GetReplacement() local
472 val_id = it->second; in GetReplacement()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dssa_rewrite_pass.cpp262 if (val_id != 0) return val_id; in GetReachingDef()
283 if (val_id == 0) { in GetReachingDef()
285 if (val_id == 0) { in GetReachingDef()
292 return val_id; in GetReachingDef()
308 uint32_t val_id = 0; in ProcessStore() local
371 uint32_t val_id = 0; in ProcessLoad() local
381 if (val_id == 0) { in ProcessLoad()
395 var_id = val_id; in ProcessLoad()
469 uint32_t val_id = repl.second; in GetReplacement() local
472 val_id = it->second; in GetReplacement()
[all …]
/dports/textproc/p5-Text-NeatTemplate/Text-NeatTemplate-0.1101/lib/Text/
H A DNeatTemplate.pm376 my $val_id = $1;
377 $varnames{$val_id} = 1;
381 my $val_id = $1;
385 $varnames{$val_id} = 1;
397 my $val_id = $1;
400 $varnames{$val_id} = 1;
469 my $val_id = $1;
472 my $val = $self->get_value(val_id=>$val_id,
488 my $val_id = $1;
490 my $val = $self->get_value(val_id=>$val_id,
[all …]
/dports/graphics/vkd3d/vkd3d-1.2/libs/vkd3d-shader/
H A Dspirv.c2962 type_id, val_id, val_id, components, component_count); in vkd3d_dxbc_compiler_emit_construct_vector()
3186 type_id, val_id, val_id, components, component_count); in vkd3d_dxbc_compiler_emit_swizzle()
3285 return val_id; in vkd3d_dxbc_compiler_emit_load_scalar()
3334 return val_id; in vkd3d_dxbc_compiler_emit_load_reg()
3366 return val_id; in vkd3d_dxbc_compiler_emit_abs()
3382 return val_id; in vkd3d_dxbc_compiler_emit_neg()
3405 return val_id; in vkd3d_dxbc_compiler_emit_src_modifier()
3411 uint32_t val_id; in vkd3d_dxbc_compiler_emit_load_src() local
3544 return val_id; in vkd3d_dxbc_compiler_emit_sat()
4346 val_id = builtin->fixup_pfn(compiler, val_id); in vkd3d_dxbc_compiler_emit_input()
[all …]
/dports/textproc/py-regex/regex-2020.7.14/tools/
H A Dbuild_regex_unicode.py762 val_id = value['id']
777 '''.format(lower, val_id, width=width))
815 val_id = value['id']
911 val_id = value['id']
922 val_id = value['id']
1381 value['id'] = val_id
1384 value['id'] = val_id
1615 masks[name[0]] |= 1 << val_id
1657 val_id))
1667 val_id))
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/io/dat/cocoR/
H A DSyntaxDat.atg216 FLOAT<value> (. NodeId val_id = factory__->addTerminalNode( value );
217 factory__->addArc( var_id, val_id, i ); .)
220val_id = factory__->addTerminalNode( value );
221 factory__->addArc( var_id, val_id, i ); .)
291 FLOAT<value> (. NodeId val_id = factory__->addTerminalNode( value );
292 … factory__->addArc( parentNode__.back(), val_id, parentModality__.back() ); .)
294 FLOAT<value> (. NodeId val_id = factory__->addTerminalNode( value );
295 … factory__->addArc( parentNode__.back(), val_id, parentModality__.back() ); .)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/lib/
H A Dasan-dg.exp197 set val_id [string range "$output" $low $high]
198 …f {[regexp -start $low -indices "$val_id (.*) DEJAGNU_GTEST_EXPECT_DEATH$val_id (.*) DEJAGNU_GTEST…
205 lappend ret [list "$val_id" "$val_statement" "$val_regexpr"]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/lib/
H A Dasan-dg.exp197 set val_id [string range "$output" $low $high]
198 …f {[regexp -start $low -indices "$val_id (.*) DEJAGNU_GTEST_EXPECT_DEATH$val_id (.*) DEJAGNU_GTEST…
205 lappend ret [list "$val_id" "$val_statement" "$val_regexpr"]
/dports/devel/boost-docs/boost_1_72_0/libs/function_types/example/
H A Dfast_mem_fn_example.cpp24 int val_id; member in test
28 : val_id(id) in test()
32 { return val_id; } in id()
/dports/devel/boost-python-libs/boost_1_72_0/libs/function_types/example/
H A Dfast_mem_fn_example.cpp24 int val_id; member in test
28 : val_id(id) in test()
32 { return val_id; } in id()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/function_types/example/
H A Dfast_mem_fn_example.cpp24 int val_id; member in test
28 : val_id(id) in test()
32 { return val_id; } in id()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/function_types/example/
H A Dfast_mem_fn_example.cpp24 int val_id; member in test
28 : val_id(id) in test()
32 { return val_id; } in id()

123456