HomeSort by relevance Sort by last modified time
    Searched refs:last_then (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_redundant_jumps.cpp 65 ir_instruction *const last_then = local
70 if ((last_then == NULL) || (last_else == NULL))
73 if ((last_then->ir_type != ir_type_loop_jump)
77 ir_loop_jump *const then_jump = (ir_loop_jump *) last_then;
  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.c 316 nir_block *last_then = nir_if_last_then_block(nif); local
318 if (ends_in_break(last_then)) {
319 break_blk = last_then;
324 continue_from_blk = last_then;

Completed in 68 milliseconds