Searched refs:hstate (Results 1 – 1 of 1) sorted by relevance
171 struct dd_state *hstate = CALLOC_STRUCT(dd_state); \173 if (!hstate) \175 hstate->cso = pipe->create_##name##_state(pipe, state); \176 hstate->state.shortname = *state; \177 return hstate; \186 struct dd_state *hstate = state; \188 dctx->draw_state.shortname = hstate; \189 pipe->bind_##name##_state(pipe, hstate ? hstate->cso : NULL); \198 struct dd_state *hstate = state; \200 pipe->delete_##name##_state(pipe, hstate->cso); \[all …]