Home
last modified time | relevance | path

Searched defs:state (Results 1426 - 1450 of 2756) sorted by relevance

1...<<51525354555657585960>>...111

/third_party/icu/icu4c/source/common/unicode/
H A Ducharstrie.h127 resetToState64(uint64_t state) resetToState64() argument
177 resetToState(const State &state) resetToState() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp144 UCharsTrie::State state; member in SkippedState
[all...]
H A Dumsg.cpp622 int32_t state = STATE_INITIAL; in umsg_autoQuoteApostrophe() local
[all...]
/third_party/libsnd/src/
H A Dnms_adpcm.c98 { struct nms_adpcm_state state ; member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-netdev.h198 uint8_t state; /* lws_netdev_wifi_state_t */ member
/third_party/mbedtls/library/
H A Daesni.c91 __m128i state; in mbedtls_aesni_crypt_ecb() local
244 aesni_set_rk_128(__m128i state, __m128i xword) aesni_set_rk_128() argument
[all...]
H A Dcmac.c202 unsigned char *state; in mbedtls_cipher_cmac_update() local
272 unsigned char *state, *last_block; mbedtls_cipher_cmac_finish() local
[all...]
H A Decdsa.c42 } state; member
82 } state; member
119 } state; member
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp520 WQMState state; in process_instructions() local
[all...]
/third_party/libcoap/src/
H A Dcoap_uri.c586 struct cnt_str *state = (struct cnt_str *)data; in write_option() local
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp462 const unsigned state = dec.state; ReadInStream() local
554 const unsigned state = dec.state; Code() local
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DListView.h91 void SetItemState(int index, UINT state, UINT mask) { ListView_SetItemState(_window, index, state, mask) } in SetItemState() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c133 gcm_build_block_info(struct exec_list *cf_list, struct gcm_state *state, in gcm_build_block_info() argument
307 gcm_pin_instructions(nir_function_impl *impl, struct gcm_state *state) in gcm_pin_instructions() argument
430 struct gcm_state *state = void_state; gcm_schedule_early_src() local
469 gcm_schedule_early_instr(nir_instr *instr, struct gcm_state *state) gcm_schedule_early_instr() argument
496 set_block_for_loop_instr(struct gcm_state *state, nir_instr *instr, nir_block *block) set_block_for_loop_instr() argument
542 set_block_to_if_block(struct gcm_state *state, nir_instr *instr, nir_block *block) set_block_to_if_block() argument
556 gcm_choose_block_for_instr(nir_instr *instr, nir_block *early_block, nir_block *late_block, struct gcm_state *state) gcm_choose_block_for_instr() argument
628 struct gcm_state *state = void_state; gcm_schedule_late_def() local
715 gcm_schedule_late_instr(nir_instr *instr, struct gcm_state *state) gcm_schedule_late_instr() argument
736 struct gcm_state *state = void_state; gcm_replace_def_with_undef() local
762 gcm_place_instr(nir_instr *instr, struct gcm_state *state) gcm_place_instr() argument
808 struct gcm_state state; opt_gcm_impl() local
[all...]
H A Dnir_opt_find_array_copies.c68 create_match_node(const struct glsl_type *type, struct match_state *state) in create_match_node() argument
88 node_for_deref(nir_deref_instr *instr, struct match_node *parent, struct match_state *state) node_for_deref() argument
149 node_for_wildcard(const struct glsl_type *type, struct match_node *parent, struct match_state *state) node_for_wildcard() argument
166 node_for_path(nir_deref_path *path, struct match_state *state) node_for_path() argument
176 node_for_path_with_wildcard(nir_deref_path *path, unsigned wildcard_idx, struct match_state *state) node_for_path_with_wildcard() argument
194 _foreach_child(match_cb cb, struct match_node *node, struct match_state *state) _foreach_child() argument
207 _foreach_aliasing(nir_deref_instr **deref, match_cb cb, struct match_node *node, struct match_state *state) _foreach_aliasing() argument
261 foreach_aliasing_node(nir_deref_path *path, match_cb cb, struct match_state *state) foreach_aliasing_node() argument
309 clobber(struct match_node *node, struct match_state *state) clobber() argument
395 handle_read(nir_deref_instr *src, struct match_state *state) handle_read() argument
420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, unsigned write_index, unsigned read_index, struct match_state *state) handle_write() argument
521 opt_find_array_copies_block(nir_builder *b, nir_block *block, struct match_state *state) opt_find_array_copies_block() argument
[all...]
H A Dnir_lower_vars_to_ssa.c128 get_deref_node_for_var(nir_variable *var, struct lower_variables_state *state) in get_deref_node_for_var() argument
150 get_deref_node_recur(nir_deref_instr *deref, struct lower_variables_state *state) get_deref_node_recur() argument
222 get_deref_node(nir_deref_instr *deref, struct lower_variables_state *state) get_deref_node() argument
252 foreach_deref_node_worker(struct deref_node *node, nir_deref_instr **path, void (* cb)(struct deref_node *node, struct lower_variables_state *state), struct lower_variables_state *state) foreach_deref_node_worker() argument
303 foreach_deref_node_match(nir_deref_path *path, void (* cb)(struct deref_node *node, struct lower_variables_state *state), struct lower_variables_state *state) foreach_deref_node_match() argument
319 path_may_be_aliased_node(struct deref_node *node, nir_deref_instr **path, struct lower_variables_state *state) path_may_be_aliased_node() argument
376 path_may_be_aliased(nir_deref_path *path, struct lower_variables_state *state) path_may_be_aliased() argument
394 register_complex_use(nir_deref_instr *deref, struct lower_variables_state *state) register_complex_use() argument
406 register_load_instr(nir_intrinsic_instr *load_instr, struct lower_variables_state *state) register_load_instr() argument
421 register_store_instr(nir_intrinsic_instr *store_instr, struct lower_variables_state *state) register_store_instr() argument
436 register_copy_instr(nir_intrinsic_instr *copy_instr, struct lower_variables_state *state) register_copy_instr() argument
453 register_variable_uses(nir_function_impl *impl, struct lower_variables_state *state) register_variable_uses() argument
502 lower_copies_to_load_store(struct deref_node *node, struct lower_variables_state *state) lower_copies_to_load_store() argument
543 rename_variables(struct lower_variables_state *state) rename_variables() argument
711 struct lower_variables_state state; nir_lower_vars_to_ssa_impl() local
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c307 struct fd_ringbuffer *state = fd_submit_new_ringbuffer( in cs_ibo_emit() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c65 struct ir3_legalize_state state; member
94 struct ir3_legalize_state *state = &bd->state; in legalize_block() local
[all...]
H A Dir3_nir_analyze_ubo_ranges.c104 merge_neighbors(struct ir3_ubo_analysis_state *state, int index) in merge_neighbors() argument
79 get_existing_range(nir_intrinsic_instr *instr, const struct ir3_ubo_analysis_state *state, struct ir3_ubo_range *r) get_existing_range() argument
136 gather_ubo_ranges(nir_shader *nir, nir_intrinsic_instr *instr, struct ir3_ubo_analysis_state *state, uint32_t alignment, uint32_t *upload_remaining) gather_ubo_ranges() argument
274 lower_ubo_load_to_uniform(nir_intrinsic_instr *instr, nir_builder *b, const struct ir3_ubo_analysis_state *state, int *num_ubos, uint32_t alignment) lower_ubo_load_to_uniform() argument
348 const struct ir3_ubo_analysis_state *state = &const_state->ubo_state; copy_ubo_to_uniform() local
410 struct ir3_ubo_analysis_state *state = &const_state->ubo_state; ir3_nir_analyze_ubo_ranges() local
473 const struct ir3_ubo_analysis_state *state = &const_state->ubo_state; ir3_nir_lower_ubo_loads() local
[all...]
H A Dir3_ra_validate.c365 chase_definition(struct reg_state *state) in chase_definition() argument
420 dump_reg_state(struct reg_state *state) dump_reg_state() argument
[all...]
H A Dir3_postsched.c376 add_dep(struct ir3_postsched_deps_state *state, in add_dep() argument
393 add_single_reg_dep(struct ir3_postsched_deps_state *state, in add_single_reg_dep() argument
429 add_reg_dep(struct ir3_postsched_deps_state *state, struct ir3_postsched_node *node, const struct ir3_register *reg, unsigned num, int src_n, int dst_n) add_reg_dep() argument
454 calculate_deps(struct ir3_postsched_deps_state *state, struct ir3_postsched_node *node) calculate_deps() argument
500 struct ir3_postsched_deps_state state = { calculate_forward_deps() local
514 struct ir3_postsched_deps_state state = { calculate_reverse_deps() local
538 sched_dag_max_delay_cb(struct dag_node *node, void *state) sched_dag_max_delay_cb() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.h356 tu_cs_emit_state_ib(struct tu_cs *cs, struct tu_draw_state state) in tu_cs_emit_state_ib() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c38 radv_suspend_queries(struct radv_meta_saved_state *state, struct radv_cmd_buffer *cmd_buffer) in radv_suspend_queries() argument
65 radv_resume_queries(const struct radv_meta_saved_state *state, struct radv_cmd_buffer *cmd_buffer) radv_resume_queries() argument
89 radv_meta_save(struct radv_meta_saved_state *state, struct radv_cmd_buffer *cmd_buffer, uint32_t flags) radv_meta_save() argument
225 radv_meta_restore(const struct radv_meta_saved_state *state, struct radv_cmd_buffer *cmd_buffer) radv_meta_restore() argument
[all...]
H A Dradv_meta_buffer.c159 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_buffer_state() local
[all...]
H A Dradv_meta_fast_clear.c392 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_fast_clear_flush_state() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c153 v3d_nir_lower_vpm_output(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *intr, struct v3d_nir_lower_io_state *state) v3d_nir_lower_vpm_output() argument
243 reset_gs_header(nir_builder *b, struct v3d_nir_lower_io_state *state) reset_gs_header() argument
258 v3d_nir_lower_emit_vertex(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr, struct v3d_nir_lower_io_state *state) v3d_nir_lower_emit_vertex() argument
292 v3d_nir_lower_end_primitive(struct v3d_compile *c, nir_builder *b, nir_intrinsic_instr *instr, struct v3d_nir_lower_io_state *state) v3d_nir_lower_end_primitive() argument
384 v3d_nir_lower_io_instr(struct v3d_compile *c, nir_builder *b, struct nir_instr *instr, struct v3d_nir_lower_io_state *state) v3d_nir_lower_io_instr() argument
428 v3d_nir_lower_io_update_output_var_base(struct v3d_compile *c, struct v3d_nir_lower_io_state *state) v3d_nir_lower_io_update_output_var_base() argument
462 v3d_nir_setup_vpm_layout_vs(struct v3d_compile *c, struct v3d_nir_lower_io_state *state) v3d_nir_setup_vpm_layout_vs() argument
498 v3d_nir_setup_vpm_layout_gs(struct v3d_compile *c, struct v3d_nir_lower_io_state *state) v3d_nir_setup_vpm_layout_gs() argument
555 v3d_nir_emit_ff_vpm_outputs(struct v3d_compile *c, nir_builder *b, struct v3d_nir_lower_io_state *state) v3d_nir_emit_ff_vpm_outputs() argument
645 emit_gs_prolog(struct v3d_compile *c, nir_builder *b, nir_function_impl *impl, struct v3d_nir_lower_io_state *state) emit_gs_prolog() argument
672 emit_gs_vpm_output_header_prolog(struct v3d_compile *c, nir_builder *b, struct v3d_nir_lower_io_state *state) emit_gs_vpm_output_header_prolog() argument
699 struct v3d_nir_lower_io_state state = { 0 }; v3d_nir_lower_io() local
[all...]

Completed in 21 milliseconds

1...<<51525354555657585960>>...111