HomeSort by relevance Sort by last modified time
    Searched refs:c14_bound (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 56 nvc0->state.c14_bound |= 1 << stage;
58 if (nvc0->state.c14_bound & (1 << stage)) {
62 nvc0->state.c14_bound &= ~(1 << stage);
nvc0_context.h 106 uint8_t c14_bound; /* whether immediate array constbuf is bound */ member in struct:nvc0_context::__anon19102

Completed in 93 milliseconds