/third_party/libsnd/src/ |
H A D | gsm610.c | 44 unsigned char block [WAVLIKE_GSM610_BLOCKSIZE] ; member [all...] |
H A D | g72x.c | 44 unsigned char block [G72x_BLOCK_SIZE] ; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_spm.h | 55 uint16_t block : 4; member
|
/third_party/lzma/C/ |
H A D | XzIn.c | 123 CXzBlockSizes *block = &p->blocks[i];
in Xz_ReadIndex2() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_large_constants.c | 38 nir_block *block; member [all...] |
H A D | nir_lower_io_to_temporaries.c | 109 struct nir_block *block = (void *)block_entry->key; in emit_output_copies_impl() local
|
H A D | nir_lower_wpos_ytransform.c | 299 lower_wpos_ytransform_block(lower_wpos_ytransform_state *state, nir_block *block) in lower_wpos_ytransform_block() argument
|
H A D | nir_opt_combine_stores.c | 283 combine_stores_block(struct combine_stores_state *state, nir_block *block) in combine_stores_block() argument
|
H A D | nir_opt_vectorize.c | 362 vectorize_block(nir_block *block, struct set *instr_set, in vectorize_block() argument
|
H A D | nir_lower_gs_intrinsics.c | 245 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics() argument
|
H A D | nir_opt_dead_cf.c | 286 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 D | nir_opt_dce.c | 110 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 D | ir3_lower_subgroups.c | 37 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 D | ir3_nir_lower_io_offsets.c | 291 lower_io_offsets_block(nir_block *block, nir_builder *b, void *mem_ctx) in lower_io_offsets_block() argument
|
H A D | ir3_context.c | 303 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 D | ir3_cp.c | 254 struct ir3_block *block = instr->block; in unuse() local [all...] |
H A D | ir3_delay.c | 242 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 D | ir3_print.c | 481 print_block(struct ir3_block *block, int lvl) in print_block() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniform_blocks.c | 338 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 D | aco_lower_phis.cpp | 123 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 D | aco_instruction_selection.h | 62 Block* block; member
|
H A D | aco_opt_value_numbering.cpp | 365 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 D | aco_optimizer_postRA.cpp | 47 uint32_t block; member [all...] |
H A D | aco_scheduler.cpp | 99 Block* block; member [all...] |
H A D | aco_ssa_elimination.cpp | 92 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...] |