Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp558 static const int NUM_FLOAT_PIXEL_COUNT = sizeof(FloatPixel) / sizeof(float); variable
2468 for (int j = 0; j < NUM_FLOAT_PIXEL_COUNT / 3; ++j) in compare()
2507 int inputValue = inputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j]; in compare()
2508 int outputValue = outputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j]; in compare()
2529 << NUM_FLOAT_PIXEL_COUNT * i + j << ": " << inputValue in compare()
2536 unsigned int inputValue = inputBufferUint[NUM_FLOAT_PIXEL_COUNT * i + j + 6]; in compare()
2537 unsigned int outputValue = outputBufferUint[NUM_FLOAT_PIXEL_COUNT * i + j + 6]; in compare()
2550 << NUM_FLOAT_PIXEL_COUNT * i + j << ": " << inputValue in compare()
2557 float inputValue = inputBufferFloat[NUM_FLOAT_PIXEL_COUNT * i + j + 12]; in compare()
2558 float outputValue = outputBufferFloat[NUM_FLOAT_PIXEL_COUNT * i + j + 12]; in compare()
[all …]