Home
last modified time | relevance | path

Searched defs:block (Results 976 - 1000 of 2468) sorted by relevance

1...<<31323334353637383940>>...99

/third_party/mesa3d/src/compiler/nir/
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
H A Dnir_divergence_analysis.c817 visit_block(nir_block *block, struct divergence_state *state) in visit_block() argument
H A Dnir_group_loads.c163 nir_block *block; member
257 set_instr_indices(nir_block *block) in set_instr_indices() argument
319 nir_block *block; global() member
369 process_block(nir_block *block, nir_load_grouping grouping, unsigned max_distance) process_block() argument
[all...]
H A Dnir_lower_clip.c146 find_output_in_block(nir_block *block, unsigned drvloc) in find_output_in_block() argument
369 lower_clip_in_gs_block(nir_builder *b, nir_block *block, nir_variable *position, in lower_clip_in_gs_block() argument
H A Dnir_lower_const_arrays_to_uniforms.c51 nir_block *block; member
[all...]
/third_party/mesa3d/src/freedreno/ir3/
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...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c352 v3d_nir_lower_logic_ops_block(nir_block *block, struct v3d_compile *c) in v3d_nir_lower_logic_ops_block() argument
/third_party/littlefs/bd/
H A Dlfs_emubd.c32 static lfs_emubd_block_t *lfs_emubd_incblock(lfs_emubd_block_t *block) { in lfs_emubd_incblock() argument
39 static void lfs_emubd_decblock(lfs_emubd_block_t *block) { in lfs_emubd_decblock() argument
48 lfs_emubd_mutblock( const struct lfs_config *cfg, lfs_emubd_block_t **block) lfs_emubd_mutblock() argument
215 lfs_emubd_read(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) lfs_emubd_read() argument
265 lfs_emubd_prog(const struct lfs_config *cfg, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_emubd_prog() argument
356 lfs_emubd_erase(const struct lfs_config *cfg, lfs_block_t block) lfs_emubd_erase() argument
454 lfs_emubd_rawcrc(const struct lfs_config *cfg, lfs_block_t block, uint32_t *crc) lfs_emubd_rawcrc() argument
479 lfs_emubd_crc(const struct lfs_config *cfg, lfs_block_t block, uint32_t *crc) lfs_emubd_crc() argument
553 lfs_emubd_wear(const struct lfs_config *cfg, lfs_block_t block) lfs_emubd_wear() argument
574 lfs_emubd_setwear(const struct lfs_config *cfg, lfs_block_t block, lfs_emubd_wear_t wear) lfs_emubd_setwear() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c89 nir_block *block = nir_cf_node_as_block(cf_node); in scan_tess_ctrl() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c616 schedule_instructions(struct vc4_compile *c, struct qblock *block, struct schedule_state *state) schedule_instructions() argument
676 qir_schedule_instructions_block(struct vc4_compile *c, struct qblock *block) qir_schedule_instructions_block() argument
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...99