intel/fs: Implement quad swizzles on ICL+.
Align16 is no longer a thing, so a new implementation is provided using Align1 instead. Not all possible swizzles can be represented as a single Align1 region, but some fast paths are provided for frequently used swizzles that can be represented efficiently in Align1 mode. Fixes ~90 subgroup quad swap Vulkan CTS tests. Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
@@ -480,6 +480,10 @@ private:
|
||||
struct brw_reg src,
|
||||
struct brw_reg idx);
|
||||
|
||||
void generate_quad_swizzle(const fs_inst *inst,
|
||||
struct brw_reg dst, struct brw_reg src,
|
||||
unsigned swiz);
|
||||
|
||||
bool patch_discard_jumps_to_fb_writes();
|
||||
|
||||
const struct brw_compiler *compiler;
|
||||
|
Reference in New Issue
Block a user