Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c200 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()
Dpixel.c511 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()
Dreadpix.c159 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()
Dpack.c607 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_pack_stencil_span()
1160 if (ctx->Pixel.IndexShift || in _mesa_pack_depth_stencil_span()
Dmtypes.h775 GLint IndexShift, IndexOffset; member
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1547 unsigned IndexShift = getTypeSizeIndex(CI->getZExtValue(), VecEltTy); in CollectInsertionElements() local
1549 return CollectInsertionElements(I->getOperand(0), ElementIndex+IndexShift, in CollectInsertionElements()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h442 { GL_INDEX_SHIFT, CONTEXT_INT(Pixel.IndexShift), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2145 ctx->Pixel.IndexShift == 0 && in _mesa_meta_DrawPixels()