HomeSort by relevance Sort by last modified time
    Searched defs:outmask (Results 1 - 4 of 4) 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...]
  /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...]

Completed in 370 milliseconds