Searched refs:CompressedBlockDepth (Results 1 – 3 of 3) sorted by relevance
125 ctx->Pack.CompressedBlockDepth = param; in pixel_storei()204 ctx->Unpack.CompressedBlockDepth = param; in pixel_storei()278 ctx->Pack.CompressedBlockDepth = 0; in _mesa_init_pixelstore()292 ctx->Unpack.CompressedBlockDepth = 0; in _mesa_init_pixelstore()346 packing->CompressedBlockDepth && in _mesa_compressed_pixel_storage_error_check()347 packing->SkipImages % packing->CompressedBlockDepth) { in _mesa_compressed_pixel_storage_error_check()
1311 if (dims > 2 && packing->CompressedBlockDepth && in _mesa_compute_compressed_pixelstore()1314 int bd = packing->CompressedBlockDepth; in _mesa_compute_compressed_pixelstore()
1405 GLint CompressedBlockDepth; member