Searched refs:lp_build_xor (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_bitarit.h | 51 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
| H A D | lp_bld_bitarit.c | 67 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
|
| H A D | lp_bld_sample_soa.c | 511 coord0 = lp_build_xor(int_coord_bld, coord0, isNeg); 514 coord1 = lp_build_xor(int_coord_bld, coord1, isNeg); 608 coord0 = lp_build_xor(int_coord_bld, isNeg, coord0); 613 coord1 = lp_build_xor(int_coord_bld, isNeg, coord1);
|
| H A D | lp_bld_sample.c | 1510 next_faces[1] = lp_build_xor(ivec_bld, next_faces[0], ivec_bld->one); 1516 next_faces[2] = lp_build_xor(ivec_bld, next_faces[3], ivec_bld->one);
|
| H A D | lp_bld_tgsi_action.c | 2089 emit_data->output[emit_data->chan] = lp_build_xor(&bld_base->uint_bld,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_bitarit.h | 51 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
| H A D | lp_bld_bitarit.c | 67 lp_build_xor(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
|
| H A D | lp_bld_sample.c | 1647 next_faces[1] = lp_build_xor(ivec_bld, next_faces[0], ivec_bld->one); 1653 next_faces[2] = lp_build_xor(ivec_bld, next_faces[3], ivec_bld->one);
|
| H A D | lp_bld_sample_soa.c | 521 coord0 = lp_build_xor(int_coord_bld, coord0, isNeg); 524 coord1 = lp_build_xor(int_coord_bld, coord1, isNeg); 618 coord0 = lp_build_xor(int_coord_bld, isNeg, coord0); 623 coord1 = lp_build_xor(int_coord_bld, isNeg, coord1);
|
| H A D | lp_bld_nir.c | 612 result = lp_build_xor(&bld_base->uint_bld, src[2], lp_build_and(&bld_base->uint_bld, src[0], lp_build_xor(&bld_base->uint_bld, src[1], src[2]))); 945 result = lp_build_xor(get_int_bld(bld_base, false, src_bit_size[0]),
|
| H A D | lp_bld_tgsi_action.c | 2089 emit_data->output[emit_data->chan] = lp_build_xor(&bld_base->uint_bld,
|
| H A D | lp_bld_nir_soa.c | 2187 scan_val = lp_build_xor(&elem_bld, value, scan_val);
|
Completed in 38 milliseconds