Home
last modified time | relevance | path

Searched refs:bytecode_hash (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dosl.cpp414 string bytecode_hash = shader_filepath_hash(filepath, modified_time); in shader_load_filepath() local
420 loaded_shaders[bytecode_hash] = info; /* to avoid repeat tries */ in shader_load_filepath()
424 return shader_load_bytecode(bytecode_hash, bytecode); in shader_load_filepath()
452 const std::string &bytecode_hash, in osl_node() argument
467 hash = osl_manager->shader_test_loaded(bytecode_hash); in osl_node()
469 hash = osl_manager->shader_load_bytecode(bytecode_hash, bytecode); in osl_node()
566 if (!bytecode_hash.empty()) { in osl_node()
567 node->bytecode_hash = bytecode_hash; in osl_node()
H A Dosl.h99 const std::string &bytecode_hash = "",
H A Dnodes.h1532 string bytecode_hash;
H A Dgraph.cpp772 md5.append(oslnode->bytecode_hash); in compute_displacement_hash()
H A Dnodes.cpp6700 compiler.add(this, bytecode_hash.c_str(), false); in compile()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/addon/
H A Dosl.py77 node.bytecode_hash = ""
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_shader.cpp624 string bytecode_hash = b_script_node.bytecode_hash(); in add_node() local
626 if (!bytecode_hash.empty()) { in add_node()
628 graph, manager, "", bytecode_hash, b_script_node.bytecode()); in add_node()
H A Dblender_python.cpp467 b_node.bytecode_hash(md5.get_hex().c_str()); in osl_update_node_func()
470 b_node.bytecode_hash(""); in osl_update_node_func()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dread.c2287 mzlonglong bytecode_hash; member
2328 ut->bytecode_hash = port->bytecode_hash; in make_ut()
3732 delay_info->bytecode_hash = rp->bytecode_hash; in read_linklet_bundle_hash()
3915 rp->bytecode_hash = delay_info->bytecode_hash; in scheme_load_delayed_code()
H A Dschpriv.h3246 mzlonglong bytecode_hash; member
3267 mzlonglong bytecode_hash; member
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dread.c2287 mzlonglong bytecode_hash; member
2328 ut->bytecode_hash = port->bytecode_hash; in make_ut()
3732 delay_info->bytecode_hash = rp->bytecode_hash; in read_linklet_bundle_hash()
3915 rp->bytecode_hash = delay_info->bytecode_hash; in scheme_load_delayed_code()
H A Dschpriv.h3246 mzlonglong bytecode_hash; member
3267 mzlonglong bytecode_hash; member
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_node_types.h1002 char bytecode_hash[64]; member
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_nodetree.c3666 nss->bytecode_hash[0] = '\0'; in rna_ShaderNodeScript_mode_set()