Searched refs:end_block (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
H A Dnir_gs_count_vertices.c66 set_foreach(function->impl->end_block->predecessors, entry) {
H A Dnir_lower_gs_intrinsics.c163 append_set_vertex_count(nir_block *end_block, struct state *state) argument
172 set_foreach(end_block->predecessors, entry) {
210 append_set_vertex_count(impl->end_block, &state);
H A Dnir_lower_io_to_temporaries.c105 set_foreach(impl->end_block->predecessors, block_entry) {
H A Dnir_sweep.c132 sweep_block(nir, impl->end_block);
H A Dnir_lower_clip.c163 * should be only a single predecessor block to end_block, which
167 * to jumps to end_block predecessor in a previous pass. Not sure
171 assert(impl->end_block->predecessors->entries == 1);
H A Dnir_phi_builder.c143 if (next == pb->impl->end_block)
H A Dnir_validate.c714 validate_assert(state, block->successors[0] == state->impl->end_block);
742 validate_assert(state, block->successors[0] == state->impl->end_block);
1036 validate_assert(state, exec_list_is_empty(&impl->end_block->instr_list));
1037 validate_assert(state, impl->end_block->successors[0] == NULL);
1038 validate_assert(state, impl->end_block->successors[1] == NULL);
H A Dnir.c291 nir_block *end_block = nir_block_create(shader); local
293 end_block->cf_node.parent = &impl->cf_node;
294 impl->end_block = end_block;
298 start_block->successors[0] = end_block;
299 _mesa_set_add(end_block->predecessors, start_block);
H A Dnir_control_flow.c313 link_blocks(block, impl->end_block, NULL);
476 link_blocks(block, impl->end_block, NULL);
H A Dnir_print.c1080 fprintf(fp, "\tblock block_%u:\n}\n\n", impl->end_block->index);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_nir_tcs_workarounds.c138 const unsigned num_end_preds = impl->end_block->predecessors->entries;
143 set_foreach(impl->end_block->predecessors, entry) {
/external/mesa3d/src/compiler/nir/tests/
H A Dcontrol_flow_tests.cpp81 nir_block *block_3 = b.impl->end_block;
/external/webp/src/dsp/
H A Denc_sse41.c27 int start_block, int end_block,
32 for (j = start_block; j < end_block; ++j) {
26 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Ddsp.h218 int start_block, int end_block,
H A Denc_neon.c712 int start_block, int end_block,
717 for (j = start_block; j < end_block; ++j) {
711 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc.c60 int start_block, int end_block,
64 for (j = start_block; j < end_block; ++j) {
59 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_mips_dsp_r2.c1454 int start_block, int end_block,
1459 for (j = start_block; j < end_block; ++j) {
1453 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_msa.c225 int start_block, int end_block,
229 for (j = start_block; j < end_block; ++j) {
224 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_sse2.c435 int start_block, int end_block,
441 for (j = start_block; j < end_block; ++j) {
434 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
/external/e2fsprogs/lib/ext2fs/
H A Dundo_io.c330 unsigned long long end_block; local
364 end_block = (offset + size - 1) / data->tdb_data_size;
366 while (block_num <= end_block) {
/external/f2fs-tools/fsck/
H A Ddir.c104 unsigned int bidx, end_block; local
120 end_block = bidx + nblock;
125 for (; bidx < end_block; bidx++) {
H A Dfsck.c1106 unsigned int bidx, end_block; local
1116 end_block = bidx + nblock;
1118 if (pgofs >= bidx && pgofs < end_block)
1123 pino, name, level, dir_level, pgofs, bidx, end_block - 1);
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc2062 HBasicBlock* end_block = GetBlock(end); local
2064 if (end_block == start_block) {
2070 HBasicBlock* block = end_block;
2078 // position unless end_block is a loop header itself.
2079 if (block == end_block && !end_block->IsLoopHeader()) return end;
/external/v8/src/compiler/
H A Dregister-allocator.cc2650 const InstructionBlock* end_block = GetInstructionBlock(code(), end); local
2652 if (end_block == start_block) {
2658 const InstructionBlock* block = end_block;
2671 // position unless end_block is a loop header itself.
2672 if (block == end_block && !end_block->IsLoopHeader()) return end;
/external/e2fsprogs/e2fsck/
H A Dpass1.c2554 blk64_t start_block, blk64_t end_block,
2613 else if ((end_block && last_lblk > end_block) &&
2552 scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb, blk64_t start_block, blk64_t end_block, blk64_t eof_block, ext2_extent_handle_t ehandle, int try_repairs) argument

Completed in 419 milliseconds

12