Searched refs:hc_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/drm/
H A Dvia_verifier.c624 drm_via_state_t * hc_state)
642 if (via_check_prim_list(&buf, buf_end, hc_state))
650 hc_state->texture = 0;
654 hc_state->texture = 1;
696 if ((hz_mode = investigate_hazard(cmd, hz, hc_state))) {
703 } else if (hc_state->unfinished &&
704 finish_current_sequence(hc_state)) {
708 if (hc_state->unfinished && finish_current_sequence(hc_state)) {
968 drm_via_state_t *hc_state local
623 via_check_header2(uint32_t const **buffer, const uint32_t * buf_end, drm_via_state_t * hc_state) argument
[all...]
H A Dvia_drv.h83 drm_via_state_t hc_state; member in struct:drm_via_private

Completed in 113 milliseconds