Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_compiler.c5426 static void *build_ir_internal(Context *ctx, void *_ast);
5429 return (MOJOSHADER_irNode *) build_ir_internal(ctx, _ast); in build_ir()
5432 static void *build_ir_internal(Context *ctx, void *_ast) in build_ir_internal() function