Searched refs:tiledFormat (Results 1 – 2 of 2) sorted by relevance
2582 intel_miptree_get_memcpy_type(mesa_format tiledFormat, GLenum format, GLenum type, in intel_miptree_get_memcpy_type() argument2589 if ((tiledFormat == MESA_FORMAT_L_UNORM8 && format == GL_LUMINANCE) || in intel_miptree_get_memcpy_type()2590 (tiledFormat == MESA_FORMAT_A_UNORM8 && format == GL_ALPHA)) { in intel_miptree_get_memcpy_type()2593 } else if ((tiledFormat == MESA_FORMAT_B8G8R8A8_UNORM) || in intel_miptree_get_memcpy_type()2594 (tiledFormat == MESA_FORMAT_B8G8R8X8_UNORM) || in intel_miptree_get_memcpy_type()2595 (tiledFormat == MESA_FORMAT_B8G8R8A8_SRGB) || in intel_miptree_get_memcpy_type()2596 (tiledFormat == MESA_FORMAT_B8G8R8X8_SRGB)) { in intel_miptree_get_memcpy_type()2603 } else if ((tiledFormat == MESA_FORMAT_R8G8B8A8_UNORM) || in intel_miptree_get_memcpy_type()2604 (tiledFormat == MESA_FORMAT_R8G8B8X8_UNORM) || in intel_miptree_get_memcpy_type()2605 (tiledFormat == MESA_FORMAT_R8G8B8A8_SRGB) || in intel_miptree_get_memcpy_type()[all …]
720 intel_miptree_get_memcpy_type(mesa_format tiledFormat, GLenum format, GLenum type,