Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dbrw_eu.c45 brw_swap_cmod(uint32_t cmod) in brw_swap_cmod() argument
47 switch (cmod) { in brw_swap_cmod()
50 return cmod; in brw_swap_cmod()
Dbrw_eu.h385 uint32_t brw_swap_cmod(uint32_t cmod);
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp157 std::unique_ptr< ::llvm::Module> cmod { ::llvm::CloneModule(mod) };
158 return as_string(emit_code(*cmod, target,
/external/mesa3d/src/intel/compiler/
Dbrw_eu.cpp45 brw_negate_cmod(enum brw_conditional_mod cmod) in brw_negate_cmod() argument
47 switch (cmod) { in brw_negate_cmod()
69 brw_swap_cmod(enum brw_conditional_mod cmod) in brw_swap_cmod() argument
71 switch (cmod) { in brw_swap_cmod()
74 return cmod; in brw_swap_cmod()
Dbrw_eu.h1340 enum brw_conditional_mod brw_negate_cmod(enum brw_conditional_mod cmod);
1341 enum brw_conditional_mod brw_swap_cmod(enum brw_conditional_mod cmod);
/external/mesa3d/docs/relnotes/
D17.2.3.rst90 - intel/compiler: Don't cmod propagate into a saturated operation
91 - intel/compiler: Don't propagate cmod into integer multiplies
D18.1.4.rst65 - i965/vec4: Don't cmod propagate from CMP to ADD if the writemask
D20.0.7.rst111 - intel/fs: Don't delete coalesced MOVs if they have a cmod
D10.5.1.rst165 - i965/fs: Don't propagate cmod to inst with different type.
D20.0.8.rst226 - intel/compiler: fix cmod propagation optimisations
D20.1.0.rst2162 - intel/fs: Do cmod prop again after scheduling
2529 - intel/fs: Don't delete coalesced MOVs if they have a cmod
4356 - intel/compiler: fix cmod propagation optimisations
D19.1.0.rst1924 - intel/compiler: fix cmod propagation for non 32-bit types
1957 - intel/fs: Relax type matching rules in cmod propagation from MOV
/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))