Searched refs:emit_endif (Results 1 – 4 of 4) sorted by relevance
57 bool emit_endif(const IfElseEndInstruction & endif_instr);177 return emit_endif(static_cast<const IfElseEndInstruction&>(*i)); in emit()531 bool AssemblyFromShaderLegacyImpl::emit_endif(UNUSED const IfElseEndInstruction & endif_instr) in emit_endif() function in r600::AssemblyFromShaderLegacyImpl
1416 bool emit_endif = true; in brw_ENDIF() local1431 emit_endif = false; in brw_ENDIF()1438 if (emit_endif) in brw_ENDIF()1450 if (!emit_endif) { in brw_ENDIF()
1647 bool emit_endif = true; in brw_ENDIF() local1662 emit_endif = false; in brw_ENDIF()1669 if (emit_endif) in brw_ENDIF()1681 if (!emit_endif) { in brw_ENDIF()
1093 emit_endif(struct svga_shader_emitter *emit, in emit_endif() function2897 return emit_endif( emit, insn ); in svga_emit_instruction()