Searched refs:lp_build_xor (Results 1 – 4 of 4) sorted by relevance
51 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
67 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_xor() function
1500 next_faces[1] = lp_build_xor(ivec_bld, next_faces[0], ivec_bld->one); in lp_build_cube_new_coords()1506 next_faces[2] = lp_build_xor(ivec_bld, next_faces[3], ivec_bld->one); in lp_build_cube_new_coords()
2234 emit_data->output[emit_data->chan] = lp_build_xor(&bld_base->uint_bld, in xor_emit_cpu()