/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_clear.c | 107 uint32_t rt_format; local 109 rt_format = nv30_format(pipe->screen, ps->format)->hw; 111 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z24S8; 113 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z16; 116 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 117 rt_format |= util_logbase2(sf->width) << 16; 118 rt_format |= util_logbase2(sf->height) << 24; 120 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 134 PUSH_DATA (push, rt_format); 166 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/gallium/drivers/nv30/ |
nv30_clear.c | 107 uint32_t rt_format; local 109 rt_format = nv30_format(pipe->screen, ps->format)->hw; 111 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z24S8; 113 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z16; 116 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 117 rt_format |= util_logbase2(sf->width) << 16; 118 rt_format |= util_logbase2(sf->height) << 24; 120 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 134 PUSH_DATA (push, rt_format); 166 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/chromium_org/third_party/mesa/src/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_Z24_S8); 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/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_Z24_S8); 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);
|