Home
last modified time | relevance | path

Searched refs:check_branch (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c575 check_branch(uint64_t inst, in check_branch() function
880 if (!check_branch(inst, validated_shader, in vc4_validate_shader()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py199 check_branch, check_branch_err = __run('git branch -r --contains %s' % srcrev)
200 get_branch = [x.strip() for x in check_branch.splitlines()]
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py556check_branch, check_branch_err = bb.process.run('%s %s' % (cmd, srcrev), cwd=srctree)
560 get_branch = [x.strip() for x in check_branch.splitlines()]