Home
last modified time | relevance | path

Searched defs:from_string (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp75 Instr::Pointer ControlFlowInstr::from_string(std::string type_str) in from_string() function in r600::ControlFlowInstr
174 Instr::Pointer IfInstr::from_string(std::istream &is, ValueFactory& value_factory) in from_string() function in r600::IfInstr
Dsfn_instr_export.cpp114 Instr::Pointer ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::ExportInstr
246 auto ScratchIOInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string() function in r600::ScratchIOInstr
458 auto MemRingOutInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string() function in r600::MemRingOutInstr
531 auto EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string() function in r600::EmitVertexInstr
558 auto WriteTFInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string() function in r600::WriteTFInstr
Dsfn_instr_fetch.cpp268 Instr::Pointer FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::FetchInstr
526 Instr::Pointer QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::QueryBufferSizeInstr
558 Instr::Pointer LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromBuffer
660 Instr::Pointer LoadFromScratch::from_string(std::istream& is, ValueFactory &vf) in from_string() function in r600::LoadFromScratch
Dsfn_instr_lds.cpp185 auto LDSReadInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSReadInstr
385 auto LDSAtomicInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSAtomicInstr
Dsfn_instrfactory.cpp57 PInst InstrFactory::from_string(const std::string& s, int nesting_depth) in from_string() function in r600::InstrFactory
Dsfn_virtualvalues.cpp120 VirtualValue::Pointer VirtualValue::from_string(const std::string& s) in from_string() function in r600::VirtualValue
266 Register::Pointer Register::from_string(const std::string &s) in from_string() function in r600::Register
502 LiteralConstant::Pointer LiteralConstant::from_string(const std::string& s) in from_string() function in r600::LiteralConstant
563 InlineConstant::Pointer InlineConstant::from_string(const std::string& s) in from_string() function in r600::InlineConstant
697 UniformValue::Pointer UniformValue::from_string(const std::string& s) in from_string() function in r600::UniformValue
Dsfn_instr_tex.cpp246 Instr::Pointer TexInstr::from_string(std::istream& is, ValueFactory& value_fctory) in from_string() function in r600::TexInstr
Dsfn_instr_alu.cpp819 Instr::Pointer AluInstr::from_string(istream& is, ValueFactory& value_factory, AluGroup *group) in from_string() function in r600::AluInstr
/third_party/cef/include/internal/
Dcef_string_wrappers.h82 static inline bool from_string(const std::string::value_type* data, in from_string() function
87 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function
173 static inline bool from_string(const std::string::value_type* data, in from_string() function
178 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function
263 static inline bool from_string(const std::string::value_type* data, in from_string() function
268 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_shaderfromstring_test.cpp96 std::vector<PInst> TestShaderFromString::from_string(const std::string& s) in from_string() function in TestShaderFromString
Dsfn_test_shaders.cpp3061 Shader *TestShader::from_string(const std::string& s) in from_string() function in r600::TestShader
Dsfn_instrfromstring_test.cpp694 PInst TestInstrFromString::from_string(const std::string& s) in from_string() function in r600::TestInstrFromString
/third_party/rust/crates/clap/src/builder/
Dos_str.rs14 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
258 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
Dstr.rs12 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
229 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dconventions.py40 def from_string(cls, s): member in ProseListFormats
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py50 def from_string(cls, s): member in ProseListFormats
/third_party/skia/third_party/externals/jinja2/
Denvironment.py935 def from_string(self, source, globals=None, template_class=None): member in Environment
/third_party/node/deps/v8/third_party/jinja2/
Denvironment.py935 def from_string(self, source, globals=None, template_class=None): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py874 def from_string(self, source, globals=None, template_class=None): member in Environment
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1029 pub fn from_string(string: String) -> Self { in from_string() method
/third_party/jinja2/
Denvironment.py1086 def from_string( member in Environment
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1535 TNode<T> from_string, TNode<String> to_string, TNode<IntPtrT> from_index, in CopyStringCharacters()