Lines Matching defs:pops
4903 static int pops(struct r600_shader_ctx *ctx, int pops)
4915 alu_pop += pops;
4929 ctx->bc->cf_last->pop_count = pops;
5032 static int emit_jump_to_offset(struct r600_shader_ctx *ctx, int pops, int offset)
5036 ctx->bc->cf_last->pop_count = pops;
5056 pops(ctx, ifidx + 1);
5069 pops(ctx, 1);
5097 pops(ctx, 1);