/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_clear.c | 113 uint32_t rt_format; local 115 rt_format = nv30_format(pipe->screen, ps->format)->hw; 117 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z24S8; 119 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z16; 122 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 123 rt_format |= util_logbase2(sf->width) << 16; 124 rt_format |= util_logbase2(sf->height) << 24; 126 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 140 PUSH_DATA (push, rt_format); 173 uint32_t rt_format, mode = 0 local [all...] |
nv30_state_validate.c | 42 uint32_t rt_format; local 52 rt_format = 0; 55 rt_format |= nv30_format(pscreen, fb->cbufs[0]->format)->hw; 56 rt_format |= mt->ms_mode; 58 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 60 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 63 rt_format |= NV30_3D_RT_FORMAT_COLOR_A8R8G8B8; 65 rt_format |= NV30_3D_RT_FORMAT_COLOR_R5G6B5; 69 rt_format |= nv30_format(pscreen, fb->zsbuf->format)->hw; 71 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_fb.c | 55 uint32_t rt_format = NV04_CONTEXT_SURFACES_3D_FORMAT_TYPE_PITCH; local 69 rt_format |= get_rt_format(s->format); 90 PUSH_DATA (push, rt_format);
|
nv20_state_fb.c | 83 unsigned rt_format = NV20_3D_RT_FORMAT_TYPE_LINEAR; local 97 rt_format |= get_rt_format(s->format); 110 rt_format |= get_rt_format(s->format); 120 rt_format |= get_rt_format(MESA_FORMAT_S8_UINT_Z24_UNORM); 124 BEGIN_NV04(push, NV20_3D(RT_FORMAT), 2); 125 PUSH_DATA (push, rt_format);
|
nv10_state_fb.c | 98 unsigned rt_format = NV10_3D_RT_FORMAT_TYPE_LINEAR; local 123 rt_format |= get_rt_format(s->format); 136 rt_format |= get_rt_format(s->format); 149 BEGIN_NV04(push, NV10_3D(RT_FORMAT), 2); 150 PUSH_DATA (push, rt_format);
|
/external/mesa3d/src/gallium/state_trackers/va/ |
config.c | 206 config->rt_format = attrib_list[i].value; 215 if (!config->rt_format) 216 config->rt_format = supported_rt_formats; 275 config->rt_format = attrib_list[i].value; 284 if (!config->rt_format) 285 config->rt_format = supported_rt_formats; 363 attrib_list[0].value = config->rt_format;
|
surface.c | 436 if (config->rt_format & VA_RT_FORMAT_RGB32) { 446 if (config->rt_format & VA_RT_FORMAT_YUV420) { 453 if (config->rt_format & VA_RT_FORMAT_YUV420_10BPP) { [all...] |
va_private.h | 300 unsigned int rt_format; member in struct:__anon34066
|