Home
last modified time | relevance | path

Searched refs:hstate (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c171 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
248 struct dd_state *hstate = CALLOC_STRUCT(dd_state); dd_context_create_vertex_elements_state() local
321 struct dd_state *hstate = CALLOC_STRUCT(dd_state); dd_context_create_compute_state() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c1049 switch (stream->rx.hstate) { in nghttp3_stream_transit_rx_http_state()
1055 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_HEADERS_BEGIN; in nghttp3_stream_transit_rx_http_state()
1064 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_HEADERS_END; in nghttp3_stream_transit_rx_http_state()
1073 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_TRAILERS_BEGIN; in nghttp3_stream_transit_rx_http_state()
1076 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_DATA_BEGIN; in nghttp3_stream_transit_rx_http_state()
1083 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_END; in nghttp3_stream_transit_rx_http_state()
1092 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_DATA_END; in nghttp3_stream_transit_rx_http_state()
1097 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_DATA_BEGIN; in nghttp3_stream_transit_rx_http_state()
1104 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_TRAILERS_BEGIN; in nghttp3_stream_transit_rx_http_state()
1111 stream->rx.hstate in nghttp3_stream_transit_rx_http_state()
[all...]
H A Dnghttp3_conn.c431 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_INITIAL; in nghttp3_conn_read_stream()
432 stream->tx.hstate = NGHTTP3_HTTP_STATE_REQ_INITIAL; in nghttp3_conn_read_stream()
443 stream->rx.hstate = NGHTTP3_HTTP_STATE_RESP_INITIAL; in nghttp3_conn_read_stream()
444 stream->tx.hstate = NGHTTP3_HTTP_STATE_RESP_INITIAL; in nghttp3_conn_read_stream()
452 if (stream->rx.hstate == NGHTTP3_HTTP_STATE_NONE) { in nghttp3_conn_read_stream()
453 stream->rx.hstate = NGHTTP3_HTTP_STATE_REQ_INITIAL; in nghttp3_conn_read_stream()
454 stream->tx.hstate = NGHTTP3_HTTP_STATE_REQ_INITIAL; in nghttp3_conn_read_stream()
459 if (stream->rx.hstate == NGHTTP3_HTTP_STATE_NONE) { in nghttp3_conn_read_stream()
460 stream->rx.hstate = NGHTTP3_HTTP_STATE_RESP_INITIAL; in nghttp3_conn_read_stream()
461 stream->tx.hstate in nghttp3_conn_read_stream()
[all...]
H A Dnghttp3_stream.h245 nghttp3_stream_http_state hstate; member
249 nghttp3_stream_http_state hstate; member

Completed in 5 milliseconds