Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dd3dcompiler_private.h1123 BOOL add_declaration(struct hlsl_scope *scope, struct hlsl_ir_var *decl, BOOL local_var) DECLSPEC_H…
H A Dutils.c761 BOOL add_declaration(struct hlsl_scope *scope, struct hlsl_ir_var *decl, BOOL local_var) in add_declaration() argument
770 if (local_var && scope->upper->upper == hlsl_ctx.globals) in add_declaration()