Searched refs:needs_src_copy (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_lower_simd_width.cpp | 473 needs_src_copy(const fs_builder &lbld, const fs_inst *inst, unsigned i) in needs_src_copy() function 502 if (needs_src_copy(lbld, inst, i)) { in emit_unzip() 556 if (needs_src_copy(lbld, inst, i)) in needs_dst_copy()
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 75 - intel/fs: Handle flag read/write aliasing in needs_src_copy
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_fs.cpp | 4851 needs_src_copy(const fs_builder &lbld, const elk_fs_inst *inst, unsigned i) in needs_src_copy() function 4873 if (needs_src_copy(lbld, inst, i)) { in emit_unzip() 4931 if (needs_src_copy(lbld, inst, i)) in needs_dst_copy()
|