/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_normalize_cubemap_coords.c | 37 normalize_cubemap_coords_block(nir_block *block, nir_builder *b) in normalize_cubemap_coords_block() argument
|
H A D | nir_lower_global_vars_to_local.c | 54 mark_global_var_uses_block(nir_block *block, nir_function_impl *impl, in mark_global_var_uses_block() argument
|
H A D | nir_lower_discard_or_demote.c | 86 nir_block *block = nir_cf_node_as_block(node); in insert_is_helper() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_dominance.c | 54 calc_dominance(struct ir3_block *block) in calc_dominance() argument 77 calc_dfs_indices(struct ir3_block *block, unsigned index) in calc_dfs_indices() argument [all...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_print.c | 195 agx_print_block(agx_block *block, FILE *fp) in agx_print_block() argument [all...] |
H A D | agx_validate.c | 54 agx_validate_block_form(agx_block *block) in agx_validate_block_form() argument [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_redundant_flags.c | 97 vir_opt_redundant_flags_block(struct v3d_compile *c, struct qblock *block) in vir_opt_redundant_flags_block() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_uniform_block_active_visitor.cpp | 97 process_arrays(void *mem_ctx, ir_dereference_array *ir, struct link_uniform_block_active *block) process_arrays() argument [all...] |
/third_party/littlefs/bd/ |
H A D | lfs_rambd.c | 55 int lfs_rambd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_read() argument 75 int lfs_rambd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_prog() argument 95 int lfs_rambd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_rambd_erase() argument [all...] |
/third_party/ltp/lib/newlib_tests/ |
H A D | test15.c | 36 struct block { struct
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_saturate_propagation.cpp | 48 opt_saturate_propagation_local(const fs_live_variables &live, bblock_t *block) in opt_saturate_propagation_local() argument
|
H A D | brw_fs_cmod_propagation.cpp | 54 cmod_propagate_cmp_to_add(const intel_device_info *devinfo, bblock_t *block, in cmod_propagate_cmp_to_add() argument 170 cmod_propagate_not(const intel_device_info *devinfo, bblock_t *block, in cmod_propagate_not() argument 225 opt_cmod_propagation_local(const intel_device_info *devinfo, bblock_t *block) in opt_cmod_propagation_local() argument [all...] |
H A D | brw_nir_tcs_workarounds.c | 84 emit_quads_workaround(nir_builder *b, nir_block *block) in emit_quads_workaround() argument
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra_pipeline.c | 133 midgard_block *block = (midgard_block *) _block; in mir_create_pipeline_registers() local 42 mir_pipeline_ins( compiler_context *ctx, midgard_block *block, midgard_bundle *bundle, unsigned i, unsigned pipeline_count) mir_pipeline_ins() argument
|
H A D | midgard_liveness.c | 78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) in mir_is_live_after() argument
|
H A D | midgard_opt_copy_prop.c | 29 midgard_opt_copy_prop(compiler_context *ctx, midgard_block *block) in midgard_opt_copy_prop() argument
|
H A D | midgard_derivatives.c | 126 midgard_lower_derivatives(compiler_context *ctx, midgard_block *block) in midgard_lower_derivatives() argument
|
/third_party/mesa3d/src/util/ |
H A D | os_socket.c | 68 os_socket_block(int s, bool block) in os_socket_block() argument 118 os_socket_block(int s, bool block) in os_socket_block() argument
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_message_preload.c | 95 bi_block *block = bi_start_block(&ctx->blocks); in bi_opt_message_preload() local
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | unwinding-info-writer-arm64.cc | 38 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 15 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | unwinding-info-writer-x64.cc | 39 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | unwinding-info-writer-arm.cc | 34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | unwinding-info-writer-ppc.cc | 35 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | unwinding-info-writer-s390.cc | 34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_execmem.c | 90 struct mem_block *block = NULL; in rtasm_exec_malloc() local 121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in rtasm_exec_free() local
|