Searched refs:constbuf_valid (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h140 uint16_t constbuf_valid[3]; member in struct:nv50_context
H A Dnv50_context.c72 uint32_t valid = nv50->constbuf_valid[s];
250 if (!(nv50->constbuf_valid[s] & (1 << i)))
H A Dnv50_state.c917 nv50->constbuf_valid[s] |= 1 << i;
923 nv50->constbuf_valid[s] |= 1 << i;
929 nv50->constbuf_valid[s] &= ~(1 << i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h167 uint16_t constbuf_valid[NV50_MAX_SHADER_STAGES]; member in struct:nv50_context
H A Dnv50_context.c73 uint32_t valid = nv50->constbuf_valid[s];
272 if (!(nv50->constbuf_valid[s] & (1 << i)))
H A Dnv50_state.c921 nv50->constbuf_valid[s] |= 1 << i;
927 nv50->constbuf_valid[s] |= 1 << i;
934 nv50->constbuf_valid[s] &= ~(1 << i);
H A Dnv50_compute.c202 nv50->constbuf_dirty[s] |= nv50->constbuf_valid[s];
H A Dnv50_shader_state.c115 nv50->constbuf_dirty[NV50_SHADER_STAGE_COMPUTE] |= nv50->constbuf_valid[NV50_SHADER_STAGE_COMPUTE];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c75 uint32_t valid = nvc0->constbuf_valid[s];
298 if (!(nvc0->constbuf_valid[s] & (1 << i)))
H A Dnvc0_context.h209 uint16_t constbuf_valid[6]; member in struct:nvc0_context
H A Dnvc0_state.c802 nvc0->constbuf_valid[s] |= 1 << i;
808 nvc0->constbuf_valid[s] |= 1 << i;
815 nvc0->constbuf_valid[s] &= ~(1 << i);
H A Dnvc0_compute.c183 nvc0->constbuf_dirty[s] |= nvc0->constbuf_valid[s];
H A Dnvc0_state_validate.c619 nvc0->constbuf_dirty[5] |= nvc0->constbuf_valid[5];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c122 uint32_t valid = nvc0->constbuf_valid[s];
351 if (!(nvc0->constbuf_valid[s] & (1 << i)))
H A Dnvc0_context.h210 uint16_t constbuf_valid[6]; member in struct:nvc0_context
H A Dnvc0_state.c828 nvc0->constbuf_valid[s] |= 1 << i;
834 nvc0->constbuf_valid[s] |= 1 << i;
841 nvc0->constbuf_valid[s] &= ~(1 << i);
H A Dnvc0_compute.c183 nvc0->constbuf_dirty[s] |= nvc0->constbuf_valid[s];
H A Dnvc0_state_validate.c628 nvc0->constbuf_dirty[5] |= nvc0->constbuf_valid[5];

Completed in 29 milliseconds