Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c164 src[0] = tsrc_negate(src[0]); in aos_simple()
560 tc_ADD(tc, tmp, tsrc_negate(src[0]), tsrc_imm_f(1.0f)); in aos_LRP()
610 tsrc_negate(tsrc_from(tmp))); in aos_XPD()
695 tc_RNDD(tc, tmp, tsrc_negate(src[0])); in aos_CEIL()
696 tc_MOV(tc, dst[0], tsrc_negate(tsrc_from(tmp))); in aos_CEIL()
709 tc_ADD(tc, tmp, src[0], tsrc_negate(src[1])); in aos_SAD()
1208 tc_MAC(tc, dst0[0], src[0][1], src[1][2], tsrc_negate(tsrc_from(dst0[0]))); in soa_XPD()
1212 tc_MAC(tc, dst0[1], src[0][2], src[1][0], tsrc_negate(tsrc_from(dst0[1]))); in soa_XPD()
1216 tc_MAC(tc, dst0[2], src[0][0], src[1][1], tsrc_negate(tsrc_from(dst0[2]))); in soa_XPD()
Dtoy_compiler_reg.h606 tsrc_negate(struct toy_src src) in tsrc_negate() function
Dilo_shader_fs.c122 y = tsrc_negate(y); in fetch_position()
1204 tc_ADD(tc, dst[i], right, tsrc_negate(left)); in fs_lower_opcode_derivative()
1215 tc_ADD(tc, dst[i], bottom, tsrc_negate(top)); in fs_lower_opcode_derivative()