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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/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) {
116 if ((nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR0) || fb->zsbuf) {
141 if (nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR1) {
151 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR2) {
162 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR3) {
348 PUSH_DATA (push, nv30->state.rt_enable & (fp ? ~fp->rt_enable
[all...]
H A Dnv30_state.h129 uint32_t rt_enable; member in struct:nv30_fragprog
H A Dnv30_context.h51 unsigned rt_enable; member in struct:nv30_context::__anon93f3a0ba0108
H A Dnvfx_fragprog.c1089 fp->rt_enable |= NV30_3D_RT_ENABLE_MRT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/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) {
116 if ((nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR0) || fb->zsbuf) {
141 if (nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR1) {
151 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR2) {
162 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR3) {
348 PUSH_DATA (push, nv30->state.rt_enable & (fp ? ~fp->rt_enable
[all...]
H A Dnv30_state.h129 uint32_t rt_enable; member in struct:nv30_fragprog
H A Dnv30_context.h51 unsigned rt_enable; member in struct:nv30_context::__anon583e252d0108
H A Dnvfx_fragprog.c1089 fp->rt_enable |= NV30_3D_RT_ENABLE_MRT;

Completed in 7 milliseconds