Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c10414 static int pops(struct r600_shader_ctx *ctx, int pops) in pops() argument
10426 alu_pop += pops; in pops()
10440 ctx->bc->cf_last->pop_count = pops; in pops()
10589 static int emit_jump_to_offset(struct r600_shader_ctx *ctx, int pops, int offset)
10593 ctx->bc->cf_last->pop_count = pops;
10613 pops(ctx, ifidx + 1);
10626 pops(ctx, 1);
10695 pops(ctx, 1); in tgsi_endif()
/third_party/python/Python/
H A Dcompile.c6337 Py_ssize_t pops = pc->on_top + PyList_GET_SIZE(pc->stores); in jump_to_fail_pop() local
6338 RETURN_IF_FALSE(ensure_fail_pop(c, pc, pops)); in jump_to_fail_pop()
6339 ADDOP_JUMP(c, op, pc->fail_pop[pops]); in jump_to_fail_pop()

Completed in 32 milliseconds