Home
last modified time | relevance | path

Searched refs:dep_type (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h183 u8 dep_type; member
209 return dep->dep_type; in kbase_jd_katom_dep_type()
228 dep->dep_type = type; in kbase_jd_katom_dep_set()
244 dep->dep_type = BASE_JD_DEP_TYPE_INVALID; in kbase_jd_katom_dep_clear()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dddg.h32 enum dep_type {TRUE_DEP, OUTPUT_DEP, ANTI_DEP}; enum
86 dep_type type;
H A Dtarget.def966 dependence of type dep_type, and strength @var{dw}. It should return the new\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dddg.h32 enum dep_type {TRUE_DEP, OUTPUT_DEP, ANTI_DEP}; enum
86 dep_type type;
H A Dtarget.def966 dependence of type dep_type, and strength @var{dw}. It should return the new\n\
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py36 def __init__(self, model, dep_type, label): argument
39 self.dep_type = dep_type
48 if this_type != self.dep_type: return False
H A Dbuildinfohelper.py676 dep_type = tdeptype,
796 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RDEPENDS))
800 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RPROVIDES))
804 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RRECOMMENDS))
808 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RSUGGESTS))
812 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RREPLACES))
816 depends_on = _po_byname(p), dep_type = Package_Dependency.TYPE_RCONFLICTS))
1485 dep_type=Recipe_Dependency.TYPE_DEPENDS)
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h921 base_atom_id id, base_jd_dep_type dep_type) in base_jd_atom_dep_set() argument
929 LOCAL_ASSERT((id == 0 && dep_type == BASE_JD_DEP_TYPE_INVALID) || in base_jd_atom_dep_set()
930 (id > 0 && dep_type != BASE_JD_DEP_TYPE_INVALID)); in base_jd_atom_dep_set()
933 dep->dependency_type = dep_type; in base_jd_atom_dep_set()
H A Dmali_kbase_defs.h237 u8 dep_type; member
300 return dep->dep_type; in kbase_jd_katom_dep_type()
321 dep->dep_type = type; in kbase_jd_katom_dep_set()
339 dep->dep_type = BASE_JD_DEP_TYPE_INVALID; in kbase_jd_katom_dep_clear()
H A Dmali_kbase_jd_debugfs.c116 switch (atom->dep[i].dep_type) { in kbasep_jd_debugfs_atom_deps()
H A Dmali_kbase_jd.c552 u8 dep_type; in jd_resolve_dep() local
558 dep_type = kbase_jd_katom_dep_type(&dep_atom->dep[d]); in jd_resolve_dep()
562 (dep_type != BASE_JD_DEP_TYPE_ORDER)) { in jd_resolve_dep()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd_debugfs.c74 switch (atom->dep[i].dep_type) { in kbasep_jd_debugfs_atom_deps()
H A Dmali_kbase_jd.c296 u8 dep_type; in jd_resolve_dep() local
302 dep_type = kbase_jd_katom_dep_type(&dep_atom->dep[d]); in jd_resolve_dep()
306 (dep_type != BASE_JD_DEP_TYPE_ORDER)) { in jd_resolve_dep()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py981 dep_entry = Package_Dependency.DEPENDS_DICT[idep.dep_type]
994 'dep_type' : idep.dep_type,
1004 if idep.dep_type == rdepends_type :
1006 elif idep.dep_type in other_depends_types :
1194 …elated('depends_on').filter(depends_on=package_id, target_id=target_id, dep_type=Package_Dependenc…
H A Dapi.py861 (Q(dep_type=Package_Dependency.TYPE_TRDEPENDS) |
862 Q(dep_type=Package_Dependency.TYPE_RDEPENDS)) &
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1252 return self.filter(Q(dep_type=Package_Dependency.TYPE_RDEPENDS) |
1253 Q(dep_type=Package_Dependency.TYPE_TRDEPENDS))
1293 dep_type = models.IntegerField(choices=DEPENDS_TYPE) variable in Package_Dependency
1371 dep_type = models.IntegerField(choices=DEPENDS_TYPE) variable in Recipe_Dependency
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info37633 between INSN and DEP_INSN through a dependence of type dep_type,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info37633 between INSN and DEP_INSN through a dependence of type dep_type,