Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h474 dst_reg left_high = subscript(left, type32, 1); in emit_scan_step() local
483 CMP(null_reg_ud(), left_high, right_high, in emit_scan_step()
486 CMP(null_reg_ud(), left_high, right_high, mod)); in emit_scan_step()
493 set_predicate(BRW_PREDICATE_NORMAL, MOV(right_high, left_high)); in emit_scan_step()