Lines Matching defs:block
358 throw InternalError("Invalid ASTC block size " + de::toString(size.x()) + "x" + de::toString(size.y()) + "x" + de::toString(size.z()));
406 deUint64 block = 0;
409 block = (block << 8ull) | (deUint64)(src[blockNdx*8+i]);
411 return block;
414 // Return the first 64 bits of a 128 bit block.
420 // Return the last 64 bits of a 128 bit block.
1347 deUint64 block = 0;
1350 block |= (deUint64)(src[blockNdx*8+i]) << (8ull*i);
1352 return block;