Lines Matching refs:state
57 static inline void virgl_encoder_write_dword(struct virgl_cmd_buf *state,
60 state->buf[state->cdw++] = dword;
63 static inline void virgl_encoder_write_qword(struct virgl_cmd_buf *state,
66 memcpy(state->buf + state->cdw, &qword, sizeof(uint64_t));
67 state->cdw += 2;
70 static inline void virgl_encoder_write_block(struct virgl_cmd_buf *state,
74 memcpy(state->buf + state->cdw, ptr, len);
77 uint8_t *mp = (uint8_t *)(state->buf + state->cdw);
81 state->cdw += (len + 3) / 4;
89 const struct pipe_rasterizer_state *state);
131 const struct pipe_framebuffer_state *state);
170 const struct pipe_sampler_state *state);
174 const struct pipe_sampler_view *state);