Home
last modified time | relevance | path

Searched refs:cmod (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu.c42 brw_negate_cmod(uint32_t cmod) in brw_negate_cmod() argument
44 switch (cmod) { in brw_negate_cmod()
66 brw_swap_cmod(uint32_t cmod) in brw_swap_cmod() argument
68 switch (cmod) { in brw_swap_cmod()
71 return cmod; in brw_swap_cmod()
Dbrw_eu.h564 enum brw_conditional_mod brw_negate_cmod(uint32_t cmod);
565 enum brw_conditional_mod brw_swap_cmod(uint32_t cmod);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dnative.cpp159 std::unique_ptr< ::llvm::Module> cmod { CloneModule(&mod) };
160 return as_string(emit_code(*cmod, target,
/external/python/cpython2/Lib/
Dtrace.py285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
/external/python/cpython3/Lib/
Dtrace.py226 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) \
236 print(" %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc))