Home
last modified time | relevance | path

Searched refs:NVC0_NEW_CP_BUFFERS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h75 #define NVC0_NEW_CP_BUFFERS (1 << 7) macro
Dnvc0_context.c327 nvc0->dirty_cp |= NVC0_NEW_CP_BUFFERS; in nvc0_invalidate_resource_storage()
Dnvc0_compute.c361 { nvc0_compute_validate_buffers, NVC0_NEW_CP_BUFFERS },
Dnve4_compute.c497 { nve4_compute_validate_buffers, NVC0_NEW_CP_BUFFERS },
Dnvc0_state.c1350 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_BUFFERS; in nvc0_set_shader_buffers()