Home
last modified time | relevance | path

Searched defs:state (Results 3476 - 3500 of 5121) sorted by relevance

1...<<131132133134135136137138139140>>...205

/third_party/mbedtls/library/
H A Decjpake.c989 static uint32_t state = 42; in self_test_rng() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c256 match_value(const nir_algebraic_table *table, const nir_search_value *value, nir_alu_instr *instr, unsigned src, unsigned num_components, const uint8_t *swizzle, struct match_state *state) match_value() argument
394 match_expression(const nir_algebraic_table *table, const nir_search_expression *expr, nir_alu_instr *instr, unsigned num_components, const uint8_t *swizzle, struct match_state *state) match_expression() argument
457 replace_bitsize(const nir_search_value *value, unsigned search_bitsize, struct match_state *state) replace_bitsize() argument
468 construct_value(nir_builder *build, const nir_search_value *value, unsigned num_components, unsigned search_bitsize, struct match_state *state, nir_instr *instr) construct_value() argument
704 struct match_state state; nir_replace_instr() local
837 uint16_t *state = util_dynarray_element(states, uint16_t, nir_algebraic_automaton() local
848 uint16_t *state = util_dynarray_element(states, uint16_t, nir_algebraic_automaton() local
[all...]
H A Dnir_schedule.c205 add_dep(nir_deps_state *state, in add_dep() argument
222 add_read_dep(nir_deps_state *state, in add_read_dep() argument
230 add_write_dep(nir_deps_state *state, in add_write_dep() argument
241 nir_deps_state *state = in_state; in nir_schedule_reg_src_deps() local
264 nir_deps_state *state = in_state; nir_schedule_reg_dest_deps() local
289 nir_deps_state *state = in_state; nir_schedule_ssa_deps() local
304 nir_schedule_get_class_dep(nir_deps_state *state, int klass) nir_schedule_get_class_dep() argument
327 nir_schedule_intrinsic_deps(nir_deps_state *state, nir_intrinsic_instr *instr) nir_schedule_intrinsic_deps() argument
449 nir_schedule_calculate_deps(nir_deps_state *state, nir_schedule_node *n) nir_schedule_calculate_deps() argument
512 nir_deps_state state = { calculate_forward_deps() local
530 nir_deps_state state = { calculate_reverse_deps() local
553 nir_schedule_regs_freed_state *state = in_state; nir_schedule_regs_freed_src_cb() local
568 nir_schedule_regs_freed_state *state = in_state; nir_schedule_regs_freed_def_cb() local
578 nir_schedule_regs_freed_state *state = in_state; nir_schedule_regs_freed_dest_cb() local
596 nir_schedule_regs_freed_state state = { nir_schedule_regs_freed() local
864 nir_schedule_mark_src_scheduled(nir_src *src, void *state) nir_schedule_mark_src_scheduled() argument
912 nir_schedule_mark_def_scheduled(nir_ssa_def *def, void *state) nir_schedule_mark_def_scheduled() argument
923 nir_schedule_mark_dest_scheduled(nir_dest *dest, void *state) nir_schedule_mark_dest_scheduled() argument
1049 nir_schedule_dag_max_delay_cb(struct dag_node *node, void *state) nir_schedule_dag_max_delay_cb() argument
1093 nir_schedule_ssa_def_init_scoreboard(nir_ssa_def *def, void *state) nir_schedule_ssa_def_init_scoreboard() argument
[all...]
H A Dnir_clone.c57 init_clone_state(clone_state *state, struct hash_table *remap_table, in init_clone_state() argument
73 free_clone_state(clone_state *state) in free_clone_state() argument
79 _lookup_ptr(clone_state *state, const void *ptr, bool global) in _lookup_ptr() argument
104 add_remap(clone_state *state, void *nptr, const void *ptr) add_remap() argument
110 remap_local(clone_state *state, const void *ptr) remap_local() argument
116 remap_global(clone_state *state, const void *ptr) remap_global() argument
122 remap_reg(clone_state *state, const nir_register *reg) remap_reg() argument
128 remap_var(clone_state *state, const nir_variable *var) remap_var() argument
183 clone_variable(clone_state *state, const nir_variable *var) clone_variable() argument
193 clone_var_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_var_list() argument
207 clone_register(clone_state *state, const nir_register *reg) clone_register() argument
227 clone_reg_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_reg_list() argument
238 __clone_src(clone_state *state, void *ninstr_or_if, nir_src *nsrc, const nir_src *src) __clone_src() argument
255 __clone_dst(clone_state *state, nir_instr *ninstr, nir_dest *ndst, const nir_dest *dst) __clone_dst() argument
275 clone_alu(clone_state *state, const nir_alu_instr *alu) clone_alu() argument
300 clone_state state = { nir_alu_instr_clone() local
308 clone_deref_instr(clone_state *state, const nir_deref_instr *deref) clone_deref_instr() argument
355 clone_intrinsic(clone_state *state, const nir_intrinsic_instr *itr) clone_intrinsic() argument
375 clone_load_const(clone_state *state, const nir_load_const_instr *lc) clone_load_const() argument
389 clone_ssa_undef(clone_state *state, const nir_ssa_undef_instr *sa) clone_ssa_undef() argument
401 clone_tex(clone_state *state, const nir_tex_instr *tex) clone_tex() argument
432 clone_phi(clone_state *state, const nir_phi_instr *phi, nir_block *nblk) clone_phi() argument
465 clone_jump(clone_state *state, const nir_jump_instr *jmp) clone_jump() argument
476 clone_call(clone_state *state, const nir_call_instr *call) clone_call() argument
488 clone_instr(clone_state *state, const nir_instr *instr) clone_instr() argument
520 clone_state state = { nir_instr_clone() local
531 clone_state state = { nir_instr_clone_deep() local
540 clone_block(clone_state *state, struct exec_list *cf_list, const nir_block *blk) clone_block() argument
576 clone_if(clone_state *state, struct exec_list *cf_list, const nir_if *i) clone_if() argument
592 clone_loop(clone_state *state, struct exec_list *cf_list, const nir_loop *loop) clone_loop() argument
607 clone_cf_list(clone_state *state, struct exec_list *dst, const struct exec_list *list) clone_cf_list() argument
633 fixup_phi_srcs(clone_state *state) fixup_phi_srcs() argument
684 clone_function_impl(clone_state *state, const nir_function_impl *fi) clone_function_impl() argument
710 clone_state state; nir_function_impl_clone() local
723 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns) clone_function() argument
751 clone_state state; nir_shader_clone() local
[all...]
H A Dnir_from_ssa.c153 get_merge_node(nir_ssa_def *def, struct from_ssa_state *state) in get_merge_node() argument
452 coalesce_phi_nodes_block(nir_block *block, struct from_ssa_state *state) in coalesce_phi_nodes_block() argument
479 aggressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, struct from_ssa_state *state) aggressive_coalesce_parallel_copy() argument
514 aggressive_coalesce_block(nir_block *block, struct from_ssa_state *state) aggressive_coalesce_block() argument
555 struct from_ssa_state *state = void_state; rewrite_ssa_def() local
617 resolve_registers_block(nir_block *block, struct from_ssa_state *state) resolve_registers_block() argument
677 resolve_parallel_copy(nir_parallel_copy_instr *pcopy, struct from_ssa_state *state) resolve_parallel_copy() argument
843 resolve_parallel_copies_block(nir_block *block, struct from_ssa_state *state) resolve_parallel_copies_block() argument
877 struct from_ssa_state state; nir_convert_from_ssa_impl() local
1060 struct ssa_def_to_reg_state *state = void_state; dest_replace_ssa_with_reg() local
1080 ssa_def_is_local_to_block(nir_ssa_def *def, UNUSED void *state) ssa_def_is_local_to_block() argument
1109 struct ssa_def_to_reg_state state = { nir_lower_ssa_defs_to_regs_block() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_autotune.c498 const struct tu_cmd_state *state in estimate_drawcall_bandwidth() local
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c233 struct state { struct
278 next_sect(struct state *state, int *sect_size) in next_sect() argument
387 dump_short_summary(struct state *stat argument
431 dump_shaders_a2xx(struct state *state) dump_shaders_a2xx() argument
533 dump_shaders_a3xx(struct state *state) dump_shaders_a3xx() argument
701 dump_program(struct state *state) dump_program() argument
1008 struct state state = { main() local
1070 struct state state = { main() local
[all...]
H A Dpgmdump2.c60 struct state { struct
146 dump_unknown(struct state *state, void *buf, unsigned start, unsigned n) dump_unknown() argument
199 decode_header(struct state *state, struct header *hdr) decode_header() argument
235 decode_shader_entry_point(struct state *state, struct shader_entry_point *e) decode_shader_entry_point() argument
247 decode_shader_config(struct state *state, struct shader_config *cfg) decode_shader_config() argument
268 decode_shader_io_block(struct state *state, struct shader_io_block *io) decode_shader_io_block() argument
282 decode_shader_constant_block(struct state *state, struct shader_constant_block *c) decode_shader_constant_block() argument
313 decode_shader_descriptor_block(struct state *state, struct shader_descriptor_block *blk) decode_shader_descriptor_block() argument
423 decode_shader_info(struct state *state, struct shader_info *info) decode_shader_info() argument
445 dump_program(struct state *state) dump_program() argument
535 struct state state = { main() local
580 struct state state = { main() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c28 struct state { struct
59 build_invocation_id(nir_builder *b, struct state *state) in build_invocation_id() argument
65 build_vertex_id(nir_builder *b, struct state *state) in build_vertex_id() argument
71 build_local_primitive_id(nir_builder *b, struct state *state) in build_local_primitive_id() argument
116 struct state state = {}; shader_io_get_unique_index() local
130 build_local_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, uint32_t location, uint32_t comp, nir_ssa_def *offset) build_local_offset() argument
248 lower_block_to_explicit_output(nir_block *block, nir_builder *b, struct state *state) lower_block_to_explicit_output() argument
297 struct state state = {}; ir3_nir_lower_to_explicit_output() local
324 lower_block_to_explicit_input(nir_block *block, nir_builder *b, struct state *state) lower_block_to_explicit_input() argument
369 struct state state = {}; ir3_nir_lower_to_explicit_input() local
406 build_per_vertex_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, uint32_t location, uint32_t comp, nir_ssa_def *offset) build_per_vertex_offset() argument
455 build_patch_offset(nir_builder *b, struct state *state, uint32_t base, uint32_t comp, nir_ssa_def *offset) build_patch_offset() argument
462 tess_level_components(struct state *state, uint32_t *inner, uint32_t *outer) tess_level_components() argument
483 build_tessfactor_base(nir_builder *b, gl_varying_slot slot, uint32_t comp, struct state *state) build_tessfactor_base() argument
515 lower_tess_ctrl_block(nir_block *block, nir_builder *b, struct state *state) lower_tess_ctrl_block() argument
657 emit_tess_epilouge(nir_builder *b, struct state *state) emit_tess_epilouge() argument
671 struct state state = {.topology = topology}; ir3_nir_lower_tess_ctrl() local
746 lower_tess_eval_block(nir_block *block, nir_builder *b, struct state *state) lower_tess_eval_block() argument
829 struct state state = {.topology = topology}; ir3_nir_lower_tess_eval() local
862 lower_gs_block(nir_block *block, nir_builder *b, struct state *state) lower_gs_block() argument
925 struct state state = {}; ir3_nir_lower_gs() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c602 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_blit2d_state() local
[all...]
H A Dradv_meta_resolve_fs.c578 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_resolve_fragment_state() local
[all...]
H A Dradv_meta_resolve_cs.c373 struct radv_meta_state *state = &device->meta_state; in radv_device_init_meta_resolve_compute_state() local
446 struct radv_meta_state *state = &device->meta_state; radv_device_finish_meta_resolve_compute_state() local
489 struct radv_meta_state *state = &device->meta_state; radv_get_resolve_pipeline() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp94 enum can_lower_state state; member
194 find_lowerable_rvalues_visitor *state = in stack_enter() local
281 find_lowerable_rvalues_visitor *state = stack_leave() local
[all...]
H A Dbuiltin_variables.cpp516 struct _mesa_glsl_parse_state * const state; member in __anon7160::builtin_variable_generator
543 builtin_variable_generator( exec_list *instructions, struct _mesa_glsl_parse_state *state) builtin_variable_generator() argument
1662 _mesa_glsl_initialize_variables(exec_list *instructions, struct _mesa_glsl_parse_state *state) _mesa_glsl_initialize_variables() argument
[all...]
H A Dgl_nir_lower_packed_varyings.c213 needs_lowering(struct lower_packed_varyings_state *state, nir_variable *var) in needs_lowering() argument
261 create_or_update_packed_varying(struct lower_packed_varyings_state *state, in create_or_update_packed_varying() argument
329 get_packed_varying_deref(struct lower_packed_varyings_state *state, unsigned location, nir_variable *unpacked_var, const char *name, unsigned vertex_index) get_packed_varying_deref() argument
358 i2u(struct lower_packed_varyings_state *state, nir_ssa_def *value) i2u() argument
369 u2i(struct lower_packed_varyings_state *state, nir_ssa_def *value) u2i() argument
393 bitwise_assign_pack(struct lower_packed_varyings_state *state, nir_deref_instr *packed_deref, nir_deref_instr *unpacked_deref, const struct glsl_type *unpacked_type, nir_ssa_def *value, unsigned writemask) bitwise_assign_pack() argument
480 bitwise_assign_unpack(struct lower_packed_varyings_state *state, nir_deref_instr *unpacked_deref, nir_deref_instr *packed_deref, const struct glsl_type *unpacked_type, nir_ssa_def *value, unsigned writemask) bitwise_assign_unpack() argument
565 create_store_deref(struct lower_packed_varyings_state *state, nir_deref_instr *deref, nir_ssa_def *value, unsigned writemask, bool is_64bit) create_store_deref() argument
618 lower_arraylike(struct lower_packed_varyings_state *state, nir_ssa_def *rhs_swizzle, unsigned writemask, const struct glsl_type *type, unsigned fine_location, nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, const char *name, bool gs_input_toplevel, unsigned vertex_index) lower_arraylike() argument
682 lower_varying(struct lower_packed_varyings_state *state, nir_ssa_def *rhs_swizzle, unsigned writemask, const struct glsl_type *type, unsigned fine_location, nir_variable *unpacked_var, nir_deref_instr *unpacked_var_deref, const char *name, bool gs_input_toplevel, unsigned vertex_index) lower_varying() argument
889 pack_output_var(struct lower_packed_varyings_state *state, nir_variable *var) pack_output_var() argument
899 lower_output_var(struct lower_packed_varyings_state *state, nir_variable *var) lower_output_var() argument
963 lower_packed_outputs(struct lower_packed_varyings_state *state) lower_packed_outputs() argument
971 lower_packed_inputs(struct lower_packed_varyings_state *state) lower_packed_inputs() argument
1034 struct lower_packed_varyings_state state; gl_nir_lower_packed_varyings() local
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h213 void *state; member
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c260 lws_ss_serialize_state(struct lws *wsi, struct lws_dsh *dsh, lws_ss_constate_t state, in lws_ss_serialize_state() argument
131 lws_ss_serialize_state_transition(lws_sspc_handle_t *h, lws_ss_conn_states_t *state, int new_state) lws_ss_serialize_state_transition() argument
359 lws_ss_deserialize_parse(struct lws_ss_serialization_parser *par, struct lws_context *context, struct lws_dsh *dsh, const uint8_t *cp, size_t len, lws_ss_conn_states_t *state, void *parconn, lws_ss_handle_t **pss, lws_ss_info_t *ssi, char client) lws_ss_deserialize_parse() argument
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h138 MSG_FLOW_STATE state; member
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c732 validate_gl_shader_rec(struct drm_device *dev, struct vc4_exec_info *exec, struct vc4_shader_state *state) validate_gl_shader_rec() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h456 stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_click() argument
474 stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_drag() argument
575 stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_clamp() argument
589 stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) stb_textedit_delete() argument
597 stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_delete_selection() argument
613 stb_textedit_sortselection(STB_TexteditState *state) stb_textedit_sortselection() argument
623 stb_textedit_move_to_first(STB_TexteditState *state) stb_textedit_move_to_first() argument
634 stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_move_to_last() argument
685 stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) stb_textedit_prep_selection_at_cursor() argument
694 stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_cut() argument
705 stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) stb_textedit_paste_internal() argument
728 stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) stb_textedit_key() argument
1091 stb_textedit_flush_redo(StbUndoState *state) stb_textedit_flush_redo() argument
1098 stb_textedit_discard_undo(StbUndoState *state) stb_textedit_discard_undo() argument
1120 stb_textedit_discard_redo(StbUndoState *state) stb_textedit_discard_redo() argument
1150 stb_text_create_undo_record(StbUndoState *state, int numchars) stb_text_create_undo_record() argument
1174 stb_text_createundo(StbUndoState *state, int pos, int insert_len, int delete_len) stb_text_createundo() argument
1194 stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_undo() argument
1262 stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_redo() argument
1313 stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) stb_text_makeundo_insert() argument
1318 stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) stb_text_makeundo_delete() argument
1328 stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) stb_text_makeundo_replace() argument
1339 stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) stb_textedit_clear_state() argument
1356 stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) stb_textedit_initialize_state() argument
1366 stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) stb_textedit_paste() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c975 v3d_compute_state_bind(struct pipe_context *pctx, void *state) in v3d_compute_state_bind() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_performance.cpp93 struct state { struct
94 state() : unit_ready(), dep_ready(), unit_busy(), weight(1.0) {} in state() function
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H A Dpvr_rogue_fwif_shared.h110 enum rogue_fwif_prbuffer_state state; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c180 struct zink_gfx_pipeline_state *state = &ctx->gfx_pipeline_state; in zink_bind_vertex_elements_state() local
416 struct zink_gfx_pipeline_state* state = &zink_context(pctx)->gfx_pipeline_state; in zink_bind_blend_state() local
528 struct zink_gfx_pipeline_state *state = &ctx->gfx_pipeline_state; zink_bind_depth_stencil_alpha_state() local
572 struct zink_rasterizer_state *state = CALLOC_STRUCT(zink_rasterizer_state); zink_create_rasterizer_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c160 SVGA3dQueryState state; in get_query_result_vgpu9() local
[all...]

Completed in 29 milliseconds

1...<<131132133134135136137138139140>>...205