Searched refs:cmod (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.c45 brw_swap_cmod(uint32_t cmod) argument
47 switch (cmod) {
50 return cmod;
H A Dbrw_eu.h2258 uint32_t brw_swap_cmod(uint32_t cmod);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.c45 brw_swap_cmod(uint32_t cmod) argument
47 switch (cmod) {
50 return cmod;
H A Dbrw_eu.h2258 uint32_t brw_swap_cmod(uint32_t cmod);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/
H A Dnative.cpp157 std::unique_ptr< ::llvm::Module> cmod { compat::clone_module(mod) }; local in function:clover::llvm::print_module_native
158 return as_string(emit_code(*cmod, target,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp159 std::unique_ptr< ::llvm::Module> cmod { ::llvm::CloneModule(mod) }; local in function:clover::llvm::print_module_native
160 return as_string(emit_code(*cmod, target,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.c42 brw_negate_cmod(uint32_t cmod) argument
44 switch (cmod) {
66 brw_swap_cmod(uint32_t cmod) argument
68 switch (cmod) {
71 return cmod;
H A Dbrw_eu.h1186 enum brw_conditional_mod brw_negate_cmod(uint32_t cmod);
1187 enum brw_conditional_mod brw_swap_cmod(uint32_t cmod);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp45 brw_negate_cmod(enum brw_conditional_mod cmod) argument
47 switch (cmod) {
61 unreachable("Can't negate this cmod");
69 brw_swap_cmod(enum brw_conditional_mod cmod) argument
71 switch (cmod) {
74 return cmod;
H A Dbrw_eu.h1850 enum brw_conditional_mod brw_negate_cmod(enum brw_conditional_mod cmod);
1851 enum brw_conditional_mod brw_swap_cmod(enum brw_conditional_mod cmod);
H A Dtest_fs_cmod_propagation.cpp43 void test_mov_prop(enum brw_conditional_mod cmod,
1583 cmod_propagation_test::test_mov_prop(enum brw_conditional_mod cmod, argument
1595 ->conditional_mod = cmod;
1606 expected_cmod_prop_progress ? cmod : BRW_CONDITIONAL_NONE;
1622 EXPECT_EQ(cmod, instruction(block0, 1)->conditional_mod);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst90 - intel/compiler: Don't cmod propagate into a saturated operation
91 - intel/compiler: Don't propagate cmod into integer multiplies
H A D18.1.4.rst65 - i965/vec4: Don't cmod propagate from CMP to ADD if the writemask
H A D20.0.7.rst111 - intel/fs: Don't delete coalesced MOVs if they have a cmod
H A D10.5.1.rst165 - i965/fs: Don't propagate cmod to inst with different type.
H A D20.0.8.rst226 - intel/compiler: fix cmod propagation optimisations
H A D21.3.0.rst1817 - intel/fs: Refactor some cmod propagation tests
1818 - intel/fs: Remove redundant inst->opcode checks in cmod prop
1819 - intel/fs: Add many cmod propagation tests involving MOV instructions
1820 - intel/fs: Fix a cmod prop bug when the source type of a mov doesn't match the dest type of scan_inst
1822 - intel/fs: cmod propagate from MOV with any condition
1823 - intel/fs: Remove condition-based restriction for cmod propagation to saturated operations
1825 - intel/fs: Remove type-based restriction for cmod propagation to saturated operations
4258 - intel/fs: Fix a cmod prop bug when cmod is set to inst that doesn't support it
H A 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
H A 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
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json20551 "description": "Revert \"intel/fs: Do cmod prop again after scheduling\"",
[all...]

Completed in 160 milliseconds