Searched defs:endloop (Results 1 - 12 of 12) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_horz.s191 b endloop
268 b endloop
312 b endloop
344 endloop: label
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_horz.s193 b endloop
274 b endloop
322 b endloop
358 endloop: label
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c204 struct rc_instruction * endloop = local
206 if (endloop->IP > chan_end) {
207 chan_end = endloop->IP;
H A Dradeon_compiler_util.c635 * @return The BGNLOOP instruction that starts the loop ended by endloop.
637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) argument
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) {
H A Dradeon_dataflow.c689 struct rc_instruction * endloop = NULL; local
732 endloop = tmp;
735 rc_error(d->C, "Failed to match endloop.\n");
785 tmp = endloop;
786 endloop = NULL;
H A Dradeon_pair_regalloc.c604 struct rc_instruction * endloop = local
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c204 struct rc_instruction * endloop = local
206 if (endloop->IP > chan_end) {
207 chan_end = endloop->IP;
H A Dradeon_compiler_util.c635 * @return The BGNLOOP instruction that starts the loop ended by endloop.
637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) argument
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) {
H A Dradeon_dataflow.c689 struct rc_instruction * endloop = NULL; local
732 endloop = tmp;
735 rc_error(d->C, "Failed to match endloop.\n");
785 tmp = endloop;
786 endloop = NULL;
H A Dradeon_pair_regalloc.c604 struct rc_instruction * endloop = local
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c232 LLVMBasicBlockRef endloop; local
282 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop");
285 icond, mask->loop_block, endloop);
287 LLVMPositionBuilderAtEnd(builder, endloop);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c232 LLVMBasicBlockRef endloop; local
282 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop");
285 icond, mask->loop_block, endloop);
287 LLVMPositionBuilderAtEnd(builder, endloop);

Completed in 420 milliseconds