Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h81 unsigned outmask, inmask, partmask, partial_mask; in TAG() local
84 outmask = 0; /* outside one or more trivial reject planes */ in TAG()
113 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG()
117 if (outmask == 0xffff) in TAG()
127 partial_mask = partmask & ~outmask; in TAG()
186 unsigned outmask, inmask, partmask, partial_mask; in TAG() local
194 outmask = 0; /* outside one or more trivial reject planes */ in TAG()
264 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG()
271 if (outmask == 0xffff) in TAG()
281 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()
147 unsigned *outmask, in build_masks_sse() argument
166 *outmask |= _mm_movemask_epi8(result); in build_masks_sse()
449 unsigned *outmask, in build_masks_ppc() argument
468 *outmask |= vec_movemask_epi8(result); in build_masks_ppc()
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesp8-ppc.pl83 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
152 vspltisb $outmask,-1
154 ?vperm $outmask,$zero,$outmask,$outperm
167 vsel $stage,$outhead,$outtail,$outmask
187 vsel $stage,$outhead,$outtail,$outmask
204 vsel $stage,$outhead,$outtail,$outmask
217 vsel $stage,$outhead,$outtail,$outmask
232 vsel $stage,$outhead,$outtail,$outmask
265 vsel $stage,$outhead,$outtail,$outmask
275 vsel $stage,$outhead,$outtail,$outmask
[all …]
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3816 int outmask, int inoutmask, unsigned int numretvals) in _build_result() argument
3852 } else if (bit & outmask) { in _build_result()
3889 int outmask; in PyCFuncPtr_call() local
3935 &outmask, &inoutmask, &numretvals); in PyCFuncPtr_call()
4001 outmask, inoutmask, numretvals); in PyCFuncPtr_call()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3925 int outmask, int inoutmask, unsigned int numretvals) in _build_result() argument
3961 } else if (bit & outmask) { in _build_result()
3996 int outmask; in PyCFuncPtr_call() local
4042 &outmask, &inoutmask, &numretvals); in PyCFuncPtr_call()
4108 outmask, inoutmask, numretvals); in PyCFuncPtr_call()