Searched refs:COLOR_TABLE_FLOAT (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 124 static const Vec4 COLOR_TABLE_FLOAT[COLOR_TABLE_SIZE] = variable 147 …makeClearValueColorF32(COLOR_TABLE_FLOAT[0].x(), COLOR_TABLE_FLOAT[0].y(), COLOR_TABLE_FLOAT[0].z(… 148 …makeClearValueColorF32(COLOR_TABLE_FLOAT[1].x(), COLOR_TABLE_FLOAT[1].y(), COLOR_TABLE_FLOAT[1].z(… 149 …makeClearValueColorF32(COLOR_TABLE_FLOAT[2].x(), COLOR_TABLE_FLOAT[2].y(), COLOR_TABLE_FLOAT[2].z(… 150 …makeClearValueColorF32(COLOR_TABLE_FLOAT[3].x(), COLOR_TABLE_FLOAT[3].y(), COLOR_TABLE_FLOAT[3].z(… 419 … << "(" << COLOR_TABLE_FLOAT[idx].x() << ", " << COLOR_TABLE_FLOAT[idx].y() << ", " << COLOR_TABLE… in initPrograms() 744 color = COLOR_TABLE_FLOAT[colorIdx]; in genVertexData() 781 image.setPixel(tcu::linearToSRGB(COLOR_TABLE_FLOAT[colorIdx]), x, y, z); in generateExpectedImage() 783 image.setPixel(COLOR_TABLE_FLOAT[colorIdx], x, y, z); in generateExpectedImage() 1206 tcu::clear(imageAccess, COLOR_TABLE_FLOAT[colorIdx]); in uploadCopy()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 124 static const Vec4 COLOR_TABLE_FLOAT[COLOR_TABLE_SIZE] = variable 147 …makeClearValueColorF32(COLOR_TABLE_FLOAT[0].x(), COLOR_TABLE_FLOAT[0].y(), COLOR_TABLE_FLOAT[0].z(… 148 …makeClearValueColorF32(COLOR_TABLE_FLOAT[1].x(), COLOR_TABLE_FLOAT[1].y(), COLOR_TABLE_FLOAT[1].z(… 149 …makeClearValueColorF32(COLOR_TABLE_FLOAT[2].x(), COLOR_TABLE_FLOAT[2].y(), COLOR_TABLE_FLOAT[2].z(… 150 …makeClearValueColorF32(COLOR_TABLE_FLOAT[3].x(), COLOR_TABLE_FLOAT[3].y(), COLOR_TABLE_FLOAT[3].z(… 419 … << "(" << COLOR_TABLE_FLOAT[idx].x() << ", " << COLOR_TABLE_FLOAT[idx].y() << ", " << COLOR_TABLE… in initPrograms() 744 color = COLOR_TABLE_FLOAT[colorIdx]; in genVertexData() 781 image.setPixel(tcu::linearToSRGB(COLOR_TABLE_FLOAT[colorIdx]), x, y, z); in generateExpectedImage() 783 image.setPixel(COLOR_TABLE_FLOAT[colorIdx], x, y, z); in generateExpectedImage() 1206 tcu::clear(imageAccess, COLOR_TABLE_FLOAT[colorIdx]); in uploadCopy()
|