Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp753 …void getFloatBuffer(GLvoid* gradient, int samplerIsIntUintFloat, const PixelFormat& format, const …
759 …void makeBuffer(const GLvoid* gradient, const PixelFormat& format, int samplerIsIntUintFloat, int …
2417 int samplerIsIntUintFloat = 3; // 1: INT | 2: UINT | 3: FLOAT/UNORM/NORM in compare() local
2419 samplerIsIntUintFloat = 1; in compare()
2421 samplerIsIntUintFloat = 2; in compare()
2434 getFloatBuffer(&gradientStrip[0], samplerIsIntUintFloat, m_inputFormat, m_inputType, in compare()
2438 …getFloatBuffer(&dataStrip[0], samplerIsIntUintFloat, outputFormat, outputType, GRADIENT_WIDTH * GR… in compare()
2497 if (samplerIsIntUintFloat == 1) // 1: INT in compare()
2527 else if (samplerIsIntUintFloat == 2) // 2: UINT in compare()
2548 else if (samplerIsIntUintFloat == 3) // 3: FLOAT / UNORM / NORM in compare()
[all …]