Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp1032 …void getFloatBuffer(GLvoid *gradient, int samplerIsIntUintFloat, const PixelFormat &format, const …
1038 …void makeBuffer(const GLvoid *gradient, const PixelFormat &format, int samplerIsIntUintFloat, int …
2714 int samplerIsIntUintFloat = 3; // 1: INT | 2: UINT | 3: FLOAT/UNORM/NORM in compare() local
2716 samplerIsIntUintFloat = 1; in compare()
2718 samplerIsIntUintFloat = 2; in compare()
2731 getFloatBuffer(&gradientStrip[0], samplerIsIntUintFloat, m_inputFormat, m_inputType, in compare()
2735 …getFloatBuffer(&dataStrip[0], samplerIsIntUintFloat, outputFormat, outputType, GRADIENT_WIDTH * GR… in compare()
2794 if (samplerIsIntUintFloat == 1) // 1: INT in compare()
2823 else if (samplerIsIntUintFloat == 2) // 2: UINT in compare()
2844 else if (samplerIsIntUintFloat == 3) // 3: FLOAT / UNORM / NORM in compare()
[all …]