Home
last modified time | relevance | path

Searched refs:tfbbuf_dirty (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.h158 uint8_t tfbbuf_dirty; member
Dnvc0_state.c921 nvc0->tfbbuf_dirty |= 1 << i; in nvc0_set_transform_feedback_targets()
932 nvc0->tfbbuf_dirty |= 1 << i; in nvc0_set_transform_feedback_targets()
938 if (nvc0->tfbbuf_dirty) in nvc0_set_transform_feedback_targets()
Dnvc0_shader_state.c258 if (!(nvc0->tfbbuf_dirty & (1 << b))) in nvc0_tfb_validate()