Home | History | Annotate | Download | only in glsl

Lines Matching refs:discarded

35  * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
54 lower_discard_flow_visitor(ir_variable *discarded)
55 : discarded(discarded)
57 mem_ctx = ralloc_parent(discarded);
71 ir_variable *discarded;
91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
94 /* discarded <- condition, use (var_ref discarded) as the condition */
96 ir->condition = new(mem_ctx) ir_dereference_variable(discarded);
120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
131 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded);
146 "discarded",