Add new abstract ir_rvalue class; rework accordingly.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
44e1dfa2df
commit
fb9fb5f51d
8 changed files with 98 additions and 79 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "glsl_types.h"
|
||||
#include "ir.h"
|
||||
|
||||
static ir_instruction *
|
||||
static ir_rvalue *
|
||||
match_function_by_name(exec_list *instructions, const char *name,
|
||||
YYLTYPE *loc, simple_node *parameters,
|
||||
struct _mesa_glsl_parse_state *state)
|
||||
|
|
@ -78,7 +78,7 @@ match_function_by_name(exec_list *instructions, const char *name,
|
|||
}
|
||||
|
||||
|
||||
ir_instruction *
|
||||
ir_rvalue *
|
||||
ast_function_expression::hir(exec_list *instructions,
|
||||
struct _mesa_glsl_parse_state *state)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue