Searched refs:card_fmt (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv30_xv_tex.c65 uint32_t card_fmt = 0; local in function:NV30VideoTexture
72 card_fmt = NV30_3D_TEX_FORMAT_FORMAT_A8R8G8B8;
76 card_fmt = NV30_3D_TEX_FORMAT_FORMAT_I8_RECT;
80 card_fmt = NV30_3D_TEX_FORMAT_FORMAT_A8L8_RECT;
94 card_fmt | (1 << 16) | 8 /* no idea */ |
106 card_fmt | (1 << 16) | 8 /* no idea */ |
H A Dnv40_xv_tex.c64 uint32_t card_fmt = 0; local in function:NV40VideoTexture
69 card_fmt = NV40_3D_TEX_FORMAT_FORMAT_A8R8G8B8;
73 card_fmt = NV40_3D_TEX_FORMAT_FORMAT_L8;
77 card_fmt = NV40_3D_TEX_FORMAT_FORMAT_A8L8;
90 card_fmt | 0x8000 |
102 card_fmt | 0x8000 |
H A Dnv30_exa.c34 uint32_t card_fmt; member in struct:nv_pict_surface_format
39 uint32_t card_fmt; member in struct:nv_pict_texture_format
277 (fmt->card_fmt << NV30_3D_TEX_FORMAT_FORMAT__SHIFT) |
384 PUSH_DATA (push, fmt->card_fmt); /* format */
H A Dnv40_exa.c31 uint32_t card_fmt; member in struct:nv_pict_surface_format
36 uint32_t card_fmt; member in struct:nv_pict_texture_format
253 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), bo, fmt->card_fmt |
370 NV30_3D_RT_FORMAT_ZETA_Z24S8 | fmt->card_fmt);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c48 uint32_t card_fmt; member in struct:formatinfo
233 return i830_tex_formats[i].card_fmt;
240 return i855_tex_formats[i].card_fmt;
H A Di915_render.c42 uint32_t card_fmt; member in struct:formatinfo
320 format = i915_tex_formats[i].card_fmt;
H A Di965_render.c99 uint32_t card_fmt; member in struct:formatinfo
1269 return i965_tex_formats[i].card_fmt;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c48 uint32_t card_fmt; member in struct:formatinfo
233 return i830_tex_formats[i].card_fmt;
240 return i855_tex_formats[i].card_fmt;
H A Di915_render.c42 uint32_t card_fmt; member in struct:formatinfo
320 format = i915_tex_formats[i].card_fmt;
H A Di965_render.c99 uint32_t card_fmt; member in struct:formatinfo
1269 return i965_tex_formats[i].card_fmt;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_render.c46 uint32_t card_fmt; member in struct:formatinfo
266 return i830_tex_formats[i].card_fmt;
H A Di915_render.c40 uint32_t card_fmt; member in struct:formatinfo
261 format = i915_tex_formats[i].card_fmt;
H A Di965_render.c63 uint32_t card_fmt; member in struct:formatinfo
1000 return i965_tex_formats[i].card_fmt;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_exa.c298 CARD32 card_fmt; member in struct:mgaGetTexFormat::__anon12dc4e940208
313 return ptr->card_fmt;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c97 uint32_t card_fmt; member in struct:formatinfo
417 txformat = R100TexFormats[i].card_fmt;
834 txformat = R200TexFormats[i].card_fmt;
1238 txformat1 = R300TexFormats[i].card_fmt;
H A Devergreen_exa.c666 uint32_t card_fmt; member in struct:formatinfo
870 tex_res.format = EVERGREENTexFormats[i].card_fmt;
H A Dr600_exa.c820 uint32_t card_fmt; member in struct:formatinfo
978 tex_res.format = R600TexFormats[i].card_fmt;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c70 uint32_t card_fmt; member in struct:formatinfo
381 txformat = R100TexFormats[i].card_fmt;
779 txformat = R200TexFormats[i].card_fmt;
1168 txformat1 = R300TexFormats[i].card_fmt;
H A Devergreen_exa.c667 uint32_t card_fmt; member in struct:formatinfo
884 tex_res.format = EVERGREENTexFormats[i].card_fmt;
H A Dr600_exa.c726 uint32_t card_fmt; member in struct:formatinfo
898 tex_res.format = R600TexFormats[i].card_fmt;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen2_render.c92 uint32_t card_fmt; member in struct:formatinfo
173 return i8xx_tex_formats[i].card_fmt;
183 return i8xx_tex_formats[1+i].card_fmt;
187 return i85x_tex_formats[i].card_fmt;
H A Dgen3_render.c103 uint32_t card_fmt; member in struct:formatinfo
2714 channel->card_format = gen3_tex_formats[i].card_fmt;
2779 channel->card_format = gen3_tex_formats[i].card_fmt;
5562 channel->card_format = gen3_tex_formats[i].card_fmt;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen2_render.c95 uint32_t card_fmt; member in struct:formatinfo
176 return i8xx_tex_formats[i].card_fmt;
186 return i8xx_tex_formats[1+i].card_fmt;
190 return i85x_tex_formats[i].card_fmt;
H A Dgen3_render.c103 uint32_t card_fmt; member in struct:formatinfo
2760 channel->card_format = gen3_tex_formats[i].card_fmt;
2825 channel->card_format = gen3_tex_formats[i].card_fmt;
5602 channel->card_format = gen3_tex_formats[i].card_fmt;

Completed in 59 milliseconds