Lines Matching full:pack
760 int componentCount, float (*pack)(Type), std::vector<FloatPixel>& result) const;
764 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const;
768 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const;
772 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const;
2208 // a pack operation, any extra memory allocated for skipping should be
2766 int elementCount, int componentCount, float (*pack)(Type),
2783 values[j] = pack(sourceData[componentCount * i + j]);
2864 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const
2871 pack(&values, sourceData[i]);
2878 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const
2885 pack(&values, sourceData[i]);
2892 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const
2899 pack(&values, sourceData[i]);
3628 : deqp::TestCase(context, "initial_values", "Verify if all UNPACK and PACK initial "
3683 // make sure that no pack/unpack buffers are bound