Home
last modified time | relevance | path

Searched defs:state (Results 1076 - 1100 of 2818) sorted by relevance

1...<<41424344454647484950>>...113

/third_party/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp50 _mesa_print_ir(FILE *f, exec_list *instructions, struct _mesa_glsl_parse_state *state) _mesa_print_ir() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c232 ss_proxy_onward_state(void *userobj, void *sh, lws_ss_constate_t state, lws_ss_tx_ordinal_t ack) ss_proxy_onward_state() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c41 int state; /* which test we're on */ member
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dlws-button.c64 uint8_t state; member
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c288 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c243 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c252 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dmulti.c182 multi_myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in multi_myss_state() argument
H A Dminimal-secure-streams-smd.c150 myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c106 int state; member
[all...]
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c95 int state; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c529 ss_avs_metadata_state(void *userobj, void *sh, lws_ss_constate_t state, lws_ss_tx_ordinal_t ack) ss_avs_metadata_state() argument
589 ss_avs_event_state(void *userobj, void *sh, lws_ss_constate_t state, lws_ss_tx_ordinal_t ack) ss_avs_event_state() argument
[all...]
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A Dltp_tpci.c89 uint32_t state[16]; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
H A Dmain.c194 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
H A Dminimal-dbus-ws-proxy-testclient.c48 enum lws_dbus_client_state state; member
62 state_transition(struct lws_dbus_ctx_wsproxy_client *dcwc, enum lws_dbus_client_state state) state_transition() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A Dmain.c172 binance_state(void *userobj, void *h_src, lws_ss_constate_t state, in binance_state() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c345 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c46 char state; member
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h65 int state; member
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c287 int state = PARSE_NAME, m; in lws_fi_deserialize() local
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c99 enum states state; member
106 enter_state(struct sshd_instance_priv *priv, enum states state) in enter_state() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c157 struct sp_fragment_shader *state = CALLOC_STRUCT(sp_fragment_shader); in softpipe_create_fs_state() local
179 struct sp_fragment_shader *state = (struct sp_fragment_shader *) fs; softpipe_bind_fs_state() local
207 struct sp_fragment_shader *state = fs; softpipe_delete_fs_state() local
238 struct sp_vertex_shader *state; softpipe_create_vs_state() local
286 struct sp_vertex_shader *state = (struct sp_vertex_shader *) vs; softpipe_delete_vs_state() local
299 struct sp_geometry_shader *state; softpipe_create_gs_state() local
348 struct sp_geometry_shader *state = softpipe_delete_gs_state() local
412 struct sp_compute_shader *state = CALLOC_STRUCT(sp_compute_shader); softpipe_create_compute_state() local
446 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; softpipe_bind_compute_state() local
458 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; softpipe_delete_compute_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.h140 struct zink_batch_state *state; member
H A Dzink_pipeline.c49 zink_create_gfx_pipeline(struct zink_screen *screen, struct zink_gfx_program *prog, struct zink_gfx_pipeline_state *state, const uint8_t *binding_map, VkPrimitiveTopology primitive_topology) zink_create_gfx_pipeline() argument
390 zink_create_compute_pipeline(struct zink_screen *screen, struct zink_compute_program *comp, struct zink_compute_pipeline_state *state) zink_create_compute_pipeline() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c178 struct pipe_compute_state state = {}; in si_create_dma_compute_shader() local
387 struct pipe_compute_state state = {}; in si_create_query_result_cs() local
426 struct pipe_compute_state state in si_clear_render_target_shader() local
461 struct pipe_compute_state state = {0}; si_clear_render_target_shader_1d_array() local
493 struct pipe_compute_state state = {0}; si_clear_12bytes_buffer_shader() local
562 struct pipe_compute_state state = {}; si_create_fmask_expand_cs() local
778 struct pipe_compute_state state = {}; gfx10_create_sh_query_result_cs() local
[all...]

Completed in 17 milliseconds

1...<<41424344454647484950>>...113