Home | History | Annotate | Download | only in glsl

Lines Matching defs: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
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded;
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
121 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded);
136 "discarded",