HomeSort by relevance Sort by last modified time
    Searched refs:outmask (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 77 const unsigned outmask = quads[i]->inout.mask; local
91 if (outmask & 1) {
96 if (outmask & 2) {
101 if (outmask & 4) {
106 if (outmask & 8) {
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 81 unsigned outmask, inmask, partmask, partial_mask; local
84 outmask = 0; /* outside one or more trivial reject planes */
113 &outmask, /* sign bits from c[i][0..15] + cox */
117 if (outmask == 0xffff)
127 partial_mask = partmask & ~outmask;
186 unsigned outmask, inmask, partmask, partial_mask; local
194 outmask = 0; /* outside one or more trivial reject planes */
264 &outmask, /* sign bits from c[i][0..15] + cox */
271 if (outmask == 0xffff)
281 partial_mask = partmask & ~outmask;
336 unsigned outmask, partial_mask; local
    [all...]
lp_rast_tri.c 102 unsigned *outmask,
105 *outmask |= build_mask_linear(c, dcdx, dcdy);
147 unsigned *outmask,
166 *outmask |= _mm_movemask_epi8(result);
449 unsigned *outmask,
468 *outmask |= vec_movemask_epi8(result);
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesp8-ppc.pl 83 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
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 3996 int outmask; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 3889 int outmask; local
    [all...]

Completed in 623 milliseconds