diff options
author | Matt Turner <[email protected]> | 2020-02-27 16:46:52 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-09 04:44:11 +0000 |
commit | 3d0821a21676304822d3364e7ba1c064ca523825 (patch) | |
tree | c397061d38f979f8bf478213d3476e5872b081eb /src/intel/compiler/brw_vec4.h | |
parent | d8f3d0a3a85244450d43da44cb8eed2389969b47 (diff) |
intel/vec4: Make implied_mrf_writes() a vec4_instruction method
Same as commit c20dc9b8363b (intel/fs: Make implied_mrf_writes() an
fs_inst method.)
Reviewed-by: Ian Romanick <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4093>
Diffstat (limited to 'src/intel/compiler/brw_vec4.h')
-rw-r--r-- | src/intel/compiler/brw_vec4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_vec4.h b/src/intel/compiler/brw_vec4.h index 2d5ec655486..338bdfa531f 100644 --- a/src/intel/compiler/brw_vec4.h +++ b/src/intel/compiler/brw_vec4.h @@ -224,8 +224,6 @@ public: #undef EMIT2 #undef EMIT3 - int implied_mrf_writes(vec4_instruction *inst); - vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, src_reg src0, src_reg src1); |