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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 75 unsigned outmask, inmask, partmask, partial_mask; local
78 outmask = 0; /* outside one or more trivial reject planes */
91 &outmask, /* sign bits from c[i][0..15] + cox */
95 if (outmask == 0xffff)
105 partial_mask = partmask & ~outmask;
164 unsigned outmask, inmask, partmask, partial_mask; local
172 outmask = 0; /* outside one or more trivial reject planes */
191 &outmask, /* sign bits from c[i][0..15] + cox */
198 if (outmask == 0xffff)
208 partial_mask = partmask & ~outmask;
263 unsigned outmask, partial_mask; local
    [all...]
lp_rast_tri.c 108 unsigned *outmask,
111 *outmask |= build_mask_linear(c, dcdx, dcdy);
152 unsigned *outmask,
171 *outmask |= _mm_movemask_epi8(result);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 75 unsigned outmask, inmask, partmask, partial_mask; local
78 outmask = 0; /* outside one or more trivial reject planes */
91 &outmask, /* sign bits from c[i][0..15] + cox */
95 if (outmask == 0xffff)
105 partial_mask = partmask & ~outmask;
164 unsigned outmask, inmask, partmask, partial_mask; local
172 outmask = 0; /* outside one or more trivial reject planes */
191 &outmask, /* sign bits from c[i][0..15] + cox */
198 if (outmask == 0xffff)
208 partial_mask = partmask & ~outmask;
263 unsigned outmask, partial_mask; local
    [all...]
lp_rast_tri.c 108 unsigned *outmask,
111 *outmask |= build_mask_linear(c, dcdx, dcdy);
152 unsigned *outmask,
171 *outmask |= _mm_movemask_epi8(result);
  /external/icu/icu4c/source/layout/
IndicReordering.cpp     [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 133 * @param outMask a combination of the CHANNEL_OUT_* definitions, but not CHANNEL_OUT_DEFAULT
137 public static int inChannelMaskFromOutChannelMask(int outMask) throws IllegalArgumentException {
138 if (outMask == CHANNEL_OUT_DEFAULT) {
142 switch (channelCountFromOutChannelMask(outMask)) {
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 272 unsigned OutMask = ~ReusableCCMask & CCMask;
273 if (OutMask != 0 && OutMask != OutValid)

Completed in 1399 milliseconds