Home
last modified time | relevance | path

Searched refs:c14_bound (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_shader_state.c56 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()
Dnvc0_context.h106 uint8_t c14_bound; /* whether immediate array constbuf is bound */ member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_shader_state.c56 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()
Dnvc0_context.h106 uint8_t c14_bound; /* whether immediate array constbuf is bound */ member