Searched refs:tfbbuf_dirty (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h259 uint8_t tfbbuf_dirty; member in struct:nvc0_context
H A Dnvc0_shader_state.c330 if (!(nvc0->tfbbuf_dirty & (1 << b)))
H A Dnvc0_state.c1109 nvc0->tfbbuf_dirty |= 1 << i;
1121 nvc0->tfbbuf_dirty |= 1 << i;
1128 if (nvc0->tfbbuf_dirty) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h261 uint8_t tfbbuf_dirty; member in struct:nvc0_context
H A Dnvc0_shader_state.c362 if (!(nvc0->tfbbuf_dirty & (1 << b)))
H A Dnvc0_state.c1153 nvc0->tfbbuf_dirty |= 1 << i;
1165 nvc0->tfbbuf_dirty |= 1 << i;
1172 if (nvc0->tfbbuf_dirty) {

Completed in 19 milliseconds