Home
last modified time | relevance | path

Searched defs:argument_id (Results 1 – 25 of 25) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dcompile.h25 struct argument_id { struct
26 FMT_CONSTEXPR argument_id() : argument_id(0u) {} in argument_id() argument
28 FMT_CONSTEXPR argument_id(unsigned id) in argument_id() function
31 FMT_CONSTEXPR argument_id(internal::string_view_metadata id) in argument_id() function
34 enum class which_arg_id { index, named_index };
36 which_arg_id which;
38 union value {
46 } val;
75 enum class kind { argument_id, named_argument_id, text, specification }; enumerator
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/
H A Dcompile.h25 struct argument_id { struct
26 FMT_CONSTEXPR argument_id() : argument_id(0u) {} in argument_id() function
28 FMT_CONSTEXPR argument_id(unsigned id) in argument_id() function
31 FMT_CONSTEXPR argument_id(internal::string_view_metadata id) in argument_id() function
34 enum class which_arg_id { index, named_index };
36 which_arg_id which;
38 union value {
46 } val;
75 enum class kind { argument_id, named_argument_id, text, specification }; enumerator
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dlog_analytics_meta_function_argument.py344 def argument_id(self): member in LogAnalyticsMetaFunctionArgument
356 def argument_id(self, argument_id): argument
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_function_call.cpp30 const std::vector<uint32_t>& argument_id, in TransformationFunctionCall()
H A Dfuzzer_pass.cpp263 uint32_t return_type_id, const std::vector<uint32_t>& argument_id) { in FindOrCreateFunctionType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_function_call.cpp30 const std::vector<uint32_t>& argument_id, in TransformationFunctionCall()
H A Dfuzzer_pass.cpp219 uint32_t return_type_id, const std::vector<uint32_t>& argument_id) { in FindOrCreateFunctionType()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_function_call.cpp30 const std::vector<uint32_t>& argument_id, in TransformationFunctionCall()
H A Dfuzzer_pass.cpp263 uint32_t return_type_id, const std::vector<uint32_t>& argument_id) { in FindOrCreateFunctionType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_function_call.cpp30 const std::vector<uint32_t>& argument_id, in TransformationFunctionCall()
H A Dfuzzer_pass.cpp219 uint32_t return_type_id, const std::vector<uint32_t>& argument_id) { in FindOrCreateFunctionType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_function.cpp261 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_function.cpp260 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_function.cpp260 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dvalidate_function.cpp262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_function.cpp262 const auto argument_id = inst->GetOperandAs<uint32_t>(argument_index); in ValidateFunctionCall() local
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/spv/
H A Dwriter.rs369 let argument_id = self.id_gen.next(); in write_function() localVariable
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto1532 repeated uint32 argument_id = 3; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto1521 repeated uint32 argument_id = 3; field
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto1532 repeated uint32 argument_id = 3; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto1521 repeated uint32 argument_id = 3; field
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dbatchlan.cpp543 for (long argument_id = 0; argument_id < argument_count; argument_id ++) { in ExportBFFunction() local
/dports/graphics/vkd3d/vkd3d-1.2/libs/vkd3d-shader/
H A Dspirv.c6952 uint32_t argument_id = compiler->private_output_variable[i]; in vkd3d_dxbc_compiler_emit_shader_epilogue_invocation() local