| /third_party/littlefs/bd/ |
| H A D | lfs_emubd.c | 32 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 D | si_shader_info.c | 89 nir_block *block = nir_cf_node_as_block(cf_node); in scan_tess_ctrl() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_schedule.c | 616 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...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_inline_uniforms.c | 303 nir_block *block = nir_cf_node_as_block(node); in process_node() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_optimizer.cpp | 215 void DCEVisitor::visit(Block *block) in visit() argument
|
| /third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
| H A D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) in Gradient() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_cfg.cpp | 43 bblock_t *block = link->block; in pop_stack() local 50 link(void *mem_ctx, bblock_t *block, enum bblock_link_kind kind) in link() argument 57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack() argument 82 bblock_t::is_predecessor_of(const bblock_t *block, in is_predecessor_of() argument 95 is_successor_of(const bblock_t *block, enum bblock_link_kind kind) const is_successor_of() argument 417 remove_block(bblock_t *block) remove_block() argument 475 bblock_t *block = new(mem_ctx) bblock_t(this); new_block() local 481 set_next_block(bblock_t **cur, bblock_t *block, int ip) set_next_block() argument 610 bblock_t *block = this->blocks[b]; dump_cfg() local [all...] |
| H A D | brw_nir_analyze_ubo_ranges.c | 101 get_block_info(struct ubo_analysis_state *state, int block) in get_block_info() argument 120 analyze_ubos_block(struct ubo_analysis_state *state, nir_block *block) in analyze_ubos_block() argument 154 const int block = nir_src_as_uint(intrin->src[0]); in analyze_ubos_block() local [all...] |
| H A D | test_fs_cmod_propagation.cpp | 94 instruction(bblock_t *block, int num) in instruction() argument
|
| H A D | brw_vec4_builder.h | 68 vec4_builder(backend_shader *shader, bblock_t *block, instruction *inst) : in vec4_builder() argument 83 at(bblock_t *block, exec_node *cursor) const in at() argument 631 bblock_t *block; global() member in brw::vec4_builder [all...] |
| H A D | brw_nir_lower_shader_calls.c | 79 struct nir_block *block = (void *)block_entry->key; in brw_nir_lower_shader_returns() local
|
| H A D | test_vec4_cmod_propagation.cpp | 126 instruction(bblock_t *block, int num) in instruction() argument
|
| /third_party/nghttp2/src/ |
| H A D | allocator.h | 100 auto block = new uint8_t[sizeof(MemBlock) + size]; in alloc_mem_block() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | utrie2.cpp | 43 int32_t i2, block; in get32() local 451 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; in enumEitherTrie() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_tess.c | 110 nir_block *block = instr->block; in get_cursor_for_instr_without_cf() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | mir_promote_uniforms.c | 104 struct mir_ubo_block *block = &analysis->blocks[ubo]; in mir_pick_ubo() local 189 midgard_block *block = (midgard_block *) _block; in mir_estimate_pressure() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_build_util.h | 213 BuildUtil::setPosition(BasicBlock *block, bool atTail) in setPosition() argument
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_opt_push_ubo.c | 101 struct bi_ubo_block *block = &analysis->blocks[ubo]; in bi_pick_ubo() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_insert_flow.c | 181 bi_set_dependencies(bi_block *block, bi_instr *I, struct bi_scoreboard_state *st) in bi_set_dependencies() argument 319 va_should_end(bi_block *block) in va_should_end() argument 357 va_discard_before_block(bi_block *block) va_discard_before_block() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_debug.c | 80 get_variant( const struct lp_rast_state *state, const struct cmd_block *block, int k ) get_variant() argument 105 is_blend( const struct lp_rast_state *state, const struct cmd_block *block, int k ) is_blend() argument 118 is_linear( const struct lp_rast_state *state, const struct cmd_block *block, int k ) is_linear() argument 137 get_fs_kind( const struct lp_rast_state *state, const struct cmd_block *block, int k ) get_fs_kind() argument 371 const struct cmd_block *block; do_debug_bin() local [all...] |
| H A D | lp_scene.c | 308 struct data_block *block, *tmp; in lp_scene_end_rasterization() local 342 struct cmd_block *block in lp_scene_new_cmd_block() local 369 struct data_block *block = MALLOC_STRUCT(data_block); lp_scene_new_data_block() local 392 const struct data_block *block; lp_scene_data_size() local [all...] |
| H A D | lp_test_conv.c | 111 LLVMBasicBlockRef block; in add_conv_test() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_query_hw_sm.c | 225 const uint block[3] = { 32, 1, 1 }; in nv50_hw_sm_end_query() local
|
| /third_party/lz4/examples/ |
| H A D | dictionaryRandomAccess.c | 131 int block; in test_decompress() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | jump-threading.cc | 79 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding() local [all...] |