Lines Matching full:i965
42 - i965/fs: Refactor check for potential copy propagated instructions.
43 - i965/fs: skip copy-propate for logical instructions with negated src
45 - i965/vec4: skip copy-propate for logical instructions with negated
61 - i965: Generalize the pixel_x/y workaround for all UW types.
72 - i965: Add auxiliary surface field #defines for Broadwell.
76 - i965: Don't copy propagate abs into Broadwell logic instructions.
77 - i965: Set execution size to 8 for instructions with force_sechalf
79 - i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.
80 - i965/fs: Use WE_all for gl_SampleID header register munging.
81 - i965: Add plumbing for Broadwell's auxiliary surface support.
82 - i965: Drop SINT workaround for CMS layout on Broadwell.
83 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
84 - i965: Add 2x MSAA support to the MCS allocation function.
85 - i965: Enable compressed multisample support (CMS) on Broadwell.
96 - i965/vec4: Don't return void from a void function.
97 - i965/vec4: Don't fix_math_operand() on Gen >= 8.
98 - i965/fs: Don't fix_math_operand() on Gen >= 8.
99 - i965/fs: Make try_constant_propagate() static.
100 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
101 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
102 - i965/fs: Don't use brw_imm\_\* unnecessarily.
103 - i965/fs: Set correct number of regs_written for MCS fetches.