Home
last modified time | relevance | path

Searched refs:outmask (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A 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/
H A Dlp_rast_tri_tmp.h102 unsigned outmask = 0; /* outside one or more trivial reject planes */ in do_block_16() local
131 &outmask, /* sign bits from c[i][0..15] + cox */ in do_block_16()
135 if (outmask == 0xffff) in do_block_16()
145 unsigned partial_mask = partmask & ~outmask; in do_block_16()
205 unsigned outmask, inmask, partmask, partial_mask; in lp_rast_triangle() local
213 outmask = 0; /* outside one or more trivial reject planes */ in lp_rast_triangle()
285 &outmask, /* sign bits from c[i][0..15] + cox */ in lp_rast_triangle()
292 if (outmask == 0xffff) in lp_rast_triangle()
302 partial_mask = partmask & ~outmask; in lp_rast_triangle()
361 unsigned outmask in TRI_16() local
[all...]
H A Dlp_rast_tri.c101 unsigned *outmask, in build_masks()
104 *outmask |= build_mask_linear(c, dcdx, dcdy); in build_masks()
173 unsigned *outmask, in build_masks_sse()
192 *outmask |= _mm_movemask_epi8(result); in build_masks_sse()
499 unsigned *outmask, in build_masks_ppc()
518 *outmask |= vec_movemask_epi8(result); in build_masks_ppc()
97 build_masks(int32_t c, int32_t cdiff, int32_t dcdx, int32_t dcdy, unsigned *outmask, unsigned *partmask) build_masks() argument
169 build_masks_sse(int c, int cdiff, int dcdx, int dcdy, unsigned *outmask, unsigned *partmask) build_masks_sse() argument
495 build_masks_ppc(int c, int cdiff, int dcdx, int dcdy, unsigned *outmask, unsigned *partmask) build_masks_ppc() argument
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl176 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
700 vnor $outmask, v7, v7 # 0xff..ff
702 ?vperm $outmask, v7, $outmask, $outperm
747 vsel v1, $outhead, v0, $outmask
799 vsel v1, $outhead, v0, $outmask
957 vnor $outmask, v9, v9 # 0xff..ff
958 ?vperm $outmask, v9, $outmask, $outperm
983 vnor $outmask, v
[all...]
H A Daesp8-ppc.pl89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
158 vspltisb $outmask,-1
160 ?vperm $outmask,$zero,$outmask,$outperm
173 vsel $stage,$outhead,$outtail,$outmask
193 vsel $stage,$outhead,$outtail,$outmask
210 vsel $stage,$outhead,$outtail,$outmask
223 vsel $stage,$outhead,$outtail,$outmask
238 vsel $stage,$outhead,$outtail,$outmask
271 vsel $stage,$outhead,$outtail,$outmask
[all...]
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl176 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31));
700 vnor $outmask, v7, v7 # 0xff..ff
702 ?vperm $outmask, v7, $outmask, $outperm
747 vsel v1, $outhead, v0, $outmask
799 vsel v1, $outhead, v0, $outmask
957 vnor $outmask, v9, v9 # 0xff..ff
958 ?vperm $outmask, v9, $outmask, $outperm
983 vnor $outmask, v
[all...]
H A Daesp8-ppc.pl89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
158 vspltisb $outmask,-1
160 ?vperm $outmask,$zero,$outmask,$outperm
173 vsel $stage,$outhead,$outtail,$outmask
193 vsel $stage,$outhead,$outtail,$outmask
210 vsel $stage,$outhead,$outtail,$outmask
223 vsel $stage,$outhead,$outtail,$outmask
238 vsel $stage,$outhead,$outtail,$outmask
271 vsel $stage,$outhead,$outtail,$outmask
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl418 my ($inpperm,$outperm,$outmask) = map("v$_",(24..26));
539 vspltisw $outmask,-1 # 0xff..ff
542 ?vperm $outmask,$outmask,$T0,$outperm
804 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output
805 vsel @D[1],$B0,$C0,$outmask
806 vsel @D[2],$C0,$D0,$outmask
807 vsel @D[3],$D0,$A1,$outmask
808 vsel $B0,$A1,$B1,$outmask
809 vsel $C0,$B1,$C1,$outmask
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl418 my ($inpperm,$outperm,$outmask) = map("v$_",(24..26));
539 vspltisw $outmask,-1 # 0xff..ff
542 ?vperm $outmask,$outmask,$T0,$outperm
804 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output
805 vsel @D[1],$B0,$C0,$outmask
806 vsel @D[2],$C0,$D0,$outmask
807 vsel @D[3],$D0,$A1,$outmask
808 vsel $B0,$A1,$B1,$outmask
809 vsel $C0,$B1,$C1,$outmask
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_amerge.c77 uint64_t outmask = 0; in query_formats() local
99 if (av_channel_layout_subset(inlayout[i], outmask)) in query_formats()
101 outmask |= inlayout[i]->order == AV_CHANNEL_ORDER_NATIVE ? in query_formats()
123 av_channel_layout_from_mask(&outlayout, outmask); in query_formats()
/third_party/backends/backend/
H A Dcanon-sane.c1897 SANE_Byte *firstimage, *secondimage/*, inmask, outmask, outbyte, in read_fb1200()
2075 outmask = 128; in read_fb1200()
2080 outbyte = outbyte | outmask; in read_fb1200()
2081 outmask = outmask >> 1; in read_fb1200()
2083 outbyte = outbyte | outmask; in read_fb1200()
2084 outmask = outmask >> 1; in read_fb1200()
2089 outmask = 128; in read_fb1200()
2094 outbyte = outbyte | outmask; in read_fb1200()
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1930 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local
1946 outmask = 0; in usb_cdev_create()
1963 outmask = (unsigned int)outmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create()
1972 mode = (unsigned int)mode | (((unsigned int)outmask & (1 << ep)) ? outmode : 0); in usb_cdev_create()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c3871 is the number of return values for the function, outmask/inoutmask are
4029 /* outmask is a bitmask containing indexes into callargs. Items at in _build_callargs()
4048 int outmask, int inoutmask, unsigned int numretvals) in _build_result()
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()
4047 _build_result(PyObject *result, PyObject *callargs, int outmask, int inoutmask, unsigned int numretvals) _build_result() argument
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp19570 const __mmask32 outmask = __mmask32(_kandn_mask64(losurr, inmask));
19571 const __mmask64 outmhi = _kshiftri_mask64(outmask, 16);
19581 __m512i magiclo = _mm512_mask_blend_epi32(__mmask16(outmask), _mm512_set1_epi32(0xffffffff),
19587 magiclo = _mm512_mask_blend_epi32(__mmask16(outmask), _mm512_set1_epi32(0xffffffff),
[all...]

Completed in 53 milliseconds