Lines Matching defs:states
41 /* some layouts map to the same states, and NOP-barriers are illegal */
2660 /* Reset the dirty states */
2950 /* Reset the dirty states */
3829 struct dzn_cmd_buffer_push_constant_state *states[2];
3833 states[num_states++] = &cmdbuf->state.push_constant.gfx;
3836 states[num_states++] = &cmdbuf->state.push_constant.compute;
3839 memcpy(((char *)states[i]->values) + offset, pValues, size);
3840 states[i]->offset =
3841 states[i]->end > 0 ? MIN2(states[i]->offset, offset) : offset;
3842 states[i]->end = MAX2(states[i]->end, offset + size);