Searched refs:else_deref (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1624 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp); local in function:ast_expression::do_hir
1626 new(ctx) ir_assignment(else_deref, new(ctx) ir_constant(false));
1658 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp); local in function:ast_expression::do_hir
1660 new(ctx) ir_assignment(else_deref, op[1]);
1937 ir_dereference *const else_deref = local in function:ast_expression::do_hir
1940 new(ctx) ir_assignment(else_deref, op[2]);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1612 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp); local in function:ast_expression::do_hir
1614 new(ctx) ir_assignment(else_deref, new(ctx) ir_constant(false));
1646 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp); local in function:ast_expression::do_hir
1648 new(ctx) ir_assignment(else_deref, op[1]);
1897 ir_dereference *const else_deref = local in function:ast_expression::do_hir
1900 new(ctx) ir_assignment(else_deref, op[2]);

Completed in 21 milliseconds