• Home
  • Raw
  • Download

Lines Matching refs:FloatPixel

534 struct FloatPixel  struct
558 static const int NUM_FLOAT_PIXEL_COUNT = sizeof(FloatPixel) / sizeof(float);
754 int elementCount, std::vector<FloatPixel>& result) const;
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;
774 FloatPixel orderComponentsInt(rawIntPixel values, const PixelFormat& format) const;
775 FloatPixel orderComponentsUint(rawUintPixel values, const PixelFormat& format) const;
776 FloatPixel orderComponentsFloat(rawFloatPixel values, const PixelFormat& format) const;
2433 std::vector<FloatPixel> inputBuffer; in compare()
2437 std::vector<FloatPixel> outputBuffer; in compare()
2608 const PixelType& type, int elementCount, std::vector<FloatPixel>& result) const in getFloatBuffer()
2753 std::vector<FloatPixel>& result) const in makeBuffer()
2756 result.resize(sizeof(FloatPixel) * elementCount); in makeBuffer()
2850 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const in makeBufferPackedInt()
2853 result.resize(sizeof(FloatPixel) * elementCount); in makeBufferPackedInt()
2864 void (*pack)(rawUintPixel*, Type), std::vector<FloatPixel>& result) const in makeBufferPackedUint()
2867 result.resize(sizeof(FloatPixel) * elementCount); in makeBufferPackedUint()
2878 void (*pack)(rawFloatPixel*, Type), std::vector<FloatPixel>& result) const in makeBufferPackedFloat()
2881 result.resize(sizeof(FloatPixel) * elementCount); in makeBufferPackedFloat()
2890 FloatPixel RectangleTest::orderComponentsInt(rawIntPixel values, const PixelFormat& format) const in orderComponentsInt()
2892FloatPixel fp = { PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, … in orderComponentsInt()
2912 FloatPixel RectangleTest::orderComponentsUint(rawUintPixel values, const PixelFormat& format) const in orderComponentsUint()
2914FloatPixel fp = { PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, … in orderComponentsUint()
2934 FloatPixel RectangleTest::orderComponentsFloat(rawFloatPixel values, const PixelFormat& format) con… in orderComponentsFloat()
2936FloatPixel fp = { PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, PACK_DEFAULTI, … in orderComponentsFloat()