search for: nv30textureformat

Displaying 1 result from an estimated 1 matches for "nv30textureformat".

2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...X_##ts0x | NV34TCL_TX_SWIZZLE_S0_Y_##ts0y | \ + NV34TCL_TX_SWIZZLE_S0_Z_##ts0z | NV34TCL_TX_SWIZZLE_S0_W_##ts0w | \ + NV34TCL_TX_SWIZZLE_S1_X_##ts1x | NV34TCL_TX_SWIZZLE_S1_Y_##ts1y | \ + NV34TCL_TX_SWIZZLE_S1_Z_##ts1z | NV34TCL_TX_SWIZZLE_S1_W_##ts1w, \ } static nv_pict_texture_format_t NV30TextureFormat[] = { - _(a8r8g8b8, 0x12, S1, S1, S1, S1, X, Y, Z, W), - _(a8b8g8r8, 0x12, S1, S1, S1, S1, Z, Y, X, W), - _(x8r8g8b8, 0x12, S1, S1, S1, ONE, X, Y, Z, W), - _(x8b8g8r8, 0x12, S1, S1, S1, ONE, Z, Y, X, W), + _(a8r8g8b8, A8R8G8B8_RECT, S1, S1, S1, S1, X, Y, Z, W),...