Lines Matching refs:download

99 std::string getDownloadString (const int download)
102 return strs[download];
113 enum Download download;
444 if (caseDef.download == DOWNLOAD_LOAD)
476 if (caseDef.download == DOWNLOAD_TEXTURE)
811 switch (caseDef.download)
823 DE_FATAL("Invalid download method");
836 // Executes a combination of upload/download methods
999 switch (m_caseDef.download)
1011 DE_FATAL("Unsupported download method");
1066 switch (m_caseDef.download)
1078 DE_FATAL("Unsupported download method");
1366 // Create output image with download result
1448 // Create output image with download result
1596 // For the Copy download method, this is the target of the download, for other
1597 // download methods, pixel data will be copied to this buffer from the download
1640 // Check required features on the format for the required upload/download methods
1664 switch (caseDef.download)
1679 DE_FATAL("Invalid download method");
1684 TCU_THROW(NotSupportedError, "View format doesn't support upload/download method");
1696 TCU_THROW(NotSupportedError, "Image format doesn't support upload/download method");
1725 for (int download = 0; download < DOWNLOAD_LAST; download++)
1727 if ((download == DOWNLOAD_LOAD || download == DOWNLOAD_TEXTURE) &&
1739 static_cast<enum Download>(download),
1746 "_" + getUploadString(upload) + "_" + getDownloadString(download);
2138 // For the Copy download method, this is the target of the download, for other
2139 // download methods, pixel data will be copied to this buffer from the download
2200 for (int download = 0; download < DOWNLOAD_LAST; download++)
2202 if ((download == DOWNLOAD_LOAD || download == DOWNLOAD_TEXTURE) &&
2214 static_cast<enum Download>(download),
2221 "_" + getUploadString(upload) + "_" + getDownloadString(download) + "_format_list";