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

/external/mesa3d/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) {
347 PUSH_DATA (push, nv30->state.rt_enable & ~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::__anon16294
H A Dnvfx_fragprog.c1115 fp->rt_enable |= NV30_3D_RT_ENABLE_MRT;

Completed in 325 milliseconds