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

  /external/mesa3d/src/mesa/main/
stencil.c 155 ctx->Stencil.ValueMask[0] == mask &&
156 ctx->Stencil.ValueMask[1] == mask &&
164 ctx->Stencil.ValueMask[0] = ctx->Stencil.ValueMask[1] = mask;
203 ctx->Stencil.ValueMask[face] == mask &&
209 ctx->Stencil.ValueMask[face] = mask;
222 ctx->Stencil.ValueMask[0] == mask &&
223 ctx->Stencil.ValueMask[1] == mask &&
230 ctx->Stencil.ValueMask[0] = ctx->Stencil.ValueMask[1] = mask
    [all...]
attrib.c     [all...]
get.c 779 v->value_int = ctx->Stencil.ValueMask[ctx->Stencil.ActiveFace];
    [all...]
mtypes.h 849 GLuint ValueMask[3]; /**< Value mask */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_wm_depth_stencil.c 60 SET_FIELD(stencil->ValueMask[0] & 0xff, GEN8_WM_DS_STENCIL_TEST_MASK);
74 SET_FIELD(stencil->ValueMask[b] & 0xff,
gen6_depthstencil.c 63 ds->ds1.stencil_test_mask = ctx->Stencil.ValueMask[0];
76 ds->ds1.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
brw_cc.c 138 cc->cc1.stencil_test_mask = ctx->Stencil.ValueMask[0];
152 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 127 dsa->stencil[0].valuemask = ctx->Stencil.ValueMask[0] & 0xff;
138 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff;
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 422 APInt ValueMask(OrigValueBitWidth, 0);
429 ValueMask ^= PartMapMask;
430 assert((ValueMask & PartMapMask) == PartMapMask &&
433 assert(ValueMask.isAllOnesValue() && "Value is not fully mapped");
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 183 ctx->Stencil.ValueMask[0] << 16 |
nv10_state_raster.c 153 PUSH_DATA (push, ctx->Stencil.ValueMask[0]);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 283 ctx->Stencil.ValueMask[0]);
287 ctx->Stencil.ValueMask[1]);
meta.c     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 69 front_mask = ctx->Stencil.ValueMask[0];
76 back_mask = ctx->Stencil.ValueMask[ctx->Stencil._BackFace];
84 front_mask = ctx->Stencil.ValueMask[ctx->Stencil._BackFace];
91 back_mask = ctx->Stencil.ValueMask[0];
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 107 ValueMask = 0x18
184 int VE = Flags & ValueMask;
218 void setValueExpectedFlag(enum ValueExpected Val) { setFlag(Val, ValueMask); }
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 180 s = (GLubyte) (stencil[j] & valueMask); \
219 const GLuint valueMask = ctx->Stencil.ValueMask[face];
220 const GLubyte ref = (GLubyte) (_mesa_get_stencil_ref(ctx, face) & valueMask);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 217 { GL_STENCIL_BACK_VALUE_MASK, CONTEXT_UINT(Stencil.ValueMask[1]), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]

Completed in 1123 milliseconds