HomeSort by relevance Sort by last modified time
    Searched refs:WriteMask (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 57 mov->U.I.DstReg.WriteMask = split.Phase[phase];
radeon_program.c 98 * This function fills in the parameter 'used' with a writemask that
176 inst->U.I.DstReg.WriteMask = RC_MASK_XYZW;
radeon_pair_schedule.c 658 rgb->Alpha.WriteMask = alpha->Alpha.WriteMask;
719 if (emitted->Prev->U.P.RGB.WriteMask)
723 if (emitted->Prev->U.P.Alpha.WriteMask)
885 unsigned int old_mask = pair_inst->RGB.WriteMask;
895 if (!pair_inst->RGB.WriteMask)
944 pair_inst->Alpha.WriteMask = RC_MASK_W;
964 pair_inst->RGB.WriteMask = 0;
    [all...]
r300_fragprog_emit.c 246 if (inst->RGB.WriteMask) {
252 (inst->RGB.WriteMask << R300_ALU_DSTC_REG_MASK_SHIFT);
261 if (inst->Alpha.WriteMask) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 131 ctx->Stencil.WriteMask[0] : 0));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 658 rgb->Alpha.WriteMask = alpha->Alpha.WriteMask;
719 if (emitted->Prev->U.P.RGB.WriteMask)
723 if (emitted->Prev->U.P.Alpha.WriteMask)
885 unsigned int old_mask = pair_inst->RGB.WriteMask;
895 if (!pair_inst->RGB.WriteMask)
944 pair_inst->Alpha.WriteMask = RC_MASK_W;
964 pair_inst->RGB.WriteMask = 0;
    [all...]
r300_fragprog_emit.c 246 if (inst->RGB.WriteMask) {
252 (inst->RGB.WriteMask << R300_ALU_DSTC_REG_MASK_SHIFT);
261 if (inst->Alpha.WriteMask) {
r500_fragprog.c 109 inst_mov->U.I.DstReg.WriteMask = 0;
159 writer->Inst->U.I.DstReg.WriteMask = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 191 dst->WriteMask = src->Register.WriteMask;
r300_vs_draw.c 253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
265 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 236 if (inst->DstReg.WriteMask & WRITEMASK_X)
238 if (inst->DstReg.WriteMask & WRITEMASK_Y)
240 if (inst->DstReg.WriteMask & WRITEMASK_Z)
242 if (inst->DstReg.WriteMask & WRITEMASK_W)
321 live_components[inst->DstReg.Index] &= ~inst->DstReg.WriteMask;
778 if (inst->DstReg.WriteMask & WRITEMASK_Y) {
781 if (inst->DstReg.WriteMask & WRITEMASK_X)
800 if (inst->DstReg.WriteMask & WRITEMASK_X) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 247 GLuint writemask )
253 if (writemask & (1<<i)) {
259 out->writemask = writemask;
317 GLuint writemask = inst->DstReg.WriteMask; local
341 pass0_set_dst(c, out, inst, writemask);
353 GLuint writemask = inst->DstReg.WriteMask; local
368 if (writemask & (1 << i)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 218 inst[ic].DstReg.WriteMask = WRITEMASK_XY; /* write R,G */
230 inst[ic].DstReg.WriteMask = WRITEMASK_ZW; /* write B,A */
st_cb_clear.c 258 depth_stencil.depth.writemask = 1;
271 depth_stencil.stencil[0].writemask = ctx->Stencil.WriteMask[0] & 0xff;
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 191 dst->WriteMask = src->Register.WriteMask;
r300_vs_draw.c 253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
265 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 236 if (inst->DstReg.WriteMask & WRITEMASK_X)
238 if (inst->DstReg.WriteMask & WRITEMASK_Y)
240 if (inst->DstReg.WriteMask & WRITEMASK_Z)
242 if (inst->DstReg.WriteMask & WRITEMASK_W)
321 live_components[inst->DstReg.Index] &= ~inst->DstReg.WriteMask;
778 if (inst->DstReg.WriteMask & WRITEMASK_Y) {
781 if (inst->DstReg.WriteMask & WRITEMASK_X)
800 if (inst->DstReg.WriteMask & WRITEMASK_X) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 247 GLuint writemask )
253 if (writemask & (1<<i)) {
259 out->writemask = writemask;
317 GLuint writemask = inst->DstReg.WriteMask; local
341 pass0_set_dst(c, out, inst, writemask);
353 GLuint writemask = inst->DstReg.WriteMask; local
368 if (writemask & (1 << i)) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 218 inst[ic].DstReg.WriteMask = WRITEMASK_XY; /* write R,G */
230 inst[ic].DstReg.WriteMask = WRITEMASK_ZW; /* write B,A */
st_cb_clear.c 258 depth_stencil.depth.writemask = 1;
271 depth_stencil.stencil[0].writemask = ctx->Stencil.WriteMask[0] & 0xff;
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 903 if (!Parse_Token(parseState, token)) /* get xyzw writemask */
906 dstReg->WriteMask = 0;
909 dstReg->WriteMask |= WRITEMASK_X;
913 dstReg->WriteMask |= WRITEMASK_Y;
917 dstReg->WriteMask |= WRITEMASK_Z;
921 dstReg->WriteMask |= WRITEMASK_W;
925 RETURN_ERROR1("Invalid writemask character");
930 dstReg->WriteMask = WRITEMASK_XYZW;
    [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 903 if (!Parse_Token(parseState, token)) /* get xyzw writemask */
906 dstReg->WriteMask = 0;
909 dstReg->WriteMask |= WRITEMASK_X;
913 dstReg->WriteMask |= WRITEMASK_Y;
917 dstReg->WriteMask |= WRITEMASK_Z;
921 dstReg->WriteMask |= WRITEMASK_W;
925 RETURN_ERROR1("Invalid writemask character");
930 dstReg->WriteMask = WRITEMASK_XYZW;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 132 const GLubyte wrtmask = ctx->Stencil.WriteMask[face];
500 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
525 /* need to apply writemask */
554 const GLuint writeMask = ctx->Stencil.WriteMask[0];
561 if (!rb || writeMask == 0)
571 if ((writeMask & stencilMax) != stencilMax) {
590 GLubyte clear = ctx->Stencil.Clear & writeMask & 0xff;
591 GLubyte mask = (~writeMask) & 0xff;
617 GLuint clear = (ctx->Stencil.Clear & writeMask & 0xff) << 24
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 132 const GLubyte wrtmask = ctx->Stencil.WriteMask[face];
500 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
525 /* need to apply writemask */
554 const GLuint writeMask = ctx->Stencil.WriteMask[0];
561 if (!rb || writeMask == 0)
571 if ((writeMask & stencilMax) != stencilMax) {
590 GLubyte clear = ctx->Stencil.Clear & writeMask & 0xff;
591 GLubyte mask = (~writeMask) & 0xff;
617 GLuint clear = (ctx->Stencil.Clear & writeMask & 0xff) << 24
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 309 ctx->Driver.StencilMaskSeparate(ctx, GL_FRONT, ctx->Stencil.WriteMask[0]);
310 ctx->Driver.StencilMaskSeparate(ctx, GL_BACK, ctx->Stencil.WriteMask[1]);

Completed in 1327 milliseconds

1 2 34 5 6 7 8