Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp154 const unsigned dst_byte_offset = reg_offset(inst->dst) % REG_SIZE; in has_invalid_src_region() local
160 src_byte_offset != dst_byte_offset); in has_invalid_src_region()
175 const unsigned dst_byte_offset = reg_offset(inst->dst) % REG_SIZE; in has_invalid_dst_region() local
182 required_dst_byte_offset(inst) != dst_byte_offset)) || in has_invalid_dst_region()