Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c83 #define RETURN_FOR_SWIZZLE2(x, y, format) \ in get_canonical_format() macro
126 RETURN_FOR_SWIZZLE2(X, Y, PIPE_FORMAT_R8G8_UNORM); in get_canonical_format()
127 RETURN_FOR_SWIZZLE2(Y, X, PIPE_FORMAT_G8R8_UNORM); in get_canonical_format()
131 RETURN_FOR_SWIZZLE2(X, Y, PIPE_FORMAT_R16G16_UNORM); in get_canonical_format()
132 RETURN_FOR_SWIZZLE2(Y, X, PIPE_FORMAT_G16R16_UNORM); in get_canonical_format()
136 RETURN_FOR_SWIZZLE2(X, Y, PIPE_FORMAT_R32G32_UINT); in get_canonical_format()