Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h77 const unsigned outmask = quads[i]->inout.mask; in NAME() local
91 if (outmask & 1) { in NAME()
96 if (outmask & 2) { in NAME()
101 if (outmask & 4) { in NAME()
106 if (outmask & 8) { in NAME()
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) { in NAME()
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) { in NAME()
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) { in NAME()
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) { in NAME()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h102 unsigned outmask, inmask, partmask, partial_mask; in TAG() local
105 outmask = 0; /* outside one or more trivial reject planes */ in TAG()
134 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG()
138 if (outmask == 0xffff) in TAG()
148 partial_mask = partmask & ~outmask; in TAG()
207 unsigned outmask, inmask, partmask, partial_mask; in TAG() local
215 outmask = 0; /* outside one or more trivial reject planes */ in TAG()
285 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG()
292 if (outmask == 0xffff) in TAG()
302 partial_mask = partmask & ~outmask; in TAG()
[all …]
Dlp_rast_tri.c102 unsigned *outmask, in build_masks() argument
105 *outmask |= build_mask_linear(c, dcdx, dcdy); in build_masks()
174 unsigned *outmask, in build_masks_sse() argument
193 *outmask |= _mm_movemask_epi8(result); in build_masks_sse()
501 unsigned *outmask, in build_masks_ppc() argument
520 *outmask |= vec_movemask_epi8(result); in build_masks_ppc()
/third_party/openssl/crypto/aes/asm/
Dvpaes-ppc.pl171 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
695 vnor $outmask, v7, v7 # 0xff..ff
697 ?vperm $outmask, v7, $outmask, $outperm
742 vsel v1, $outhead, v0, $outmask
794 vsel v1, $outhead, v0, $outmask
951 vnor $outmask, v9, v9 # 0xff..ff
952 ?vperm $outmask, v9, $outmask, $outperm
977 vnor $outmask, v9, v9 # 0xff..ff
978 ?vperm $outmask, $outmask, v9, $outperm
1120 vsel v2, $outhead, v0, $outmask
[all …]
Daesp8-ppc.pl85 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
154 vspltisb $outmask,-1
156 ?vperm $outmask,$zero,$outmask,$outperm
169 vsel $stage,$outhead,$outtail,$outmask
189 vsel $stage,$outhead,$outtail,$outmask
206 vsel $stage,$outhead,$outtail,$outmask
219 vsel $stage,$outhead,$outtail,$outmask
234 vsel $stage,$outhead,$outtail,$outmask
267 vsel $stage,$outhead,$outtail,$outmask
277 vsel $stage,$outhead,$outtail,$outmask
[all …]
/third_party/openssl/crypto/chacha/asm/
Dchacha-ppc.pl414 my ($inpperm,$outperm,$outmask) = map("v$_",(24..26));
535 vspltisw $outmask,-1 # 0xff..ff
538 ?vperm $outmask,$outmask,$T0,$outperm
800 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output
801 vsel @D[1],$B0,$C0,$outmask
802 vsel @D[2],$C0,$D0,$outmask
803 vsel @D[3],$D0,$A1,$outmask
804 vsel $B0,$A1,$B1,$outmask
805 vsel $C0,$B1,$C1,$outmask
806 vsel $D0,$C1,$D1,$outmask
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1943 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local
1959 outmask = 0; in usb_cdev_create()
1976 outmask = (unsigned int)outmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
1985 mode = (unsigned int)mode | (((unsigned int)outmask & (1 << ep)) ? outmode : 0); in usb_cdev_create()
/third_party/python/Modules/_ctypes/
D_ctypes.c4048 int outmask, int inoutmask, unsigned int numretvals) in _build_result() argument
4084 } else if (bit & outmask) { in _build_result()
4121 int outmask; in PyCFuncPtr_call() local
4167 &outmask, &inoutmask, &numretvals); in PyCFuncPtr_call()
4233 outmask, inoutmask, numretvals); in PyCFuncPtr_call()