Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h68 #define NVC0_NEW_CP_SAMPLERS (1 << 3) macro
Dnve4_compute.c466 { nve4_compute_validate_samplers, NVC0_NEW_CP_SAMPLERS },
468 NVC0_NEW_CP_SAMPLERS },
Dnvc0_compute.c364 { nvc0_compute_validate_samplers, NVC0_NEW_CP_SAMPLERS },
Dnvc0_state.c484 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_bind_sampler_states()
Dnvc0_tex.c728 nvc0->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_validate_samplers()