Home
last modified time | relevance | path

Searched defs:compile_buffer (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindshadercompiler.cpp55 bpy::object compile_buffer(const ShaderCompiler* compiler, const string& buffer) in compile_buffer() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/shadergroup/
H A Dshadercompiler.cpp107 bool ShaderCompiler::compile_buffer( in compile_buffer() function in renderer::ShaderCompiler
/dports/editors/mg/mg-6.9/
H A Dgrep.c38 struct buffer *compile_buffer; variable
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Doslcomp.cpp63 OSLCompiler::compile_buffer(string_view sourcecode, std::string& osobuffer, in compile_buffer() function in OSLCompiler
511 OSLCompilerImpl::compile_buffer(string_view sourcecode, std::string& osobuffer, in compile_buffer() function in pvt::OSLCompilerImpl
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Doslcomp.cpp63 OSLCompiler::compile_buffer(string_view sourcecode, std::string& osobuffer, in compile_buffer() function in OSLCompiler
511 OSLCompilerImpl::compile_buffer(string_view sourcecode, std::string& osobuffer, in compile_buffer() function in pvt::OSLCompilerImpl
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osl.imageio/
H A Doslinput.cpp330 compile_buffer(const std::string& sourcecode, const std::string& shadername, in compile_buffer() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osl.imageio/
H A Doslinput.cpp330 compile_buffer(const std::string& sourcecode, const std::string& shadername, in compile_buffer() function
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Dtestshade.cpp159 compile_buffer (const std::string &sourcecode, in compile_buffer() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Dtestshade.cpp159 compile_buffer (const std::string &sourcecode, in compile_buffer() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.cpp912 void CodeGen_LLVM::compile_buffer(const Buffer<> &buf) { in compile_buffer() function in Halide::Internal::CodeGen_LLVM