Searched refs:IndexShift (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dpixeltransfer.c198 GLint shift = ctx->Pixel.IndexShift;
252 if (ctx->Pixel.IndexShift != 0 || ctx->Pixel.IndexOffset != 0) {
254 GLint shift = ctx->Pixel.IndexShift;
H A Dpixel.c528 if (ctx->Pixel.IndexShift == (GLint) param)
531 ctx->Pixel.IndexShift = (GLint) param;
633 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset)
706 ctx->Pixel.IndexShift = 0;
H A Dreadpix.c605 const GLboolean stencilTransfer = ctx->Pixel.IndexShift
H A Dmtypes.h1046 GLint IndexShift, IndexOffset; member in struct:gl_pixel_attrib
H A Dpack.c5263 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset ||
5798 if (ctx->Pixel.IndexShift ||
H A Dget.c860 { GL_INDEX_SHIFT, CONTEXT_INT(Pixel.IndexShift), NO_EXTRA },
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1547 unsigned IndexShift = getTypeSizeIndex(CI->getZExtValue(), VecEltTy); local
1549 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift,
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c2399 ctx->Pixel.IndexShift == 0 &&

Completed in 1317 milliseconds