Searched refs:end_block (Results 1 - 25 of 30) 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_SSE41(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Ddsp.h259 int start_block, int end_block,
H A Denc.c63 int start_block, int end_block,
67 for (j = start_block; j < end_block; ++j) {
62 CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_neon.c718 int start_block, int end_block,
723 for (j = start_block; j < end_block; ++j) {
717 CollectHistogram_NEON(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_mips_dsp_r2.c1456 int start_block, int end_block,
1461 for (j = start_block; j < end_block; ++j) {
1455 CollectHistogram_MIPSdspR2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_msa.c226 int start_block, int end_block,
230 for (j = start_block; j < end_block; ++j) {
225 CollectHistogram_MSA(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_sse2.c438 int start_block, int end_block,
444 for (j = start_block; j < end_block; ++j) {
437 CollectHistogram_SSE2(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.c113 unsigned int bidx, end_block; local
129 end_block = bidx + nblock;
135 for (; bidx < end_block; bidx++) {
H A Dfsck.c1204 unsigned int bidx, end_block; local
1214 end_block = bidx + nblock;
1216 if (pgofs >= bidx && pgofs < end_block)
1221 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/python/cpython3/Objects/
H A Dmemoryobject.c2483 goto end_block;
2488 end_block:

Completed in 426 milliseconds

12