/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_to_lcssa.c | 124 src_is_invariant(nir_src *src, void *state) in src_is_invariant() argument 195 lcssa_state *state = void_state; in convert_loop_exit_for_ssa() local 286 setup_loop_state(lcssa_state *state, nir_loop *loop) setup_loop_state() argument 297 convert_to_lcssa(nir_cf_node *cf_node, lcssa_state *state) convert_to_lcssa() argument 377 lcssa_state *state = rzalloc(NULL, lcssa_state); nir_convert_loop_to_lcssa() local 395 lcssa_state *state = rzalloc(NULL, lcssa_state); nir_convert_to_lcssa() local [all...] |
H A D | nir_lower_io_to_scalar.c | 432 struct io_to_scalar_early_state *state = data; in nir_lower_io_to_scalar_early_instr() local 519 struct io_to_scalar_early_state state = { in nir_lower_io_to_scalar_early() local [all...] |
H A D | nir_lower_io_to_temporaries.c | 79 emit_output_copies_impl(struct lower_io_state *state, nir_function_impl *impl) in emit_output_copies_impl() argument 220 fixup_interpolation_instr(struct lower_io_state *state, in fixup_interpolation_instr() argument 256 fixup_interpolation(struct lower_io_state *state, nir_function_impl *impl, nir_builder *b) fixup_interpolation() argument 277 emit_input_copies_impl(struct lower_io_state *state, nir_function_impl *impl) emit_input_copies_impl() argument 290 create_shadow_temp(struct lower_io_state *state, nir_variable *var) create_shadow_temp() argument 329 struct lower_io_state state; nir_lower_io_to_temporaries() local [all...] |
H A D | nir_lower_wpos_ytransform.c | 48 get_transform(lower_wpos_ytransform_state *state) in get_transform() argument 79 emit_wpos_adjustment(lower_wpos_ytransform_state *state, in emit_wpos_adjustment() argument 148 lower_fragcoord(lower_wpos_ytransform_state *state, nir_intrinsic_instr *intr) lower_fragcoord() argument 237 lower_fddy(lower_wpos_ytransform_state *state, nir_alu_instr *fddy) lower_fddy() argument 261 lower_interp_deref_at_offset(lower_wpos_ytransform_state *state, nir_intrinsic_instr *interp) lower_interp_deref_at_offset() argument 279 lower_load_sample_pos(lower_wpos_ytransform_state *state, nir_intrinsic_instr *intr) lower_load_sample_pos() argument 299 lower_wpos_ytransform_block(lower_wpos_ytransform_state *state, nir_block *block) lower_wpos_ytransform_block() argument 336 lower_wpos_ytransform_impl(lower_wpos_ytransform_state *state, nir_function_impl *impl) lower_wpos_ytransform_impl() argument 351 lower_wpos_ytransform_state state = { nir_lower_wpos_ytransform() local [all...] |
H A D | nir_opt_combine_stores.c | 84 alloc_combined_store(struct combine_stores_state *state) in alloc_combined_store() argument 100 free_combined_store(struct combine_stores_state *state, in free_combined_store() argument 109 combine_stores(struct combine_stores_state *state, in combine_stores() argument 172 combine_stores_with_deref(struct combine_stores_state *state, nir_deref_instr *deref) combine_stores_with_deref() argument 187 combine_stores_with_modes(struct combine_stores_state *state, nir_variable_mode modes) combine_stores_with_modes() argument 202 find_matching_combined_store(struct combine_stores_state *state, nir_deref_instr *deref) find_matching_combined_store() argument 213 update_combined_store(struct combine_stores_state *state, nir_intrinsic_instr *intrin) update_combined_store() argument 283 combine_stores_block(struct combine_stores_state *state, nir_block *block) combine_stores_block() argument 430 combine_stores_impl(struct combine_stores_state *state, nir_function_impl *impl) combine_stores_impl() argument 452 struct combine_stores_state state = { nir_opt_combine_stores() local [all...] |
H A D | nir_lower_gs_intrinsics.c | 57 struct state { struct 80 rewrite_emit_vertex(nir_intrinsic_instr *intrin, struct state *state) in rewrite_emit_vertex() argument 148 overwrite_incomplete_primitives(struct state *state, unsigned stream) overwrite_incomplete_primitives() argument 202 rewrite_end_primitive(nir_intrinsic_instr *intrin, struct state *state) rewrite_end_primitive() argument 245 rewrite_intrinsics(nir_block *block, struct state *state) rewrite_intrinsics() argument 275 append_set_vertex_and_primitive_count(nir_block *end_block, struct state *state) append_set_vertex_and_primitive_count() argument 386 struct state state; nir_lower_gs_intrinsics() local [all...] |
H A D | nir_opt_preamble.c | 97 can_move_src(nir_src *src, void *state) in can_move_src() argument 297 def_state *state = &ctx->states[ctx->def->index]; in update_src_value() local 355 def_state *state = &ctx.states[def->index]; in nir_opt_preamble() local 381 def_state *state = &ctx.states[def->index]; in nir_opt_preamble() local 442 def_state *state = &ctx.states[def->index]; nir_opt_preamble() local 499 def_state *state = candidates[i]; nir_opt_preamble() local 531 def_state *state = &ctx.states[def->index]; nir_opt_preamble() local 574 def_state *state = &ctx.states[def->index]; nir_opt_preamble() local [all...] |
H A D | nir_divergence_analysis.c | 755 visit_jump(nir_jump_instr *jump, struct divergence_state *state) in visit_jump() argument 817 visit_block(nir_block *block, struct divergence_state *state) visit_block() argument 940 visit_if(nir_if *if_stmt, struct divergence_state *state) visit_if() argument 978 visit_loop(nir_loop *loop, struct divergence_state *state) visit_loop() argument 1046 visit_cf_list(struct exec_list *list, struct divergence_state *state) visit_cf_list() argument 1074 struct divergence_state state = { nir_divergence_analysis() local [all...] |
H A D | nir_group_loads.c | 170 struct check_sources_state *state = (struct check_sources_state *)data; in has_only_sources_less_than() local 217 struct check_sources_state state; in group_loads() local 329 struct indirection_state *state = (struct indirection_state *)data; in gather_indirections() local 358 struct indirection_state state; get_num_indirections() local [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu.h | 124 } state[32]; member
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo.c | 505 enum fd_bo_state state = fd_bo_state(bo); in fd_bo_cpu_prep() local
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_dump.c | 166 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 54 get_ssa(Program* program, unsigned block_idx, ssa_state* state, bool input) in get_ssa() argument 138 build_merge_code(Program* program, ssa_state* state, Block* block, Operand cur) build_merge_code() argument 196 init_any_pred_defined(Program* program, ssa_state* state, Block* block, aco_ptr<Instruction>& phi) init_any_pred_defined() argument 252 lower_divergent_bool_phi(Program* program, ssa_state* state, Block* block, aco_ptr<Instruction>& phi) lower_divergent_bool_phi() argument 341 ssa_state state; lower_phis() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 131 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_fmask_copy_state() local 146 struct radv_meta_state *state = &device->meta_state; in create_fmask_copy_pipeline() local [all...] |
H A D | radv_meta_copy_vrs_htile.c | 34 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_copy_vrs_htile_state() local 144 struct radv_meta_state *state = &device->meta_state; in radv_device_init_meta_copy_vrs_htile_state() local 217 struct radv_meta_state *state = &device->meta_state; radv_copy_vrs_htile() local [all...] |
H A D | radv_meta_dcc_retile.c | 86 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_dcc_retile_state() local 190 struct radv_cmd_state *state = &cmd_buffer->state; radv_retile_dcc() local [all...] |
H A D | radv_nir_lower_ycbcr_textures.c | 41 get_texture_size(struct ycbcr_state *state, nir_deref_instr *texture) in get_texture_size() argument 80 implicit_downsampled_coords(struct ycbcr_state *state, nir_ssa_def *old_coords) in implicit_downsampled_coords() argument 117 create_plane_tex_instr_implicit(struct ycbcr_state *state, uint32_t plane) create_plane_tex_instr_implicit() argument 265 struct ycbcr_state state = { try_lower_tex_ycbcr() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_type.cpp | 190 merge_bindless_qualifier(_mesa_glsl_parse_state *state) in merge_bindless_qualifier() argument 126 validate_prim_type(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &qualifier, const ast_type_qualifier &new_qualifier) validate_prim_type() argument 147 validate_vertex_spacing(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &qualifier, const ast_type_qualifier &new_qualifier) validate_vertex_spacing() argument 163 validate_ordering(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &qualifier, const ast_type_qualifier &new_qualifier) validate_ordering() argument 224 merge_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &q, bool is_single_layout_merge, bool is_multiple_layouts_merge) merge_qualifier() argument 504 validate_out_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state) validate_out_qualifier() argument 571 merge_into_out_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state, ast_node* &node) merge_into_out_qualifier() argument 598 validate_in_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state) validate_in_qualifier() argument 690 merge_into_in_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state, ast_node* &node) merge_into_in_qualifier() argument 792 push_to_global(YYLTYPE *loc, _mesa_glsl_parse_state *state) push_to_global() argument 825 validate_flags(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &allowed_flags, const char *message, const char *name) validate_flags() argument 924 process_qualifier_constant(struct _mesa_glsl_parse_state *state, const char *qual_indentifier, unsigned *value, bool can_be_zero) process_qualifier_constant() argument 986 process_qualifier_constant(struct _mesa_glsl_parse_state *state, YYLTYPE *loc, const char *qual_indentifier, ast_expression *const_expression, unsigned *value) process_qualifier_constant() argument [all...] |
H A D | ir_function.cpp | 43 parameter_lists_match(_mesa_glsl_parse_state *state, in parameter_lists_match() argument 261 choose_best_inexact_overload(_mesa_glsl_parse_state *state, in choose_best_inexact_overload() argument 291 matching_signature(_mesa_glsl_parse_state *state, const exec_list *actual_parameters, bool allow_builtins) matching_signature() argument 301 matching_signature(_mesa_glsl_parse_state *state, const exec_list *actual_parameters, bool allow_builtins, bool *is_exact) matching_signature() argument 399 exact_matching_signature(_mesa_glsl_parse_state *state, const exec_list *actual_parameters) exact_matching_signature() argument [all...] |
H A D | ir_print_visitor.cpp | 50 _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 D | secure-streams-process.c | 232 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 D | main.c | 41 int state; /* which test we're on */ member [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
H A D | lws-button.c | 64 uint8_t state; member [all...] |
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
H A D | minimal-secure-streams.c | 288 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 D | minimal-secure-streams.c | 243 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
|