Searched refs:IndexShift (Results 1 – 8 of 8) sorted by relevance
200 GLint shift = ctx->Pixel.IndexShift; in _mesa_shift_and_offset_ci()254 if (ctx->Pixel.IndexShift != 0 || ctx->Pixel.IndexOffset != 0) { in _mesa_apply_stencil_transfer_ops()256 GLint shift = ctx->Pixel.IndexShift; in _mesa_apply_stencil_transfer_ops()
511 if (ctx->Pixel.IndexShift == (GLint) param) in _mesa_PixelTransferf()514 ctx->Pixel.IndexShift = (GLint) param; in _mesa_PixelTransferf()617 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset) in _mesa_update_pixel()657 ctx->Pixel.IndexShift = 0; in _mesa_init_pixel()
159 ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()166 return ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()823 const GLboolean stencilTransfer = ctx->Pixel.IndexShift in read_depth_stencil_pixels()
607 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_pack_stencil_span()1160 if (ctx->Pixel.IndexShift || in _mesa_pack_depth_stencil_span()
775 GLint IndexShift, IndexOffset; member
1547 unsigned IndexShift = getTypeSizeIndex(CI->getZExtValue(), VecEltTy); in CollectInsertionElements() local1549 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift, in CollectInsertionElements()
442 { GL_INDEX_SHIFT, CONTEXT_INT(Pixel.IndexShift), NO_EXTRA },
2145 ctx->Pixel.IndexShift == 0 && in _mesa_meta_DrawPixels()