Home
last modified time | relevance | path

Searched defs:block (Results 926 - 950 of 2383) sorted by relevance

1...<<31323334353637383940>>...96

/third_party/libsnd/src/
H A Dgsm610.c44 unsigned char block [WAVLIKE_GSM610_BLOCKSIZE] ; member
[all...]
H A Dg72x.c44 unsigned char block [G72x_BLOCK_SIZE] ; member
/third_party/mesa3d/src/amd/common/
H A Dac_spm.h55 uint16_t block : 4; member
/third_party/lzma/C/
H A DXzIn.c123 CXzBlockSizes *block = &p->blocks[i]; in Xz_ReadIndex2() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_large_constants.c38 nir_block *block; member
[all...]
H A Dnir_lower_io_to_temporaries.c109 struct nir_block *block = (void *)block_entry->key; in emit_output_copies_impl() local
H A Dnir_lower_wpos_ytransform.c299 lower_wpos_ytransform_block(lower_wpos_ytransform_state *state, nir_block *block) in lower_wpos_ytransform_block() argument
H A Dnir_opt_combine_stores.c283 combine_stores_block(struct combine_stores_state *state, nir_block *block) in combine_stores_block() argument
H A Dnir_opt_vectorize.c362 vectorize_block(nir_block *block, struct set *instr_set, in vectorize_block() argument
H A Dnir_lower_gs_intrinsics.c245 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics() argument
H A Dnir_opt_dead_cf.c286 dead_cf_block(nir_block *block) in dead_cf_block() argument
323 nir_block *block = nir_cf_node_as_block(cur); dead_cf_list() local
[all...]
H A Dnir_opt_dce.c110 dce_block(nir_block *block, BITSET_WORD *defs_live, struct loop_state *loop) in dce_block() argument
155 nir_block *block = nir_cf_node_as_block(cf_node); in dce_cf_list() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_subgroups.c37 replace_pred(struct ir3_block *block, struct ir3_block *old_pred, in replace_pred() argument
49 replace_physical_pred(struct ir3_block *block, struct ir3_block *old_pred, in replace_physical_pred() argument
61 mov_immed(struct ir3_register *dst, struct ir3_block *block, unsigned immed) in mov_immed() argument
75 mov_reg(struct ir3_block *block, struct ir3_register *dst, struct ir3_register *src) mov_reg() argument
93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) binop() argument
110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1, struct ir3_register *src2) triop() argument
130 do_reduce(struct ir3_block *block, reduce_op_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1) do_reduce() argument
238 lower_instr(struct ir3 *ir, struct ir3_block **block, struct ir3_instruction *instr) lower_instr() argument
406 lower_block(struct ir3 *ir, struct ir3_block **block) lower_block() argument
[all...]
H A Dir3_nir_lower_io_offsets.c291 lower_io_offsets_block(nir_block *block, nir_builder *b, void *mem_ctx) in lower_io_offsets_block() argument
H A Dir3_context.c303 ir3_create_collect(struct ir3_block *block, struct ir3_instruction *const *arr, in ir3_create_collect() argument
360 ir3_split_dest(struct ir3_block *block, struct ir3_instruction **dst, in ir3_split_dest() argument
416 create_addr0(struct ir3_block *block, struct ir3_instruction *src, int align) in create_addr0() argument
455 create_addr1(struct ir3_block *block, unsigned const_val) create_addr1() argument
569 struct ir3_block *block = ctx->block; ir3_create_array_load() local
609 struct ir3_block *block = ctx->block; ir3_create_array_store() local
[all...]
H A Dir3_cp.c254 struct ir3_block *block = instr->block; in unuse() local
[all...]
H A Dir3_delay.c242 delay_calc(struct ir3_block *block, struct ir3_instruction *start, in delay_calc() argument
326 ir3_delay_calc(struct ir3_block *block, struct ir3_instruction *instr, bool mergedregs) ir3_delay_calc() argument
[all...]
H A Dir3_print.c481 print_block(struct ir3_block *block, int lvl) in print_block() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniform_blocks.c338 fill_individual_variable(const struct glsl_type *type, struct gl_uniform_buffer_variable *variables, unsigned int *variable_index, unsigned int *offset, struct gl_shader_program *prog, struct gl_uniform_block *block) fill_individual_variable() argument
370 iterate_type_fill_variables(const struct glsl_type *type, struct gl_uniform_buffer_variable *variables, unsigned int *variable_index, unsigned int *offset, struct gl_shader_program *prog, struct gl_uniform_block *block) iterate_type_fill_variables() argument
461 fill_block(struct gl_uniform_block *block, nir_variable *var, struct gl_uniform_buffer_variable *variables, unsigned *variable_index, unsigned array_index, struct gl_shader_program *prog, const gl_shader_stage stage) fill_block() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp123 insert_before_logical_end(Block* block, aco_ptr<Instruction> instr) insert_before_logical_end() 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
312 lower_subdword_phis(Program* program, Block* block, aco_ptr<Instruction>& phi) lower_subdword_phis() argument
[all...]
H A Daco_instruction_selection.h62 Block* block; member
H A Daco_opt_value_numbering.cpp365 process_block(vn_ctx& ctx, Block& block) in process_block() argument
436 rename_phi_operands(Block& block, std::map<uint32_t, Temp>& renames) rename_phi_operands() argument
[all...]
H A Daco_optimizer_postRA.cpp47 uint32_t block; member
[all...]
H A Daco_scheduler.cpp99 Block* block; member
[all...]
H A Daco_ssa_elimination.cpp92 Block& block = ctx.program->blocks[block_idx]; in insert_parallelcopies() local
120 Block& block = ctx.program->blocks[block_idx]; insert_parallelcopies() local
141 is_empty_block(Block* block, bool ignore_exec_writes) is_empty_block() argument
171 try_remove_merge_block(ssa_elimination_ctx& ctx, Block* block) try_remove_merge_block() argument
190 try_remove_invert_block(ssa_elimination_ctx& ctx, Block* block) try_remove_invert_block() argument
220 try_remove_simple_block(ssa_elimination_ctx& ctx, Block* block) try_remove_simple_block() argument
300 eliminate_useless_exec_writes_in_block(ssa_elimination_ctx& ctx, Block& block) eliminate_useless_exec_writes_in_block() argument
368 Block* block = &ctx.program->blocks[i]; jump_threading() local
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...96