Searched refs:rt_enable (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c48 nv30->state.rt_enable = (NV30_3D_RT_ENABLE_COLOR0 << fb->nr_cbufs) - 1;
49 if (nv30->state.rt_enable > 1)
50 nv30->state.rt_enable |= NV30_3D_RT_ENABLE_MRT;
86 if (nv30->state.rt_enable) {
119 if ((nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR0) || fb->zsbuf) {
144 if (nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR1) {
154 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR2) {
165 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR3) {
343 PUSH_DATA (push, nv30->state.rt_enable & ~fp->rt_enable);
[all...]
H A Dnv30_state.h127 uint32_t rt_enable; member in struct:nv30_fragprog
H A Dnv30_context.h49 unsigned rt_enable; member in struct:nv30_context::__anon13820
H A Dnvfx_fragprog.c1147 fp->rt_enable |= NV30_3D_RT_ENABLE_MRT;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c48 nv30->state.rt_enable = (NV30_3D_RT_ENABLE_COLOR0 << fb->nr_cbufs) - 1;
49 if (nv30->state.rt_enable > 1)
50 nv30->state.rt_enable |= NV30_3D_RT_ENABLE_MRT;
86 if (nv30->state.rt_enable) {
119 if ((nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR0) || fb->zsbuf) {
144 if (nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR1) {
154 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR2) {
165 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR3) {
343 PUSH_DATA (push, nv30->state.rt_enable & ~fp->rt_enable);
[all...]
H A Dnv30_state.h127 uint32_t rt_enable; member in struct:nv30_fragprog
H A Dnv30_context.h49 unsigned rt_enable; member in struct:nv30_context::__anon27231
H A Dnvfx_fragprog.c1147 fp->rt_enable |= NV30_3D_RT_ENABLE_MRT;

Completed in 701 milliseconds