Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp121 static const Vec4 COLOR_TABLE_FLOAT[COLOR_TABLE_SIZE] = variable
144 …makeClearValueColorF32(COLOR_TABLE_FLOAT[0].x(), COLOR_TABLE_FLOAT[0].y(), COLOR_TABLE_FLOAT[0].z(…
145 …makeClearValueColorF32(COLOR_TABLE_FLOAT[1].x(), COLOR_TABLE_FLOAT[1].y(), COLOR_TABLE_FLOAT[1].z(…
146 …makeClearValueColorF32(COLOR_TABLE_FLOAT[2].x(), COLOR_TABLE_FLOAT[2].y(), COLOR_TABLE_FLOAT[2].z(…
147 …makeClearValueColorF32(COLOR_TABLE_FLOAT[3].x(), COLOR_TABLE_FLOAT[3].y(), COLOR_TABLE_FLOAT[3].z(…
416 … << "(" << COLOR_TABLE_FLOAT[idx].x() << ", " << COLOR_TABLE_FLOAT[idx].y() << ", " << COLOR_TABLE… in initPrograms()
830 color = COLOR_TABLE_FLOAT[colorIdx]; in genVertexData()
867 image.setPixel(tcu::linearToSRGB(COLOR_TABLE_FLOAT[colorIdx]), x, y, z); in generateExpectedImage()
869 image.setPixel(COLOR_TABLE_FLOAT[colorIdx], x, y, z); in generateExpectedImage()
1280 tcu::clear(imageAccess, COLOR_TABLE_FLOAT[colorIdx]); in uploadCopy()