Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1652 enum pipe_format copy_format; in st_CompressedTexSubImage() local
1686 copy_format = PIPE_FORMAT_R16G16B16A16_UINT; in st_CompressedTexSubImage()
1689 copy_format = PIPE_FORMAT_R32G32B32A32_UINT; in st_CompressedTexSubImage()
1695 if (!screen->is_format_supported(screen, copy_format, PIPE_BUFFER, 0, in st_CompressedTexSubImage()
1700 if (!screen->is_format_supported(screen, copy_format, dst->target, in st_CompressedTexSubImage()
1741 templ.format = copy_format; in st_CompressedTexSubImage()
1751 success = try_pbo_upload_common(ctx, surface, &addr, copy_format); in st_CompressedTexSubImage()