Home
last modified time | relevance | path

Searched refs:node_type_exec (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/nodes/texture/nodes/
H A Dnode_texture_valToRgb.c71 node_type_exec(&ntype, NULL, NULL, valtorgb_exec); in register_node_type_tex_valtorgb()
110 node_type_exec(&ntype, NULL, NULL, rgbtobw_exec); in register_node_type_tex_rgbtobw()
H A Dnode_texture_curves.c73 node_type_exec(&ntype, node_initexec_curves, NULL, time_exec); in register_node_type_tex_curve_time()
122 node_type_exec(&ntype, node_initexec_curves, NULL, rgb_exec); in register_node_type_tex_curve_rgb()
H A Dnode_texture_coord.c55 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_coord()
H A Dnode_texture_viewer.c61 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_viewer()
H A Dnode_texture_invert.c68 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_invert()
H A Dnode_texture_distance.c67 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_distance()
H A Dnode_texture_at.c64 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_at()
H A Dnode_texture_compose.c63 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_compose()
H A Dnode_texture_mixRgb.c75 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_mix_rgb()
H A Dnode_texture_translate.c69 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_translate()
H A Dnode_texture_scale.c73 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_scale()
H A Dnode_texture_checker.c75 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_checker()
H A Dnode_texture_valToNor.c85 node_type_exec(&ntype, NULL, NULL, exec); in register_node_type_tex_valtonor()
/dports/graphics/blender/blender-2.91.0/source/blender/nodes/shader/nodes/
H A Dnode_shader_sepcombHSV.c66 node_type_exec(&ntype, NULL, NULL, node_shader_exec_sephsv); in register_node_type_sh_sephsv()
114 node_type_exec(&ntype, NULL, NULL, node_shader_exec_combhsv); in register_node_type_sh_combhsv()
H A Dnode_shader_sepcombRGB.cc104 node_type_exec(&ntype, NULL, NULL, node_shader_exec_seprgb); in register_node_type_sh_seprgb()
162 node_type_exec(&ntype, NULL, NULL, node_shader_exec_combrgb); in register_node_type_sh_combrgb()
H A Dnode_shader_valToRgb.cc175 node_type_exec(&ntype, NULL, NULL, node_shader_exec_valtorgb); in register_node_type_sh_valtorgb()
218 node_type_exec(&ntype, NULL, NULL, node_shader_exec_rgbtobw); in register_node_type_sh_rgbtobw()
H A Dnode_shader_curves.c116 node_type_exec(&ntype, node_initexec_curves, NULL, node_shader_exec_curve_vec); in register_node_type_sh_curve_vec()
242 node_type_exec(&ntype, node_initexec_curves, NULL, node_shader_exec_curve_rgb); in register_node_type_sh_curve_rgb()
H A Dnode_shader_particle_info.c71 node_type_exec(&ntype, NULL, NULL, node_shader_exec_particle_info); in register_node_type_sh_particle_info()
H A Dnode_shader_normal.c73 node_type_exec(&ntype, NULL, NULL, node_shader_exec_normal); in register_node_type_sh_normal()
H A Dnode_shader_fresnel.c70 node_type_exec(&ntype, NULL, NULL, node_shader_exec_fresnel); in register_node_type_sh_fresnel()
H A Dnode_shader_invert.c74 node_type_exec(&ntype, NULL, NULL, node_shader_exec_invert); in register_node_type_sh_invert()
H A Dnode_shader_squeeze.c67 node_type_exec(&ntype, NULL, NULL, node_shader_exec_squeeze); in register_node_type_sh_squeeze()
H A Dnode_shader_layer_weight.c72 node_type_exec(&ntype, NULL, NULL, node_shader_exec_layer_weight); in register_node_type_sh_layer_weight()
H A Dnode_shader_gamma.c69 node_type_exec(&ntype, NULL, NULL, node_shader_exec_gamma); in register_node_type_sh_gamma()
H A Dnode_shader_common.c249 node_type_exec(&ntype, group_initexec, group_freeexec, group_execute); in register_node_type_sh_group()
268 node_type_exec(ntype, group_initexec, group_freeexec, group_execute); in register_node_type_sh_custom_group()

12