Searched refs:lp_build_xor (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_bitarit.h | 51 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
D | lp_bld_bitarit.c | 67 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_xor() function
|
D | lp_bld_sample_soa.c | 511 coord0 = lp_build_xor(int_coord_bld, coord0, isNeg); in lp_build_sample_wrap_linear() 514 coord1 = lp_build_xor(int_coord_bld, coord1, isNeg); in lp_build_sample_wrap_linear() 608 coord0 = lp_build_xor(int_coord_bld, isNeg, coord0); in lp_build_sample_wrap_linear() 613 coord1 = lp_build_xor(int_coord_bld, isNeg, coord1); in lp_build_sample_wrap_linear()
|
D | lp_bld_sample.c | 1510 next_faces[1] = lp_build_xor(ivec_bld, next_faces[0], ivec_bld->one); in lp_build_cube_new_coords() 1516 next_faces[2] = lp_build_xor(ivec_bld, next_faces[3], ivec_bld->one); in lp_build_cube_new_coords()
|
D | lp_bld_tgsi_action.c | 2089 emit_data->output[emit_data->chan] = lp_build_xor(&bld_base->uint_bld, in xor_emit_cpu()
|