Home
last modified time | relevance | path

Searched defs:block (Results 601 - 625 of 2482) sorted by relevance

1...<<21222324252627282930>>...100

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp371 lower_src_modifiers(fs_visitor *v, bblock_t *block, fs_inst *inst, unsigned i) in lower_src_modifiers() argument
399 lower_dst_modifiers(fs_visitor *v, bblock_t *block, fs_inst *inst) in lower_dst_modifiers() argument
448 lower_src_region(fs_visitor *v, bblock_t *block, fs_inst *inst, unsigned i) in lower_src_region() argument
490 lower_dst_region(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_dst_region() argument
548 lower_exec_type(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_exec_type() argument
595 lower_instruction(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_instruction() argument
[all...]
H A Dbrw_fs_register_coalesce.cpp100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, const bblock_t *block, const fs_inst *inst, int dst_var, int src_var) can_coalesce_vars() argument
H A Dbrw_fs_cse.cpp247 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() argument
H A Dtest_fs_scoreboard.cpp71 instruction(bblock_t *block, int num) in instruction() argument
H A Dtest_fs_copy_propagation.cpp83 instruction(bblock_t *block, int num) in instruction() argument
H A Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) in opt_cse_local() argument
H A Dbrw_nir_lower_cs_intrinsics.c142 nir_ssa_def *block = nir_udiv_imm(b, linear, height); in lower_cs_intrinsics_convert_block() local
35 lower_cs_intrinsics_convert_block(struct lower_intrinsics_state *state, nir_block *block) lower_cs_intrinsics_convert_block() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c47 queue(struct qblock *block, uint64_t inst) in queue() argument
55 last_inst(struct qblock *block) in last_inst() argument
63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add() argument
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul() argument
133 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) setup_for_vpm_read() argument
163 fixup_raddr_conflict(struct qblock *block, struct qpu_reg dst, struct qpu_reg *src0, struct qpu_reg *src1, struct qinst *inst, uint64_t *unpack) fixup_raddr_conflict() argument
205 set_last_dst_pack(struct qblock *block, struct qinst *inst) set_last_dst_pack() argument
226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, struct qpu_reg dst) handle_r4_qpu_write() argument
240 vc4_generate_code_block(struct vc4_compile *c, struct qblock *block, struct qpu_reg *temp_registers) vc4_generate_code_block() argument
[all...]
H A Dvc4_qir_live_variables.c47 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_use() argument
84 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, in qir_setup_def() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_etc_tmp.h84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in etc1_parse_block() argument
116 etc1_fetch_texel(const struct TAG(etc1_block) *block, int x, int y, UINT8_TYPE *dst) etc1_fetch_texel() argument
147 struct etc1_block block; etc1_unpack_rgba8888() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c107 lower_tex_src_plane_block(nir_builder *b, lower_tex_src_state *state, nir_block *block) in lower_tex_src_plane_block() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print.c329 mir_print_block(midgard_block *block) in mir_print_block() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_helper_invocations.c113 bi_block_uses_helpers(bi_block *block) in bi_block_uses_helpers() argument
124 bi_block_terminates_helpers(bi_block *block) in bi_block_terminates_helpers() argument
141 bi_propagate_pass_flag(bi_block *block) in bi_propagate_pass_flag() argument
196 bi_helper_block_update(BITSET_WORD *deps, bi_block *block) bi_helper_block_update() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c95 LLVMBasicBlockRef block; in add_fetch_rgba_test() local
/third_party/ltp/testcases/kernel/io/writetest/
H A Dwritetest.c80 off_t block; in write_file() local
115 off_t block; in verify_file() local
[all...]
/third_party/lzma/C/
H A DMtCoder.c224 CMtCoderBlock *block = &mtc->blocks[bi]; in ThreadFunc2() local
516 const CMtCoderBlock *block = &p->blocks[bi]; MtCoder_Code() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc24 static NodeVector::iterator FindInsertionPoint(BasicBlock* block) { in FindInsertionPoint() argument
101 BasicBlock* block = (*it); in Instrument() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc52 void PreProcessBasicBlock(MaglevCompilationUnit*, BasicBlock* block) {} in PreProcessBasicBlock() argument
66 void PreProcessBasicBlock(MaglevCompilationUnit*, BasicBlock* block) {} in PreProcessBasicBlock() argument
H A Dmaglev-graph-processor.h56 BasicBlock* block() const { return *block_it_; } in block() function in v8::internal::maglev::ProcessingState
88 BasicBlock* block = *block_it_; in ProcessGraph() local
154 PreProcessBasicBlock(MaglevCompilationUnit*, BasicBlock* block) PreProcessBasicBlock() argument
178 PreProcessBasicBlock(MaglevCompilationUnit* unit, BasicBlock* block) PreProcessBasicBlock() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-code-generator.h70 std::string BlockName(const Block* block) { in BlockName() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c304 void *gpir_node_create(gpir_block *block, gpir_op op) in gpir_node_create() argument
[all...]
H A Dreduce_scheduler.c130 static void schedule_ready_list(gpir_block *block, struct list_head *ready_list) in schedule_ready_list() argument
163 static void schedule_block(gpir_block *block) in schedule_block() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c30 static bool ppir_lower_const(ppir_block *block, ppir_node *node) in ppir_lower_const() argument
83 static bool ppir_lower_swap_args(ppir_block *block, ppir_node *node) in ppir_lower_swap_args() argument
98 static bool ppir_lower_load(ppir_block *block, ppir_node *node) in ppir_lower_load() argument
143 static bool ppir_lower_ddxy(ppir_block *block, ppir_node *node) in ppir_lower_ddxy() argument
161 static bool ppir_lower_texture(ppir_block *block, ppir_node *node) in ppir_lower_texture() argument
197 static bool ppir_lower_select(ppir_block *block, ppir_node *node) in ppir_lower_select() argument
273 static bool ppir_lower_trunc(ppir_block *block, ppir_node *node) in ppir_lower_trunc() argument
284 static bool ppir_lower_abs(ppir_block *block, ppir_node *node) in ppir_lower_abs() argument
298 static bool ppir_lower_neg(ppir_block *block, ppir_nod argument
311 ppir_lower_sat(ppir_block *block, ppir_node *node) ppir_lower_sat() argument
325 ppir_lower_branch_merge_condition(ppir_block *block, ppir_node *node) ppir_lower_branch_merge_condition() argument
417 ppir_lower_branch(ppir_block *block, ppir_node *node) ppir_lower_branch() argument
460 ppir_lower_accum(ppir_block *block, ppir_node *node) ppir_lower_accum() argument
[all...]
H A Dnode_to_instr.c28 static bool create_new_instr(ppir_block *block, ppir_node *node) in create_new_instr() argument
48 static bool ppir_do_node_to_instr_try_insert(ppir_block *block, ppir_node *node) in ppir_do_node_to_instr_try_insert() argument
90 static bool ppir_do_one_node_to_instr(ppir_block *block, ppir_node *node) in ppir_do_one_node_to_instr() argument
258 ppir_ready_list_pick_best(ppir_block *block, struct list_head *ready_list) ppir_ready_list_pick_best() argument
276 ppir_do_node_to_instr(ppir_block *block, ppir_node *root) ppir_do_node_to_instr() argument
[all...]
H A Dinstr.c29 ppir_instr *ppir_instr_create(ppir_block *block) in ppir_instr_create() argument
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...100