Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_vec4_cmod_propagation.cpp795 src_reg cmp_src = src_reg(dest); in TEST_F() local
796 cmp_src.swizzle = BRW_SWIZZLE4(0,1,3,2); in TEST_F()
799 bld.CMP(bld.null_reg_f(), cmp_src, zero, BRW_CONDITIONAL_NZ); in TEST_F()