Searched refs:c14_bound (Results 1 – 4 of 4) sorted by relevance
56 nvc0->state.c14_bound |= 1 << stage; in nvc0_program_update_context_state()58 if (nvc0->state.c14_bound & (1 << stage)) { in nvc0_program_update_context_state()62 nvc0->state.c14_bound &= ~(1 << stage); in nvc0_program_update_context_state()
106 uint8_t c14_bound; /* whether immediate array constbuf is bound */ member