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.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()
476 unsigned *outmask, in build_masks_ppc() argument
495 *outmask |= vec_movemask_epi8(result); in build_masks_ppc()
/external/boringssl/src/crypto/fipsmodule/aes/asm/
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 …]
/external/python/cpython3/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()
/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()