Home
last modified time | relevance | path

Searched refs:has_dst_aligned_region_restriction (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp152 else if (has_dst_aligned_region_restriction(devinfo, inst)) in required_exec_type()
164 if (has_dst_aligned_region_restriction(devinfo, inst)) in required_exec_type()
237 return has_dst_aligned_region_restriction(devinfo, inst) && in has_invalid_src_region()
260 return (has_dst_aligned_region_restriction(devinfo, inst) && in has_invalid_dst_region()
Dbrw_ir_fs.h555 has_dst_aligned_region_restriction(const intel_device_info *devinfo, in has_dst_aligned_region_restriction() function
585 has_dst_aligned_region_restriction(const intel_device_info *devinfo, in has_dst_aligned_region_restriction() function
588 return has_dst_aligned_region_restriction(devinfo, inst, inst->dst.type); in has_dst_aligned_region_restriction()
Dbrw_fs_copy_propagation.cpp384 if (has_dst_aligned_region_restriction(devinfo, inst, dst_type) && in can_take_stride()
589 if (has_dst_aligned_region_restriction(devinfo, inst, dst_type) && in try_copy_propagate()