Searched refs:cmod (Results 1 – 14 of 14) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 45 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()
|
D | brw_eu.h | 385 uint32_t brw_swap_cmod(uint32_t cmod);
|
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | native.cpp | 157 std::unique_ptr< ::llvm::Module> cmod { ::llvm::CloneModule(mod) }; 158 return as_string(emit_code(*cmod, target,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.cpp | 45 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()
|
D | brw_eu.h | 1340 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/ |
D | 17.2.3.rst | 90 - intel/compiler: Don't cmod propagate into a saturated operation 91 - intel/compiler: Don't propagate cmod into integer multiplies
|
D | 18.1.4.rst | 65 - i965/vec4: Don't cmod propagate from CMP to ADD if the writemask
|
D | 20.0.7.rst | 111 - intel/fs: Don't delete coalesced MOVs if they have a cmod
|
D | 10.5.1.rst | 165 - i965/fs: Don't propagate cmod to inst with different type.
|
D | 20.0.8.rst | 226 - intel/compiler: fix cmod propagation optimisations
|
D | 20.1.0.rst | 2162 - 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
|
D | 19.1.0.rst | 1924 - 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/ |
D | trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls: 294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/external/python/cpython3/Lib/ |
D | trace.py | 226 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) \ 236 print(" %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc))
|