Home | History | Annotate | Download | only in nv30

Lines Matching refs:FORMAT

155    u32 format, stride;
164 format = NV30_3D_RT_FORMAT_COLOR_A8R8G8B8 |
170 format = NV30_3D_RT_FORMAT_COLOR_R5G6B5 |
176 format = NV30_3D_RT_FORMAT_COLOR_B8 |
188 format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED;
189 format |= util_logbase2(dst->w) << 16;
190 format |= util_logbase2(dst->h) << 24;
193 format |= NV30_3D_RT_FORMAT_TYPE_LINEAR;
203 PUSH_DATA (push, format);
441 BEGIN_NV04(push, NV04_SF2D(FORMAT), 4);
451 BEGIN_NV04(push, NV04_SSWZ(FORMAT), 2);