| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 116 get_implicit_array_size(struct _mesa_glsl_parse_state *state, in get_implicit_array_size() argument 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, struct _mesa_glsl_parse_state *state) update_max_array_access() argument 143 _mesa_ast_array_index_to_hir(void *mem_ctx, struct _mesa_glsl_parse_state *state, ir_rvalue *array, ir_rvalue *idx, YYLTYPE &loc, YYLTYPE &idx_loc) _mesa_ast_array_index_to_hir() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_inline_helpers.h | 5 _nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) in _nir_foreach_dest() argument 45 _nir_visit_src(nir_src *src, nir_foreach_src_cb cb, void *state) in _nir_visit_src() argument 55 void *state; global() member 62 _nir_visit_dest_indirect_state *state = (_nir_visit_dest_indirect_state *) _state; _nir_visit_dest_indirect() local 71 nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) nir_foreach_dest() argument 77 nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state) nir_foreach_src() argument [all...] |
| /third_party/libwebsockets/lib/roles/h2/ |
| H A D | minihuf.c | 305 struct state { struct 307 int state[PARALLEL]; member 313 struct state state[2000]; variable [all...] |
| /third_party/libwebsockets/lib/secure-streams/system/fetch-policy/ |
| H A D | fetch-policy.c | 94 ss_fetch_policy_state(void *userobj, void *sh, lws_ss_constate_t state, in ss_fetch_policy_state() argument
|
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | minilex.c | 195 struct state { struct 197 int state[PARALLEL]; member 206 struct state state[1000]; variable [all...] |
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/ |
| H A D | ss-server.c | 79 myss_raw_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_raw_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pm4.c | 30 static void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin() argument 40 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_ argument 49 si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) si_pm4_cmd_end() argument 56 si_pm4_set_reg_custom(struct si_pm4_state *state, unsigned reg, uint32_t val, unsigned opcode, unsigned idx) si_pm4_set_reg_custom() argument 77 si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) si_pm4_set_reg() argument 107 si_pm4_set_reg_idx3(struct si_pm4_state *state, unsigned reg, uint32_t val) si_pm4_set_reg_idx3() argument 114 si_pm4_clear_state(struct si_pm4_state *state) si_pm4_clear_state() argument 119 si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) si_pm4_free_state() argument 137 si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) si_pm4_emit() argument 161 struct si_pm4_state *state = sctx->queued.array[i]; si_pm4_reset_emitted() local [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | vertarr.c | 106 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glInterleavedArrays() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_vertex.c | 276 svga_bind_vertex_elements_state(struct pipe_context *pipe, void *state) in svga_bind_vertex_elements_state() argument 287 svga_delete_vertex_elements_state(struct pipe_context *pipe, void *state) in svga_delete_vertex_elements_state() argument
|
| /third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
| H A D | inffast_chunk.c | 78 struct inflate_state FAR *state; local [all...] |
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | inffast.c | 58 struct inflate_state FAR *state; local [all...] |
| /third_party/node/deps/zlib/ |
| H A D | inffast.c | 55 struct inflate_state FAR *state; in inflate_fast() local [all...] |
| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | inffast_chunk.c | 76 struct inflate_state FAR *state; in inflate_fast_chunk_() local [all...] |
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_attr_get.c | 4 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() argument
|
| /third_party/musl/src/thread/ |
| H A D | pthread_cond_timedwait.c | 27 volatile int state, barrier; member
|
| H A D | pthread_attr_get.c | 4 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() argument
|
| /third_party/musl/src/malloc/liteos_a/user_debug/ |
| H A D | backtrace.c | 36 struct unwind_state_t *state = (struct unwind_state_t *)arg; in unwind_callback() local 52 struct unwind_state_t state; in backtrace() local [all...] |
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_cond_timedwait.c | 42 volatile int state, barrier; member
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| H A D | backtrace.c | 21 struct unwind_state_t *state = (struct unwind_state_t *)arg; in unwind_callback() local 37 struct unwind_state_t state; in backtrace() local [all...] |
| /third_party/ninja/src/ |
| H A D | manifest_parser_perftest.cc | 63 State state; in LoadManifests() local
|
| H A D | build_log_perftest.cc | 75 State state; in WriteTestData() local
|
| /third_party/mesa3d/src/intel/vulkan/tests/ |
| H A D | state_pool_no_free.c | 49 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16); in alloc_states() local
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_parameter_layout.c | 146 _mesa_layout_parameters(struct asm_parser_state *state) in _mesa_layout_parameters() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_predicated_break.cpp | 105 struct loop_continue_tracking state = { {0, }, 0 }; in opt_predicated_break() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_shader_cache.c | 43 write_stream_out_to_cache(struct blob *blob, struct pipe_shader_state *state) write_stream_out_to_cache() argument 127 read_stream_out_from_cache(struct blob_reader *blob_reader, struct pipe_shader_state *state) read_stream_out_from_cache() argument [all...] |